Loading AWD Viewer

Software: Away3D 4.x

xotlr43, Newbie
Posted: 01 September 2014 02:32 AM   Total Posts: 2

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.
AWD Viewer Example File

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.

private function init(e:Event null):void 
  {
   loadSWF
("AWDViewer.swf");
  
}
  
private function loadSWF(url:String):void
  {
   
var urlRequest:URLRequest = new URLRequest(url);
   
loader = new Loader();
   
loader.load(urlRequest);
   
addChild(loader);
  

how can i solve this problem? plz help me.

Zip file of my swf

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X