I'd like to render my Away3D view within a design-type Movie Clip on
the Flash Scene.

I've tried adding my MC, then naming the instance to 'mView'.
I thought I'd just need to change my away3D init() code from:

addChild(view);
..to..
mView.addChild(view);

But I guess I'm not accessing mView correctly (I'm a bit new to AS3).

Any help would be appreciated.

Cheers,
Daniel.

Reply via email to