Hello,
My team and I working with URLLoader. We are able to load images fine specifying
the attribute: src=“path/image.jpg” within the image element.
But how do we load movieclips?
We have gone under properties, linkage, exported for actionscript, but what is the url that URLLoader will understand? How will it understand that it should be looking for an instance of a movieclip within the fla library? In other words, what should the image element look like if we are pointing to movie clips?
Thanks!