wwp@yahoogroups.com:
Re: Fullscreen Help
Thomas Rist 2004-Jul-07 09:48:00
Hello Andy,
>
>
>and the script on the linked page :
>http://israelvr.net/rujum/rujumcylFS.html
>
>
1. You have to put this in the <head> (It's actual not there) :
<script type="text/javascript">
<!--
window.moveTo(0,0)
window.resizeTo(window.screen.availWidth,window.screen.availHeight)
// -->
</script>
2.
Something else wrong with your <object> and <embed> tags?
On Mozilla_1.6 and Opera_7.23, the QTVR stays small.
Only on Internet Explorer the QTVR fills the window.
I don't understand what a ".qit" is used for.
Try this code:
Replace "YOUR.MOV" with the URI to your own ".mov", both in the <object> and <embed> tags
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="98%" height="96%" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="scale" value="tofit">
<param name="autostart" value="true">
<param name="controller" value="true">
<param name="cache" value="false">
<param name="bgcolor" value="#FFFFFF">
<param name="src" value="YOUR.MOV">
<embed src="YOUR.MOV" width="97%" height="96%" type="video/quicktime" controller="true" cache="false" scale="tofit" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="#FFFFFF">
</embed>
</object>
Yours, Thomas Rist
#removed#