Ignore:
Timestamp:
11/12/09 18:26:52 (4 years ago)
Author:
pablo
Message:

Logo updated
Playlist should have a default index of 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/model/Playlist.as

    r597 r622  
    102102                        if (newList.length > 0) { 
    103103                                list = newList; 
     104                                index = 0; 
    104105                                dispatchEvent(new PlaylistEvent(PlaylistEvent.JWPLAYER_PLAYLIST_LOADED, this)); 
    105106                        } else { 
Note: See TracChangeset for help on using the changeset viewer.