YouTube HTML5 Video Player

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
Anyone know if there is one, without using iframes?

I've looked and the only one I found was iframe, wanna know if there is one before I waste time making it.
 

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,808
679
<object width="640" height="390">
<param name="movie"
value=" "></param>
<param name="allowScriptAccess" value="always"></param>
<embed src=" "
type="application/x-shockwave-flash"
allowscriptaccess="always"
width="640" height="390"></embed>
</object>


Credits to
 

Jian

Resident Weeb
Contributor
Sep 2, 2011
687
437
<object width="640" height="390">
<param name="movie"
value=" "></param>
<param name="allowScriptAccess" value="always"></param>
<embed src=" "
type="application/x-shockwave-flash"
allowscriptaccess="always"
width="640" height="390"></embed>
</object>


Credits to
That is not HTML5
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Maybe take a look at this:

It's a nice html5 video player, just try download your video then embed it as media using the above.
 

Users who are viewing this thread

Top