http://bbs.9ria.com/thread-5295-1-7.htmlLRC 歌词同步
public function Test() {
flv = new FLVPlayback();
this.addChild(flv)
this.handler();
}
function handler() {
flv.align = "center";
flv.autoPlay = true;
flv.isLive = false;
flv.scaleMode = "maintainAspectRatio";
flv.skin = "app:/pages/SkinUnderPlayStopSeekMuteVol.swf";
flv.skinAutoHide = false;
flv.skinBackgroundAlpha = 0.85;
flv.skinBackgroundColor = 6710886;
flv.source = "app:/pages/news.flv";
flv.volume = 1;
}