Reputation: 5351
I use Flashdevelop.
I am trying to import a symbol from another file. [Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;
I get Error: Unable to create source rc_new_game3.: symbol 0 not defined [Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;
Upvotes: 1
Views: 126
Reputation: 5351
wvxvw was on the right track, it was caused by swf file.
Some parameters were not set, for a button, it was not given what is the Up/Over/down/Hit state....
Upvotes: 1
Reputation:
This means that Flex SDK wasn't able to understand what Flash compiled into the test.swf. Things to try:
Upvotes: 3