Reputation: 2147
I want to ask if there is a way to link a movieClip with a class programmatically, without going to the properties menu and checking "export to actionScript" (in flash pro). I know that you can just use addChild or use other work-arounds, but is there a specific method that does this thing.
For example: movieClip.link(class)
Upvotes: 0
Views: 258
Reputation: 4629
I think maybe this is what you want:
Using Flash Symbols with ActionScript in Flex
Upvotes: 1