Show
Ignore:
Timestamp:
08/18/08 00:12:05 (5 months ago)
Author:
jeroen
Message:

changed SWF loading a little, added plugiins to trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/events/ViewEvent.as

    r57 r60  
    1616        public static var LINK:String = "LINK"; 
    1717        public static var LOAD:String = "LOAD"; 
    18         public static var META:String = "META"; 
    1918        public static var MUTE:String = "MUTE"; 
    2019        public static var NEXT:String = "NEXT"; 
     
    2524        public static var SEEK:String = "SEEK"; 
    2625        public static var STOP:String = "STOP"; 
     26        public static var TRACE:String = "TRACE"; 
    2727        public static var VOLUME:String = "VOLUME"; 
    2828        /** The data associated with the event. **/