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

Revision 173, 1.4 kB (checked in by andy, 20 months ago)

inital import of indytube -engagemedia.org branch

Line 
1<script type="text/javascript">
2if (document.getElementById)
3{
4var waiting = document.getElementById('waiting4encoder$mirid');
5waiting.style.display = "none";
6}
7</script>
8<object type="application/x-shockwave-flash" data="$flowplayer_location"
9width="320" height="263" id="FlowPlayer">
10<param name="allowScriptAccess" value="sameDomain" />
11<param name="movie" value="$flowplayer_location" />
12<param name="quality" value="high" />
13<param name="scale" value="noScale" />
14<param name="wmode" value="transparent" />
15<param name="flashvars" value="videoFile=$videofile&amp;baseURL=$videobaseurl&amp;skinImagesBaseURL=$splashbaseurl&amp;splashImageFile=$splashfile" />
16</object>
17
18<div style="width:320px;margin-top:20px;">Copy the following to embed the movie into another web page:</div>
19<form>
20<textarea style="overflow-x:auto;width:320px;" onclick="this.focus();this.select();">
21&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="videoFile=$videofile&amp;baseURL=$videobaseurl&amp;skinImagesBaseURL=$splashbaseurl&amp;splashImageFile=$splashfile" />&lt;/object>
22</textarea>
23</form>
Note: See TracBrowser for help on using the browser.