SSamTure.net

워드프레스

[AS3] 이미지 파일 불러오기

[as3]
var imageLoader:Loader = new Loader();
imageLoader.load( new URLRequest(‘이미지주소’));
var movie:MovieClip = new MovieClip();
movie.x = 0;
movie.y = 0t;
movie.visible = true;
movie.addChild(imageLoader);
addChild(movie);
[/as3]

1 Comment

  1. yongkani
    2009/12/03 at 18:47 · Reply

    와.. 알려달라고하면 안알려주더니 여디 다 올렸네

Leave a Reply

Your email address will not be published. Required fields are marked *