In your script, use the
var jakob_mc:MovieClip = this.createEmptyMovieClip("jakob_mc",
this.getNextHighestDepth());
var jakob:ImageLoader = new ImageLoader("http://www.macromedia.com/devnet/mx/
blueprint/articles/nielsen/spotlight_jnielsen.jpg", jakob_mc, {_x:10, _y:10,
_alpha:70, _rotation:-5});
See also
,
dynamic
extends
138
Chapter 5: ActionScript Core Language Elements
operator to create a ImageLoader object.
new
,
,
implements
import
,
,
,
interface
new
Object.registerClass()
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?