Groups | Blog | Home
all groups > flash actionscript > december 2004 >

flash actionscript : Load Movie Help


_Sheep_
12/1/2004 9:29:32 PM
ok heres what i needa help with
what i want to do is load the movie..but when the movie comes in, i want it to
change the width and height,
so when the movie comes in..it will fit in wher i want it


on (release) {

function stopit() {
stopDrag();
}
function mydrag() {
startDrag(player);
}
loader.loadMovie("1.swf");
}


NSurveyor
12/1/2004 9:34:21 PM
I think this will work:
loader.loadMovie("1.swf");
loader.onLoad = function(){
loader._width = SOMENUMBER;
loader._height = ANOTHERNUMBER;
AddThis Social Bookmark Button