Hi Makc,
Katopz already help me on Gtalk. Problem was
override protected function childrenCreated() : void
{
super.childrenCreated();
addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
}
protected function onAddedToStage(event:Event):void
{
removeEventListener(Event.ADDED_TO_STAGE,
onAddedToStage);
init();
}
But thanks for help anyway :)
--
Franto Kormanak ([email protected])
Owner & Senior RIA Developer
at Flexets (http://www.flexets.com)
profile: http://www.linkedin.com/in/franto
skype: franto.kormanak
On 4 February 2010 10:32, Makc <[email protected]> wrote:
> this issue was discussed long time ago, and Rob said there will be
> try/catch around scene and 550x400 default rect if scene is null. also
> someone said setting clipping rect manually fixes the problem, but
> people still report that it does not.
>