HTML5 Videos - Printable Version +- VGFacts (https://archive.vgfacts.com) +-- Forum: Other Discussions (https://archive.vgfacts.com/forum-6.html) +--- Forum: Help! (https://archive.vgfacts.com/forum-13.html) +--- Thread: HTML5 Videos (/thread-1542.html) |
HTML5 Videos - SERIOUSLY THOUGH - 05-03-2014 Is there any way to embed HTML5 videos (basically what Gfycat produces) ? They're so much quicker and interactive than actual gifs (pause, zoom in, rewind, frame-by-frame). RE: HTML5 Videos - Petie - 05-03-2014 I'm not sure. I know I've seen them before but I can't quickly find an example to test. Mind linking to one? RE: HTML5 Videos - SERIOUSLY THOUGH - 05-03-2014 Yep, here's the one I made of the cat earlier - http://gfycat.com/RadiantSpitefulBlueandgoldmackaw# RE: HTML5 Videos - Petie - 05-03-2014 Seems to me the easiest way to do it would be via an iframe. Otherwise, the site you're trying to embed it on would need to implement their JavaScript library. RE: HTML5 Videos - SERIOUSLY THOUGH - 05-03-2014 The iframe didn't result in a video when I tried it earlier -- <iframe src="http://gfycat.com/iframe/RadiantSpitefulBlueandgoldmackaw" frameborder="0" scrolling="no" width="600" height="338" ></iframe> RE: HTML5 Videos - Petie - 05-03-2014 That's because you can't post HTML here. I'd need to create a tag for it before it would work on the site. My answer was more of an "in general" answer. RE: HTML5 Videos - SERIOUSLY THOUGH - 05-03-2014 Right -- so long as gifs work, it shouldn't be a problem. Thanks mate |