|
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" |
|---|
| 3 | width="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 | <object type="application/x-shockwave-flash" data="$flowplayer_location" width="320" height="263" id="FlowPlayer"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="FlowPlayer.swf" /><param name="quality" value="high" /><param name="scale" value="noScale" /><param name="wmode" value="transparent" /><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' } " /></object> |
|---|
| 16 | </textarea> |
|---|
| 17 | </form> |
|---|