One issue is that this line:
public var myinstancename_mc: MovieClip;
only declares the variable, but your variable is still empty. You have to assign it to something like a new movie clip or an existing one before you can set any properties on it.
you could do:
public var myinstancename_mc:MovieCli
but I don't know if that's what you're going for.
Main Topics
Browse All Topics





by: ngiamourisPosted on 2008-09-03 at 10:46:45ID: 22379718
Hi Hardi
Can you be a bit more specific? Do you just want to embed graphics created in Flash CS3 in your Flex app? Or do you need to load an swf dynamically?