I have been working happily in FlashDevelop for years and purchased a Macbook recently. I’ve decided it’s better to use Flash Builder while using my Macbook. I’ve got everything set up short of the published SWF name. It seems to force me to use the name that the Application Class has. In my example this name is “Main.as”. I wish the published SWF to be named “activityShell.swf” several reasons I will not get into here.
Please tell me how during build and debugging do I get the published swf to be called activityShell.swf and not Main.swf?
You can change the name of your main application file (AKA Rename Name.as to activityShell.swf ). That may give a warning since activityShell does not follow standard naming conventions for class names. The first letter of a class is usually a capital.
Or you can change the name of the generated SWF after the fact.
Or you can use the output command line argument to specify the file name and location of the finished SWF.