| 1 | <script type="text/javascript"> |
|---|
| 2 | if (document.getElementById) |
|---|
| 3 | { |
|---|
| 4 | var waiting = document.getElementById('waiting4encoder$mirid'); |
|---|
| 5 | waiting.style.display = "none"; |
|---|
| 6 | } |
|---|
| 7 | </script> |
|---|
| 8 | <object type="application/x-shockwave-flash" data="$flowplayer_location" |
|---|
| 9 | width="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&baseURL=$videobaseurl&skinImagesBaseURL=$splashbaseurl&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 | <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="videoFile=$videofile&baseURL=$videobaseurl&skinImagesBaseURL=$splashbaseurl&splashImageFile=$splashfile" /></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()"> |
|---|
| 45 | Restart |
|---|
| 46 | </button> |
|---|