PDA

View Full Version : Forcing dimensions


Bumer
05-19-2008, 09:06 PM
Hi there,

Been searching the forum for over one hour now, couldn't find the answer I am seeking... I am making a flash file (.swf) which contains a few pictures, timeline effects and a movie clip (.flv). Pictures are of the same size as my document (512x200), but the video clip is a bit larger.

Now when I export file as .swf and open it in internet browser (IE6 & Firefox2), it's resized to the size of the browser's window and when the video clip part is being played, it is displayed in full size and not being chopped off by document's dimensions.

I am new to actionscript, only done a couple of tutorials. I understand that you can add this script to flash files to make them act the way you want. So if you please, be as detailed as possible.

I am looking for correct script commands to make flash document of fixed size and it's content that is larger, not to show extra stuff (auto-chopped off so to speak).

Thanks for the help in advance.

Cheers.
P.S. My flash file will be a standalone, so no .html etc.