Changeset 42 for trunk/as3/com/jeroenwijering/models/SoundModel.as
- Timestamp:
- 07/17/08 03:17:55 (16 months ago)
- Files:
-
- 1 modified
-
trunk/as3/com/jeroenwijering/models/SoundModel.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/as3/com/jeroenwijering/models/SoundModel.as
r38 r42 117 117 clearInterval(interval); 118 118 if(channel) { channel.stop(); } 119 if(sound.bytesLoaded !=sound.bytesTotal) { sound.close(); }119 if(sound.bytesLoaded < sound.bytesTotal) { sound.close(); } 120 120 }; 121 121
