PDA

View Full Version : Trouble with Game build - Flex 3, AS3.0


booplasterer
04-24-2009, 05:57 PM
Hi all,

I am having a hard time compiling this game in Flex. We built 8 games and all of them work perfectly and I had no problems building them in Flex. However, this game is giving me a hard time.

I'm simply changing the instructions.swc and saving it in the same location as the previous .swc. However, when I go back to Flex and build from there, it is not recognizing it and now the entire game does not work.

Is there something I'm missing?

Thanks in advance for all your help.

JeTSpice
04-28-2009, 02:13 PM
sounds like 1 of 2 things:

your library path is broken
or there's an error in the instructions.swc

assuming it's the library path, in the top menu of flex builder, click on
Project >> Properties

choose "Flex Build Path"
click on the "Library path" tab

click on "add swc" and browse to the swc in the next popup.

if your swc files are named the same (or one is capitalized and the other is not), you might have to first remove the old swc, re-build, so Flex knows that the filepath is broken, and then put in the new swc and re-build.