I'm working on a web application in Flash and using Flash Pro for designing the more graphic parts of my application and FlashDevelop for the code.
So far, I have created a UI in Flash Pro. I wanted to import this UI into FlashDevelop, so I saved the parts of the UI as a symbol, exported as SWC, etc. However, when I loaded the symbols in FlashDevelop, all of them were placed by default in the upper left corner of the screen. While I would be able to write code to move each symbol to the correct location in FlashDevelop on startup of the program, such a technique sounds inefficient.
How should I import my symbols so that they are placed in the same positions as I placed them in on the stage in Flash Pro?