Skip to content

Instantly share code, notes, and snippets.

@diffalot
Created April 28, 2012 13:51
Show Gist options
  • Save diffalot/2519227 to your computer and use it in GitHub Desktop.
Save diffalot/2519227 to your computer and use it in GitHub Desktop.
the video tag
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='300' height='300' id='player1' name='player1'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='flashvars' value='file=playlist.xml'>
<embed id='player1'
name='player1'
src='player.swf'
width='300'
height='300'
allowscriptaccess='always'
allowfullscreen='true'
flashvars="file=playlist.xml"
/>
</object>
<object id="myMovie" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="540" height="36">
<param name="src" value="rtsp://realmedia.uic.edu/itltv/bbtips.6feb02.smi">
<param name="console" value="video2">
<param name="controls" value="ControlPanel">
<param name="autostart" value="false">
<param name="loop" value="false">
<embed name="myMovie" src="http://realmedia.uic.edu/ramgen/itltv/bbtips.6feb02.smi?embed" height="36" width="540" autostart="false" loop="false" nojava="true" console="video2" controls="ControlPanel"></embed>
<noembed><a href="http://realmedia.uic.edu/ramgen/itltv/bbtips.6feb02.smi">Play second clip</a></noembed>
</object>
<video width="1024" height="432" poster="http://html5video.org/media/sintel.jpg" controls>
<source src="http://html5video.org/media/sintel.webm"></source>
</video>
<video width="1024" height="432" poster="http://html5video.org/media/sintel.jpg" controls>
<source src="http://html5video.org/media/sintel.mp4"></source>
<source src="http://html5video.org/media/sintel.webm"></source>
<source src="http://html5video.org/media/sintel.ogg"></source>
</video>
<video width="1024" height="432" poster="http://html5video.org/media/sintel.jpg" controls>
<source src="http://html5video.org/media/sintel.mp4"></source>
<source src="http://html5video.org/media/sintel.webm"></source>
<source src="http://html5video.org/media/sintel.ogg"></source>
<object
id="kaltura_player_1335631794"
name="kaltura_player_1335631794"
type="application/x-shockwave-flash"
allowFullScreen="true"
allowNetworking="all"
allowScriptAccess="always"
height="432" width="1024" bgcolor="#000000"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:media="http://search.yahoo.com/searchmonkey/media/" rel="media:video"
resource="http://www.kaltura.com/index.php/kwidget/cache_st/1335631794/wid/_322481/uiconf_id/7752572/entry_id/0_un4gy128" data="http://www.kaltura.com/index.php/kwidget/cache_st/1335631794/wid/_322481/uiconf_id/7752572/entry_id/0_un4gy128">
<param name="allowFullScreen" value="true" />
<param name="allowNetworking" value="all" />
<param name="allowScriptAccess" value="always" />
<param name="bgcolor" value="#000000" />
<param name="flashVars" value="&" />
<param name="movie" value="http://www.kaltura.com/index.php/kwidget/cache_st/1335631794/wid/_322481/uiconf_id/7752572/entry_id/0_un4gy128" />
</object>
</video>
<script src="http://html5.kaltura.org/js"></script>
<div id="my-video"></div>
<script>
kWidget.embed({
'targetId' : 'my-video',
'wid' : '_322481',
'uiconf_id' : '7752572',
'entry_id' : '0_un4gy128',
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment