Ignore:
Timestamp:
11/13/09 15:45:53 (4 years ago)
Author:
pablo
Message:
  • Playlist ITEM timing issues
File:
1 edited

Legend:

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

    r564 r628  
    6767                 */ 
    6868                function removeItemAt(idx:Number):void; 
     69                /**  
     70                 * Returns true if the given playlist item is currently loaded in the list.  
     71                 **/ 
     72                function contains(item:PlaylistItem):Boolean; 
     73 
    6974                function get currentIndex():Number; 
    7075                function set currentIndex(idx:Number):void; 
Note: See TracChangeset for help on using the changeset viewer.