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/models/SoundModel.as

    r57 r60  
    4848        private function completeHandler(evt:Event):void { 
    4949                clearInterval(interval); 
    50                 position = model.playlist[model.config['item']]['start']; 
     50                position = model.playlist[model.config['item']]['start'];  
    5151                model.sendEvent(ModelEvent.TIME,{position:position,duration:duration}); 
    5252                model.sendEvent(ModelEvent.STATE,{newstate:ModelStates.COMPLETED});