FDT & Eclipse SWC integration
Hi,
I'm using Eclipse & FDT to develop. I'm compiling my projects in Flash CS4.
For my latest project I wanted to use the FocusManager out of
fl.managers.FocusManager.
Though this didn't work. I assumed Eclipse or FDT needs an swc containing the component such as the playerglobal.swc for the other components.
Is this correct?
I tried to integrate it but didn't find any swc in the flash folder. What I found was a uncomiled .as file. I tried to add the fl folder as a second linked lib folder. This worked out fine and I was able to import the FocusManager
Eclipse was no longer showing any problems.
Eclipse also added the path to the .as3_classpath file in the folder.
As I tried to compile the .fla in Flash it didn't work
I guess the .as3_classpath file is just used by eclipse and not by Flash
Any clue?
|