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

Revision 174, 2.0 kB (checked in by andy, 20 months ago)

template for html snippet generation including cortado applet

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>
24
25<br />
26
27<script language="javascript">
28     function Cortado_restart() {
29       document.applets[0].restart();
30     }
31</script>
32
33   <applet code="com.fluendo.player.Cortado.class"
34           archive="$cortado_location"
35           width="352" height="288">
36     <param name="url" value="$videobaseurl$oggfile"/>
37     <param name="local" value="false"/>
38     <param name="keepAspect" value="true"/>
39     <param name="video" value="true"/>
40     <param name="audio" value="true"/>
41     <param name="bufferSize" value="200"/>
42   </applet>
43<br/>
44<button onClick="Cortado_restart()">
45Restart
46</button>
Note: See TracBrowser for help on using the browser.