3

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 height, but nothing happened.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
olshevski
  • 4,971
  • 2
  • 35
  • 34

1 Answers1

4

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
  • 165
  • 1
  • 8