KieranD
2011-04-26 16:02:07 UTC
Sorted this out. common error aparntly.
public function ExternalSWF()
{
this.addEventListener(Event.ADDED_TO_STAGE, onStage);
}
private function onStage(e:Event):void
{
this.removeEventListener(Event.ADDED_TO_STAGE, onStage);
}
Hope this helps others.
Kieran
--
View this message in context: http://papervision3d.758870.n4.nabble.com/Importing-exteranl-SWF-s-onto-stage-tp3450000p3475829.html
Sent from the Papervision3D mailing list archive at Nabble.com.
public function ExternalSWF()
{
this.addEventListener(Event.ADDED_TO_STAGE, onStage);
}
private function onStage(e:Event):void
{
this.removeEventListener(Event.ADDED_TO_STAGE, onStage);
}
Hope this helps others.
Kieran
--
View this message in context: http://papervision3d.758870.n4.nabble.com/Importing-exteranl-SWF-s-onto-stage-tp3450000p3475829.html
Sent from the Papervision3D mailing list archive at Nabble.com.