Ignore:
Timestamp:
11/06/08 13:25:45 (5 years ago)
Author:
jeroen
Message:

added HD switch plugin (and fixed a bug in the LOAD event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/models/VideoModel.as

    r103 r104  
    163163        /** Destroy the video. **/ 
    164164        public function stop():void { 
     165                stream.pause(); 
    165166                if(stream.bytesLoaded != stream.bytesTotal) { 
    166167                        stream.close(); 
    167168                } 
    168                 stream.pause(); 
    169169                metadata = false; 
    170170                clearInterval(loadinterval); 
Note: See TracChangeset for help on using the changeset viewer.