root/indytube/tags/plumi-0.1-3/include.template.red5

Revision 187, 1.5 kB (checked in by andy, 20 months ago)

a template for testing rtmp support (via red5 )

Line 
1
2<object type="application/x-shockwave-flash" data="$flowplayer_location"
3width="320" height="263" id="FlowPlayer">
4<param name="allowScriptAccess" value="sameDomain" />
5<param name="movie" value="$flowplayer_location" />
6<param name="quality" value="high" />
7<param name="scale" value="noScale" />
8<param name="wmode" value="transparent" />
9<param name="flashvars" value="config={splashImageFile: '$splashfile', videoFile: '$videofile', baseURL: '$videobaseurl', autoPlay: false , autoBuffering: false, loop:false, fullScreenScriptURL: '$videobaseurl/fullscreen.js', streamingServerURL: 'rtmp://www.engagemedia.org:1935/engagemedia' } " />
10</object>
11
12<div style="width:320px;margin-top:5px;">Copy the following to embed the movie into another web page:</div>
13<form>
14<textarea style="overflow-x:auto;width:320px;" onclick="this.focus();this.select();">
15&lt;object type="application/x-shockwave-flash" data="$flowplayer_location" width="320" height="263" id="FlowPlayer">&lt;param name="allowScriptAccess" value="sameDomain" />&lt;param name="movie" value="FlowPlayer.swf" />&lt;param name="quality" value="high" />&lt;param name="scale" value="noScale" />&lt;param name="wmode" value="transparent" />&lt;param name="flashvars" value="config={splashImageFile: '$splashfile', videoFile: '$videofile', baseURL: '$videobaseurl', autoPlay: false , autoBuffering: false, loop:false, fullScreenScriptURL: '$videobaseurl/fullscreen.js',  streamingServerURL: 'rtmp://www.engagemedia.org:1935/engagemedia'  } " />&lt;/object>
16</textarea>
17</form>
Note: See TracBrowser for help on using the browser.