;

PDA

Click to See Complete Forum and Search --> : Lock swf movie size


webtech2000
10-23-2004, 11:51 AM
Hi,

Can this be done

I have converted an avi video to swf at (800x600). Is there a way of locking my swf movie to (800x600) so it will not distort when used on a higher screen res, ie (1024x768).

My project opens at full screen which a selection of short swf movies can then be played via a button.

Also, if I can not over come the problem above, how can I temporally change the screen res of the end users computer to (800x600) when using my swf project.

Kind regards

Clive

Bob Hartzell
10-23-2004, 12:07 PM
Unless you have changed the width and height in the html javascript to something like 100%, the movie will play at the size you specify there.

webtech2000
10-23-2004, 09:12 PM
Thanks Bob,

But I don’t use html with my project, just swf files. I have created a computer training CD that runs off the CD with nothing to install on the end users computer.

After playing around with it for many hours, I have over come my problem, as soon as I made my index.swf into index.exe via (flashtool kit), my movie retained its original size regardless of screen res.

Thanks again

Clive