Flashbuilder 4.5 cannot find the import of flash.display. *;

I opened the flash pro project in flashbuilder 4.5, but it places a question mark next to my import operations, for example: import flash.display; I tried rebuilding the project in a new folder. I have the latest SDK. why Flashbuilder will have trouble finding flash.display .; or import flash.events. *; really annoying, is there a way to fix this or should I just keep using textmate for as3 code?

+3
source share
3 answers

I have this problem from time to time, even in the current Flash Builder 4.5 (I never figured out how to replicate it).

, :
Flash Builder >
ActioScript > > SWC
C:\Program Files\Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0\FP9

() FP10, C:\Program Files\Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0\FP10

+12

:

import flash.display.*;

. *

0

:

When I create a new Flash Professional project from FlashBuilder 4.5, the Flash IDE opens and my import flash.display.Sprite looks like broken.

If I close the Flash IDE, FlashBuilder will open it again again, and after that my import will look good.

Ymmv

0
source

All Articles