Scale and Background Color Attributes
QT_WriteOBJECT('mov/applezoom.mov','240','128','',
'controller','true',
'scale','tofit',
'autoplay','false'
QT_WriteOBJECT('mov/applezoom.mov','200','100','',
'controller','true',
'scale','aspect',
'autoplay','false'
QT_WriteOBJECT('mov/applezoom.mov','100','200','',
'controller','true',
'scale','0.5',
'bgcolor','#CCCCCC',
'autoplay','false'
Scale and Background Color Explained:
- Change the size of the movie with the scale attribute. Values for the attribute can be set to:
- ToFit - Will scale to fit the width and height specified regardless of the aspect ratio.
- Aspect - Will scale to fit, but respect the aspect ratio of the original source.
- Number - A decimal number.
- Set the background color of the movie with the 'bgcolor' attribute.
- Use hex values (i.e. #FFFF00 for yellow) or HTML color names
- BGColor is only displayed if the movie is smaller than the dimensions specified for the plug-in.