topical media & game development

talk show tell print

actionscript-video-com-flashconnections-ui-component-mediaPlayer-playlist-ifc-IPlaylist.ax

actionscript-video-com-flashconnections-ui-component-mediaPlayer-playlist-ifc-IPlaylist.ax [swf] flex


  
Flash Video for Professionals: MVC Player http://www.flashconnections.com
author: James O'Reilly

  
  package com.flashconnections.ui.component.mediaPlayer.playlist.ifc
  {
          import com.flashconnections.core.ifc.ICore;
          
          public interface @ax-actionscript-video-com-flashconnections-ui-component-mediaPlayer-playlist-ifc-IPlaylist extends ICore
          {
                  function setList(val:Array):void;
                  function getList():Array;
                  function getItemAt(index:Number):Object;
                  function getNext():Object;
                  function getPrevious():Object;
                  function addItem(val:Object):void;
                  function addUniqueItem(val:Object):void;
                  function addItemAt(val:Object, index:Number):void;
                  function removeItem(val:Object):void;
                  function removeItemAt(index:Number):void;
                  function replaceItem(oldItem:Object, newItem:Object):void;
                  function replaceItemAt(val:Object, index:Number):void;
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.