Object zooming inactive

Q&A about the latest release Version
Locked
richo270
Posts: 4
Joined: Wed Dec 13, 2006 6:39 pm

I am creating objects in the demo. It works fine, except they will not zoom, even thou I have the “Allow Zoomâ€
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

do you have it posted on your website so that we too may see ?

URL ?
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Did you use Flash? Flash Object movies don't support zooming (yet).
MfG, Thomas
richo270
Posts: 4
Joined: Wed Dec 13, 2006 6:39 pm

Actually, I think I have solved this problem. See it at http://www.evolutionaryresearch.org/rock1.9/

What I think happened is that when I first created the movie, I did not have the “Allow Zoomâ€
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Code: Select all

<html>
<head>
<title>Rock 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
		<!--
			window.moveTo(0,0)
			window.resizeTo(window.screen.availWidth,window.screen.availHeight)
		// -->
		</script>
</head>

<body bgcolor="#FFFFFF">
<embed src="embed2.mov" width="640" height="480">



</embed> 
</body>
</html>
This is how your html should be written.

Regards, Smooth 8)
Image
richo270
Posts: 4
Joined: Wed Dec 13, 2006 6:39 pm

Hi Smooth,

Thanks for the post on the code for the full screen. Below is a window with your code cut and pasted into the page created in Dreamweaver. After uploading and opening, the Quicktime object is still not full screen. Your code is in bold, and the page has numerous added lines of code. Any suggestions?

http://www.evolutionaryresearch.org/rock10/

Regards,
Richo
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Code: Select all

<html>
<head>
<title>Rock 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
		<!--
			window.moveTo(0,0)
			window.resizeTo(window.screen.availWidth,window.screen.availHeight)
		// -->
		</script>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<EMBED SRC="embed2.mov" WIDTH="100%" CONTROLLER="false" scale="TOFIT" vspace="0" height="100%" kioskmode="true"></embed>

</body>
</html>
Give this a whirl.

Regards, Smooth 8)
Image
richo270
Posts: 4
Joined: Wed Dec 13, 2006 6:39 pm

Thanks Smooth, that did it. Go to http://www.evolutionaryresearch.org/rock1.9/ and see.

I will definitely be buying the full feature version of this, it is great. Go to http://www.rockartsource.com/ and see some of my rocks that I plan to migrate over to QTVR
Locked