Packagethanhtran.karaokeplayer.lyrics
Classpublic class LyricsPlayer
InheritanceLyricsPlayer Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  data : SongLyrics
LyricsPlayer
  lyricsCompleted : Signal
LyricsPlayer
  position : Number
LyricsPlayer
Public Methods
 MethodDefined by
  
LyricsPlayer(w:Number, h:Number, align:String = "bottom")
LyricsPlayer
  
cleanUp():void
Test release memory
LyricsPlayer
  
init(lyrics:SongLyrics):void
TODO: create exactly number of line
LyricsPlayer
  
lineFadeOutCompleteHandler(tween:GTween):void
LyricsPlayer
Public Constants
 ConstantDefined by
  VERSION : String = "0.0.18"
[static]
LyricsPlayer
Property detail
dataproperty
public var data:SongLyrics
lyricsCompletedproperty 
public var lyricsCompleted:Signal
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(w:Number, h:Number, align:String = "bottom")Parameters
w:Number
 
h:Number
 
align:String (default = "bottom")
Method detail
cleanUp()method
public function cleanUp():void

Test release memory

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

TODO: create exactly number of line

Parameters
lyrics:SongLyrics
lineFadeOutCompleteHandler()method 
public function lineFadeOutCompleteHandler(tween:GTween):voidParameters
tween:GTween
Constant detail
VERSIONconstant
public static const VERSION:String = "0.0.18"