Show
Ignore:
Timestamp:
12/03/07 19:36:32 (13 months ago)
Author:
gyuque
Message:

lang/actionscript/swfgmap: updated test driver application.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/swfgmap/trunk/TestApp.as

    r2320 r2347  
    33        import flash.display.*; 
    44        import gyuque.gmap.*; 
    5          
     5 
    66        public class TestApp extends GMapView 
    77        { 
     
    1313                                }); 
    1414                         
     15                        stage.align = StageAlign.TOP_LEFT; 
     16                        stage.scaleMode = StageScaleMode.NO_SCALE; 
    1517                        d_outMetrics(); 
    1618                }