babagadude
08-01-2006, 03:59 PM
I have a .mov file that I rendered out in adobe premiere. It is 6.3 MB. I am using apples java script fix so that the file will be active in IE without having to enable the active x control by clicking. The problem is that the movie does not appear until it is fully loaded. I want it to play once enough has loaded. Is this a problem in the rendering or is it a param in the javascript?
Here is the part of the js that is on the page to show the movie - autoplay is set to true.
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT
('/images/roshMagicTrickLG.mov',
'350', '278', '',
'type', 'video/quicktime',
'autoplay', 'true',
'controller', 'true',
'scale', 'tofit',
'emb#type', 'video/quicktime');
</script>
The page this is running on can be viewed at:
http://babaganewz.com/test/test5.cfm
Does it matter when rendering if I render for a streaming server or not? Ours is not a streaming server but it has in the past (before the js fix) started playing movies before they are fully downloaded.
Thanks,
Ryan
Here is the part of the js that is on the page to show the movie - autoplay is set to true.
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT
('/images/roshMagicTrickLG.mov',
'350', '278', '',
'type', 'video/quicktime',
'autoplay', 'true',
'controller', 'true',
'scale', 'tofit',
'emb#type', 'video/quicktime');
</script>
The page this is running on can be viewed at:
http://babaganewz.com/test/test5.cfm
Does it matter when rendering if I render for a streaming server or not? Ours is not a streaming server but it has in the past (before the js fix) started playing movies before they are fully downloaded.
Thanks,
Ryan