Packagevn.karaokeplayer.lyrics
Classpublic class LyricsPlayer
InheritanceLyricsPlayer Inheritance flash.display.Sprite
ImplementsILyricsPlayer



Public Properties
 PropertyDefined by
  lyricsCompleted : ISignal
[read-only]
LyricsPlayer
  position : Number
LyricsPlayer
Public Methods
 MethodDefined by
  
LyricsPlayer(factory:IKarFactory, w:Number, h:Number, align:String = "bottom")
LyricsPlayer
  
cleanUp():void
Test release memory
LyricsPlayer
  
debug():void
LyricsPlayer
  
init(lyrics:SongLyrics):void
TODO: optimization: create exactly number of lines
LyricsPlayer
Public Constants
 ConstantDefined by
  VERSION : String = "0.8.71"
[static]
LyricsPlayer
Property detail
lyricsCompletedproperty
lyricsCompleted:ISignal  [read-only]Implementation
    public function get lyricsCompleted():ISignal
positionproperty 
position:Number  [read-write]Implementation
    public function get position():Number
    public function set position(value:Number):void
Constructor detail
LyricsPlayer()constructor
public function LyricsPlayer(factory:IKarFactory, w:Number, h:Number, align:String = "bottom")Parameters
factory:IKarFactory
 
w:Number
 
h:Number
 
align:String (default = "bottom")
Method detail
cleanUp()method
public function cleanUp():void

Test release memory

debug()method 
public function debug():void
init()method 
public function init(lyrics:SongLyrics):void

TODO: optimization: create exactly number of lines

Parameters
lyrics:SongLyrics
Constant detail
VERSIONconstant
public static const VERSION:String = "0.8.71"