How do you expand a flash video file?

  • Thread starter Thread starter ratedrpg
  • Start date Start date
R

ratedrpg

Guest
Is there any type of code that may expand a flash file exceeding its borders? i.e. If you go onto a website where there is a flash game, the game gives you an option to play in full screen or maximize it for better clarity.
 
you can to do that .. by using Action Script .

And to be clear with you i will told you wich function you need .

it is :
fscommand('fullScreen',true);

put it in any frame and the movie will expand to full screen.
 
publish it in percent (100%) instead of a set amount of pixels.

file / publish settings / flash
 
Back
Top