|
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"> |
|---|
| 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> |
|---|