Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1473  / 2 Years ago, wed, february 16, 2022, 1:16:36

I would like to loop this video from YouTube, it's OK if it reloads every time although it would be nicer (and perhaps illegal ) to cache the video.



are there any suggestions on software that can do this?


More From » 11.04

 Answers
3

You could create an HTML document and then just open it when you want this. Open your favorite editor and paste these contents into it. Save it anywhere, and then double-click the saved file to open in a Web browser.



<html>
<head>
<title>Music</title>
</head>
<body>
<embed
src="http://www.youtube.com/v/pmfHHLfbjNQ?autoplay=1&loop=1"
type="application/x-shockwave-flash"
wmode="transparent"
width="425"
height="350">
</embed>
</body>
</html>


Or just paste this in a browser and make a bookmark.



http://www.youtube.com/v/pmfHHLfbjNQ?autoplay=1&loop=1

[#41568] Wednesday, February 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mance

Total Points: 198
Total Questions: 105
Total Answers: 128

Location: South Georgia
Member since Mon, Aug 16, 2021
3 Years ago
;