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

    r38 r42  
    117117                clearInterval(interval); 
    118118                if(channel) { channel.stop(); } 
    119                 if(sound.bytesLoaded != sound.bytesTotal) { sound.close(); } 
     119                if(sound.bytesLoaded < sound.bytesTotal) { sound.close(); } 
    120120        }; 
    121121