Flv Player
开发者 |
Chris Ravenscroft
|
更新时间 |
2009年7月4日 16:17 |
PHP版本: |
2.0.2 及以上 |
WordPress版本: |
2.7 |
详情介绍:
- This plugin lets you play a flash .flv file, either over HTTP (progressive) or RTMP (streaming server)
- You can embed multiple movies in the same page and/or post.
- You can embed movies in posts and comments.
- You can specify a width and a height to override the default values of 640X480.
- I use Geoff's Javascript Wrapper to work around Adobes restriction on flash content display.
- I also use the JW FLV Media Player.
Note: The JW Player is licensed under the Creative Commons: http://creativecommons.org/licenses/by-nc-sa/2.0/
If you wish to use it commercially, you need to apply for a commercial license: http://www.longtailvideo.com/players/order
安装:
- Expand this plugin's archive content to wp-content/plugins/
- Go to Administration > Plugins and activate this plugin.
- In your posts, use this syntax:
[flvplayer file|url[[width [height]]]
eg:
[flvplayer http://acme.com/video.flv]
[flvplayer http://acme.com/video.flv 640 480]