webtoucher / yii2-flowplayer-flash
为 Yii2 应用程序提供的带有 Flowplayer flash 的资源包。
0.1.0
2017-01-19 22:12 UTC
Requires
- php: >=5.4.0
- bower-asset/flowplayer-flash: ~3.2.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-08-29 03:57:24 UTC
README
此扩展为 Yii framework 2.0 应用程序提供了一个带有 Flowplayer flash 的资源包。
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
$ php composer.phar require webtoucher/yii2-flowplayer-flash "*"
或者将以下内容添加到您的 composer.json
文件的 require
部分:
"webtoucher/yii2-flowplayer-flash": "*"
to the require
section of your composer.json
file.
使用方法
在视图文件中
echo \webtoucher\flowplayerflash\Player::widget([ 'id' => 'player', 'src' => '/url/to/video.mp4', 'params' => [ 'width' => 640, 'height' => 360, ], ]);
请阅读 项目文档 以获取更多信息。