• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flash Builder is ignoring [SWF(width = "640", height = "480", frameRate = "60", backgroundColor = "#

Engaged ,
Mar 20, 2012 Mar 20, 2012

Copy link to clipboard

Copied

Hi,

I have a pure actionscript project in flash builder 4.6. When I set the stage with this:

[SWF(width = "640", height = "480", frameRate = "60", backgroundColor = "#000000")]

Flash builder is ignoring it.  How do I fix this?

cheers.

Views

1.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Mar 20, 2012 Mar 20, 2012

I fixed it.

You have to put:

[SWF(width = "640", height = "480", frameRate = "60", backgroundColor = "#000000")]

after all the imports and before the constructor function.

I had it before all the imports : P

Votes

Translate

Translate
Engaged ,
Mar 20, 2012 Mar 20, 2012

Copy link to clipboard

Copied

LATEST

I fixed it.

You have to put:

[SWF(width = "640", height = "480", frameRate = "60", backgroundColor = "#000000")]

after all the imports and before the constructor function.

I had it before all the imports : P

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines