Package | thanhtran.karaokeplayer.lyrics |
Class | public class LyricsPlayer |
Inheritance | LyricsPlayer ![]() |
Property | Defined by | ||
---|---|---|---|
data : SongLyrics | LyricsPlayer | ||
lyricsCompleted : Signal | LyricsPlayer | ||
position : Number | LyricsPlayer |
Method | Defined 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 |
Constant | Defined by | ||
---|---|---|---|
VERSION : String = "0.0.18" [static]
| LyricsPlayer |
data | property |
public var data:SongLyrics
lyricsCompleted | property |
public var lyricsCompleted:Signal
position | property |
position:Number
[read-write]Implementation
public function get position():Number
public function set position(value:Number):void
LyricsPlayer | () | constructor |
public function LyricsPlayer(w:Number, h:Number, align:String = "bottom")
Parameters
w:Number |
|
h:Number |
|
align:String (default = "bottom ")
|
cleanUp | () | method |
public function cleanUp():void
Test release memory
init | () | method |
public function init(lyrics:SongLyrics):void
TODO: create exactly number of line
Parameterslyrics:SongLyrics |
lineFadeOutCompleteHandler | () | method |
public function lineFadeOutCompleteHandler(tween:GTween):void
Parameters
tween:GTween |
VERSION | constant |
public static const VERSION:String = "0.0.18"