Embed Code for Flash Streaming with Drupal
Here’s some Embed Code for Flash Streaming with the Drupal Content Management System. This code will help you get up and running quicker without having to figure out how to create Embed code for working with the CMS. We’ve provided two options one for single bitrate videos and one for dynamic streaming.
Embed Code for On-demand Streaming (Single Video):
<object codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”480″ height=”360″><param value=”&file=yourvideo.flv&streamer=rtmp://ipaddresstostreamingserver/fastplay” name=”flashvars”><param value=”http://www.ipaddresstowebserver/player/player.swf” name=”src”><param value=”transparent” name=”wmode”><param value=”high” name=”quality”><embed flashvars=”&file=yourvideo.flv&streamer=rtmp://ipaddresstostreamingserver/fastplay” wmode=”transparent” quality=”high” src=”http://ipaddresstowebserver.com/player/player.swf” type=”application/x-shockwave-flash” width=”480″ height=”360″></object>
Embed Code for On-demand Dynamic Streaming:
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″ width=”480″ height=”360″><param name=”flashvars” value=”&file=http://ipaddresstowebserver.com/xmlfile/bitrateswitching.xml&plugins=qualitymonitor-2&streamer=rtmp://ipaddresstostreamingserver/bwcheck”><param name=”src” value=”http://ipaddresstowebserver.com/player/player.swf”><param name=”wmode” value=”transparent”><param name=”quality” value=”high”><embed type=”application/x-shockwave-flash” src=”http://ipaddresstowebserver/player/player.swf” quality=”high” wmode=”transparent” flashvars=”&file=http://ipaddresstowebserver/xmlfile/bitrateswitching.xml&plugins=qualitymonitor-2&streamer=rtmp://ipaddresstostreamingserver/bwcheck” width=”480″ height=”360″></object>



