How can I load awd viewer in my swf? (awd is away builder's file extension)
I found awd viewer example file in away builder website.
http://awaytools.com/awaybuilder/tutorial-01/AwayBuilderTutorial01_SampleFiles.zip
it's works well.
but it's not working when I'm loading it to my parent swf.
my parent swf file's code is just this.
privatefunction init(e:Event=null):void
{
loadSWF("AWDViewer.swf");
}
privatefunction loadSWF(url:String):void
{
var urlRequest:URLRequest=newURLRequest(url); loader =newLoader(); loader.load(urlRequest); addChild(loader);
}
how can i solve this problem? plz help me.
below is zip file of my swf
https://www.dropbox.com/s/vz2c268ubzfg37k/Flash3DViewer.zip?dl=0