Silly question.. I need to set the size of SWF up to 800x600. But i don't know where can i change this property. There was an idea to change stage width and heigth, but nothing happened=(
views:
22answers:
1
+3
A:
In your document class, after your imports, but before your class declaration you can add something like this:
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="30")]
walpolea
2010-03-17 21:30:04
Thank you! That's it=)
Raigomaru
2010-03-17 21:32:57