Packagecom.nocreativity.playr
Classpublic class PlayrInternalEvent
InheritancePlayrInternalEvent Inheritance flash.events.Event

Used for interal error and event handling.



Public Properties
 PropertyDefined by
  message : String = ""
PlayrInternalEvent
Public Methods
 MethodDefined by
  
PlayrInternalEvent(type:String)
PlayrInternalEvent
Public Constants
 ConstantDefined by
  DEBUG : String = "playr_debug"
[static]
PlayrInternalEvent
  PLAYLIST_INVALID_XML : String = "playlist_invalid_xml"
[static]
PlayrInternalEvent
  PLAYLIST_LOADED : String = "playlist_loaded"
[static]
PlayrInternalEvent
  PLAYLIST_STREAM_ERROR : String = "playlist_stream_error"
[static]
PlayrInternalEvent
  PLAYLIST_TRACK_OUT_OF_BOUNDS : String = "playlist_track_out_of_bounds"
[static]
PlayrInternalEvent
  TRACK_ADDED_TO_PLAYLIST : String = "track_added_to_playlist"
[static]
PlayrInternalEvent
  TRACK_LOADING : String = "track_loading"
[static]
PlayrInternalEvent
  TRACK_NOT_ADDED_TO_PLAYLIST : String = "track_not_added_to_playlist"
[static]
PlayrInternalEvent
Property detail
messageproperty
public var message:String = ""
Constructor detail
PlayrInternalEvent()constructor
public function PlayrInternalEvent(type:String)Parameters
type:String
Constant detail
DEBUGconstant
public static const DEBUG:String = "playr_debug"
PLAYLIST_INVALID_XMLconstant 
public static const PLAYLIST_INVALID_XML:String = "playlist_invalid_xml"
PLAYLIST_LOADEDconstant 
public static const PLAYLIST_LOADED:String = "playlist_loaded"
PLAYLIST_STREAM_ERRORconstant 
public static const PLAYLIST_STREAM_ERROR:String = "playlist_stream_error"
PLAYLIST_TRACK_OUT_OF_BOUNDSconstant 
public static const PLAYLIST_TRACK_OUT_OF_BOUNDS:String = "playlist_track_out_of_bounds"
TRACK_ADDED_TO_PLAYLISTconstant 
public static const TRACK_ADDED_TO_PLAYLIST:String = "track_added_to_playlist"
TRACK_LOADINGconstant 
public static const TRACK_LOADING:String = "track_loading"
TRACK_NOT_ADDED_TO_PLAYLISTconstant 
public static const TRACK_NOT_ADDED_TO_PLAYLIST:String = "track_not_added_to_playlist"