Load local swf file by flash
dear my friends
I have a big problem with as3. I have two .swf file : 1- Index.swf and 2-page1.swf. Index file has one frame with the following action :
var loader_mc:Loader =new Loader();
addChild( loader_mc );// Add the loader to the display list
loader_mc.load( "d:\\page1.swf"));// Load the file
I upload Index file in my site and it can't load page1.swf.
Please help me.
Best regards
