I try this

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute"  
          "creationPolicy="all"   creationComplete="init()">
<mx:Script>
        <![CDATA[
                import mx.events.ResizeEvent;
                
                private function init():void{
                        
                        stage.scaleMode = StageScaleMode.NO_SCALE;

                
                }
                 
                 
        ]]>
</mx:Script>     

...
...

</mx:Application>

I also get error:

TypeError: Error #1009: Cannot access a property or method of a null object 
reference.

Thanks for help

Mark


Reply via email to