Question
Will this work online?
var View14 = new Loader();
addChild(View14);
View14.load(new URLRequest("media/PortfolioPORT.swf"));
the SWF i'm loading is called PortfolioPORT and it's in a folder named media.
I'm trying to load it into a movieclip named View14, but i'm not sure what did what so i named the variable view14 too.
also, it would be great if i could find out the way you URL offline files.
Thanks!
addChild(View14);
View14.load(new URLRequest("media/PortfolioPORT.swf"));
the SWF i'm loading is called PortfolioPORT and it's in a folder named media.
I'm trying to load it into a movieclip named View14, but i'm not sure what did what so i named the variable view14 too.
also, it would be great if i could find out the way you URL offline files.
Thanks!