[Papervision3D] Issues with external SWFs?

tmyers tmyers at vodafone.ie
Fri Sep 12 05:51:27 PDT 2008


To further explain what I meant in my previous post....I would guess in
index.swf you are trying to access the stage which is not available yet :(

to get around this register for the following event within index.swf

this.addEventListener(Event.ADDED_TO_STAGE,init);

private function init(event:Event):void {
      //  now you can access the stage :)
}


-- 
View this message in context: http://www.nabble.com/Issues-with-external-SWFs--tp19446958p19455174.html
Sent from the Papervision3D mailing list archive at Nabble.com.




More information about the Papervision3D mailing list