Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stage size 1

Status
Not open for further replies.

chazmania

Technical User
Jul 6, 2005
63
GB
Hi there,

I have created a flash movie and the stage size is 800x600 but the final movie is going to be viewed on a 50" display screen.

Will the flash movie resize to the 50" screen?
Or will I have to create the flash movie with a 50" stage?

Any help would be appreciated!
Thanks
 
you could try these fscommands in the first frame of your movie. I wouldn't think it would matter as flash is vector based, unless you have some images or bitmaps in there, but could still be ok.
Code:
fscommand("fullscreen",true);
fscommand("allowscale",true);
What these do is to fullscreen the flash movie to the surrounding screen size and allows it to be scaled.

Hope it helps

Regards,

Martin

Computing Help And Info:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top