Embed videos (FLV, H.264, and MP4) into posts or pages. Warning: this version includes Flowplayer logos on full screen video and on canvas.
You need to use at least PHP 5, your site is probably still running on old PHP 5.
FV Flowplayer calls some javascript from the footer. That means your footer.php file must contain the <?php wp_footer(); ?> WordPress hook. Almost all themes do this out of the box, but if you've customised your theme there's a chance that you might have deleted this call.
If you used v1.0.4 or less, please make sure, that configuration file wpfp.conf is writable (666 permissions).
Please check if these issues also appear when using the default WordPress template. There seems to be some sort of conflict between the Flowplayer CSS and your theme CSS.
Just copy the plugin into wp-content/plugins and then activate it on each blog where you want to use it.
This option is not available. With autobuffer, it means every visitor on every visit to your page will be downloading the video. This means that you use a lot more bandwidth than on demand. I know that I actually watch the video on only about 1/3 of the pages with video that I visit. That saves you money (no bandwidth overages) and means that people who do want to watch the video and other visitors to your site get faster performance. If you want to autobuffer, you can turn that on in the options (we turn it off by default and recommend that it stays off).
Currently there is no support for Amazon S3 service, this feature might be added in the future.
This happens when you set width and height of the video other than are native dimensions. We recommend to use native dimensions of the video when placing on a webpage.
Please upgrade to version at least 1.0.6.
Currently there is no support for other languages. Some localizations for Flowplayer exists, but there is no official support from flowplayer.org.
You can change this manually in the the models/flowplayer.php in the flowplayer_head function. It you use videos in widgets you might need to edit the function flowplayer_content in controller/frontend.php as well. Please be carefull when editing source codes.
You need to use following code to include the shortcode into a sidebar:
echo apply_filters('the_content', '[flowplayer src=yourvideo.mp4 width=240 height=320]');
Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning.
The black border is defined in the style sheet, located in the /css/flowplayer.css at line 6
Replace the /flowplayer/commercial/flowplayer.swf with the newest Flowplayer (strip out additional version numbers from the file name). Go to admin section and enter your licence key. Don't forget to click 'Apply changes', and you're ready to use your commercial version.
The size is defined to be 83x83px, defined in /modules/flowplayer-frontend.php line 118.
The position of the play button is defined at two places, first is the css file (.splash_play_button) and in the /modules/flowplayer-frontend.php (line 118, starting with $splash = ...). To modify the vertical position modify top=round($height/2-45) to your custom value. Try for example values like 0 or $height to move the play button up or down.
If you have version 1.2.2 or higher, than go to settings and set Fit scaling to true.
For versions below 1.2.2, this happens because the scaling is set by default to fill. If you wish the video show up with correct aspect ratio, you need to add following piece of code into flowplayer-frontend.php, around the line 155 into the clip section:
scaling: \'fit\',
Also don't forget comma at the end of the line where appropriate. Be aware that this scaling will affect also non-fullscreen mode, which might result into borders around your video if the dimensions are not properly set.
Check out .flowplayer_popup and .wpfp_custom_popup in /fv-wordpress-flowplayer/css/flowplayer.css. You might want to move your changes to your template CSS - make sure you use ID of container element, so your declarations will work even when the flowplayer.css is loaded later in the head section of your webpage.
Check out .flowplayer_popup and .wpfp_custom_popup in /fv-wordpress-flowplayer/css/flowplayer.css. You might want to move your changes to your template CSS - make sure you use ID of container element, so your declarations will work even when the flowplayer.css is loaded later in the head section of your webpage.
No at the moment we do not support looping.
Playlist feature is not supported right now.
Requires: 2.9 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-16
Downloads: 85,745
Got something to say? Need help?