I am loading a small picture into a Movie Clip using the following script:
var MCloader:MovieClipLoader = new MovieClipLoader() ;
MCloader.loadClip("pictures/small_picture.jpg", this.FrameWindow) ; //FrameWindow is the instance name
Picture loads but:
- How can I prevent it from filling in the full size of the Movie Clip?
- How can I control it's alignment?
Thanks !!!
var MCloader:MovieClipLoader = new MovieClipLoader() ;
MCloader.loadClip("pictures/small_picture.jpg", this.FrameWindow) ; //FrameWindow is the instance name
Picture loads but:
- How can I prevent it from filling in the full size of the Movie Clip?
- How can I control it's alignment?
Thanks !!!