Talk:Code Snippets
From MegaZine3
Sorry,my English is poor. The MegaZine is great!You did a very good job,thank u very much.
I have an error here when I load the "megazine.swf" file into my own SWF:
l.load(new URLRequest("megazine.swf?xmlFile=book.mz3")); // define which definition to use
can not load megazine.swf
I had to relpace "megazine.swf?xmlFile=book.mz3" to "http://localhost/megazine.swf?xmlFile=book.mz3", that mean I must put megazine.swf(and the assets) onto a Web Server,but I don't want to do this. Is there any good method?Thank u