I already know to pass a string like "img://MyPackage.MyPicture" to a movie clip source property to get a texture to flash.
So how do I go about getting a texture movie instead of a texture.
I've been researching and have found things like LoadMovie, AttachMovie ..... but it's just not working.
Anyone know?
Edit: unsupported feature...
Code:
Flash Code
MyMovieClip.source = event.item.MyPicture;
I've been researching and have found things like LoadMovie, AttachMovie ..... but it's just not working.
Anyone know?
Edit: unsupported feature...