Hi there,
I am pretty new to Away3d. I have a fla and I would like to load Away3d swf in run time. No error appeared and I can see the buttons in the swf. BUT I cannot see the object in the swf. When I run the swf in standalone, it works fine. This should be very easy to fix, can anyone please help me!?
var cfLoader:Loader = new Loader();
cfHolder.addChild(cfLoader);
var cfRequest:URLRequest = new URLRequest("Away3d-Coverflow/bin/FlashIDEVer.swf");
cfLoader.load(cfRequest);
cfLoader.x = 0;
cfLoader.y = 0;
Many many thanks!!
Sellew