 | Swf linked to an XML inside another swf file
on May 13, 2011 at 7:31:55 pm |
Hello everyone, I want to load a flipping book swf file inside my main swf file and I am running into the following problem:
I'm using this code:
var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest = new URLRequest("catalogue.swf");
myLoader.load(url);
The catalogue loads but it's empty.Tthe pages that are linked to an XML file won't load. I've been looking for an answer but I can only find AS2 solutions and I'm working with AS3. Does anyone know how to make it work? I don't know really know AS... sorry for my ignorance...
Thank you!!!