嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Delphi版FLV播放器
带图像界面,FLV控件,源码可参考使用
flv播放器
├── LZFLVPlayer.exe
├── readme.txt
├── source
│ ├── Common
│ │ ├── UnitAppConfig.pas
│ │ ├── UnitRegExpr.pas
│ │ ├── UnitValidateData.pas
│ │ └── UnitXmlOperate.pas
│ ├── FlashOcx
│ │ ├── Flash9c.ocx
│ │ └── FlashUtil9c.exe
│ ├── Forms
│ │ ├── About
│ │ │ ├── UnitFormAbout.ddp
│ │ │ ├── UnitFormAbout.dfm
│ │ │ ├── UnitFormAbout.pas
│ │ │ ├── UnitFormAbout.~ddp
│ │ │ ├── UnitFormAbout.~dfm
│ │ │ ├── UnitFormAbout.~pas
│ │ │ └── vssver.scc
│ │ ├── Dlgs
│ │ │ ├── UnitFormAppBase.dfm
│ │ │ └── UnitFormAppBase.pas
│ │ ├── UnitFormFlvList.dfm
│ │ ├── UnitFormFlvList.pas
│ │ ├── UnitFormFlvPlay.dfm
│ │ └── UnitFormFlvPlay.pas
│ ├── LZFLVPlayer.cfg
│ ├── LZFLVPlayer.dof
│ ├── LZFLVPlayer.dpr
│ ├── LZFLVPlayer.res
│ ├── TBXVCLSkinTheme.pas
│ ├── clean.bat
│ ├── flaprj
│ │ ├── xflv
│ │ │ ├── xflv.fla
│ │ │ └── xflv.swf
│ │ └── yflv
│ │ ├── mx
│ │ │ ├── events
│ │ │ │ └── EventDispatcher.as
│ │ │ ├── utils
│ │ │ │ └── Delegate.as
│ │ │ └── video
│ │ │ ├── CuePointManager.as
│ │ │ ├── FLVPlayback.as
│ │ │ ├── INCManager.as
│ │ │ ├── NCManager.as
│ │ │ ├── SMILManager.as
│ │ │ ├── UIManager.as
│ │ │ ├── VideoError.as
│ │ │ └── VideoPlayer.as
│ │ ├── yflv.fla
│ │ ├── yflv.flp
│ │ └── yflv.swf
│ ├── history.txt
│ ├── ico.ico
│ ├── readme.txt
│ └── rmkThemes.pas
├── xflv.dll
├── xflv.swf
└── yflv.dll
13 directories, 49 files