Hi All I am trying to import an swf file into Flash builder. My swf file is correct, and displays the correct data. However, when I import into Flash builder and launch my project, I get a blank HTML. Not sure why? I am carrying out the following steps in the sequence listed below 1. Create an FLA component in Flash Professional. 2. Go to Publish settings, click on export to SWC. 3. Exported SWC displays correct data. 4. Create new action script project in Flash Builder. 5. Add the SWC folder as path of the referenced library section. 6. Added the following code in action script code
var mystickyman:MovieClip = new stickman as MovieClip; addChild(mystickyman);
Here stickman is the linkage if of swc given in Flash Professional.
I am using SWC for the first time , and am sure am missing out on some steps.
Any inputs will help.
Thanks Aparna