Show
Ignore:
Timestamp:
07/17/08 03:17:55 (16 months ago)
Author:
jeroen
Message:

tagged the 1.1 wmvplayer and started the air player

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/utils/Draw.as

    r4 r42  
    3737        public static function clone(tgt:MovieClip):MovieClip { 
    3838                var cls:Class = Object(tgt).constructor; 
    39                 var dup:MovieClip = new cls(); 
     39                var dup = new cls(); 
    4040                dup.transform = tgt.transform; 
    4141                if(tgt.scale9Grid) {