Noice.
Posted about 1 month ago
it doesnt use xml or either external swf, but if you buy it, i can give you the code to use the external swf.
Posted 9 days ago
i just bought the swf. could you please give me the code to use the external swf.
Posted 3 days ago
var movieRequest:URLRequest = new URLRequest(“yourswf.swf”
;
var movieLoader:Loader = new Loader();
movieLoader.load(movieRequest);
holderMc.addChild(movieLoader);
first you need to make a blank mc on the stage which i named it “holderMc” on this code and then all you have to do is to change the “yourswf.swf” with the swf you want to load.
if you still cant do it, give me your email and i will send it to you
Posted 1 day ago