The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsSo I started to use FlashDevelop because I was fed up with the Flash IDE being pretty stupid in the code completion department. I exported a swc of my fla so I could use the dimensions, fps, and background settings of the fla in the new FD poject. The problem is I added clicked "Add to Library" but its not appearing in the swf. I tested publishing a swc with a symbol exported for actionscript but then it throws an error when I try to import the Test Symbol. I checked the project properties and add the swc to "SWC Include Libraries" option but still no success.
At 9/18/12 01:42 PM, kylelyk wrote: So I started to use FlashDevelop because I was fed up with the Flash IDE being pretty stupid in the code completion department. I exported a swc of my fla so I could use the dimensions, fps, and background settings of the fla in the new FD poject. The problem is I added clicked "Add to Library" but its not appearing in the swf. I tested publishing a swc with a symbol exported for actionscript but then it throws an error when I try to import the Test Symbol. I checked the project properties and add the swc to "SWC Include Libraries" option but still no success.
Ohhhhh! The error!......well...which error did you get?
And what is so hard about going into FD settings, and setting the dimensions, fps, and the background all by your very self? :o
P.
Including a .swc files doesn't make the compiler go and take the dimensions out of it etc.
Why not use the swf tag?
Ok thanks. The problem I'm having now is that a symbol in my library that's exported for actionscript is not appearing in the SWC (I checked the symbols and classes in FD). I cannot import it without getting a error. Do I need to create an .as file for each symbols from my library in order to use it? Or is the SWC not including the symbol?
At 9/18/12 03:37 PM, kylelyk wrote: I cannot import it without getting a error.
Well what the hell is the error broski?...
At 9/18/12 03:41 PM, PSvils wrote:At 9/18/12 03:37 PM, kylelyk wrote: I cannot import it without getting a error.Well what the hell is the error broski?...
Error: Test could not be found. As I said, for some reason the SWC is not including the Test symbol even though it is exported for actionscript and is on the timeline.