dstlb
10-23-2003, 07:18 AM
What's the best way to scale a QTVR movie in html? This is what it says on the Apple site...
----
SCALE=value (optional...requires QuickTime 3)
SCALE is either TOFIT, ASPECT or a number. By default the value of SCALE is 1. If set to TOFIT, the movie is scaled to fit the embedded box as specified by the HEIGHT and WIDTH attributes. If this is set to ASPECT, the movie will scale to fit the embedded box while maintaining the aspect ratio. If this is set with a number, the movie will be scaled by that number (e.g. 1.5). Note: Using the number scale attribute with a QTVR Panorama movie can degrade the performance of the movie even on high-end systems.
For example:
<embed src="sample.mov" width="200" height="240" scale="tofit">
----
But it's not working for my client in IE on Windows (it works on Mac Safari and IE though).
Here's an example of the problem... http://www.zen12165.zen.co.uk/files/gmj/heron_qtvr/index.html
Any ideas?
Thanks,
Andy
----
SCALE=value (optional...requires QuickTime 3)
SCALE is either TOFIT, ASPECT or a number. By default the value of SCALE is 1. If set to TOFIT, the movie is scaled to fit the embedded box as specified by the HEIGHT and WIDTH attributes. If this is set to ASPECT, the movie will scale to fit the embedded box while maintaining the aspect ratio. If this is set with a number, the movie will be scaled by that number (e.g. 1.5). Note: Using the number scale attribute with a QTVR Panorama movie can degrade the performance of the movie even on high-end systems.
For example:
<embed src="sample.mov" width="200" height="240" scale="tofit">
----
But it's not working for my client in IE on Windows (it works on Mac Safari and IE though).
Here's an example of the problem... http://www.zen12165.zen.co.uk/files/gmj/heron_qtvr/index.html
Any ideas?
Thanks,
Andy