Is there something I can add to a direct video URL to make it loop?
Is there something I can add to a direct video URL to make it loop?
So if I have lorenipsum.com/test.mp4, can I modify it like so: lorenipsum.com/test.mp4?&loop=1 or some other append to make it loop?
You're viewing part of a thread.
Lol I can understand what that does. The reason I am asking about JavaScript is that potentially I can use it like a url.
3 0 Replydata:html,
Might work.
Edit: stupid html stripping. Ugh.
data:html,
data:html,
Fine, a paste bin. https://txt.t0.vc/PDIP
4 0 ReplyThank you so much!! Data URLs were exactly what I was looking for with a little modification! Apparently chrome doesn't allow looping with audio unless it meets certain strict criteria per google. Here is my final URL:
data:text/html,
1 0 ReplyCool. Can't see that data url. Use an image of pastebin like it did.
1 0 ReplyAh the preview showed the html so I thought it would work.
Here is a pastebin: https://txt.t0.vc/CLMV
1 0 ReplyNice.
1 0 Reply