AS3 issues
I have a index.swf that is blank and a main.swf that is a website both files are in the same folder
the problem i have is that in the index.swf i have 1 frame with the following as3 code
var my_Loader:Loader = new Loader();
addChild(my_Loader);
var my_url:URLRequest=new URLRequest("main.swf");
my_Loader.load(my_url);
now if i click on the swf file index.swf it plays no problem but if i try to view it in html it dont load the main swf and play i cannot figure it out it works aslong as i dont view it using html