Hi,
It´s posible to put manually the player on the theme code and set up a custom_field variable for the URL of the video?
Thanx.
http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/
Hi,
It´s posible to put manually the player on the theme code and set up a custom_field variable for the URL of the video?
Thanx.
http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/
Hi Pancho,
there is a possibility to place the code in the theme. To include it use following piece of code:
echo apply_filters('the_content', '[flowplayer src=yourvideo.flv width=320 height=240]');
Replace the yourvideo.flv with the desired video path. You will have to define also proper width and height, otherwise the default 320x240 will be used.
Zdenka
This topic has been closed to new replies.