[Plugin: JW Player for WordPress – Flash & HTML5 Video Player] Problem with multiple instances
-
I have installed the jwplayer plugin and using this bit of code to show the video player on the page. But the player seems not support multiple instance.
$video_array = explode("\r\n", stripslashes(extra_option('video_links')) ); foreach($video_array as $vid){ if (!empty($vid)) echo jwplayer_tag_callback("[jwplayer config=\"Homepage Player\" file=\"$vid\"]"); }
Note:
“Homepage Player” is a custom config i made form the jwplayer plugin option page.
Problem: You can see the site here There are four video to show. For the first three the player isn’t showing and the last one player is showing but you can only hear sound but no video. I guess wmv format is not supported.
https://www.ads-software.com/extend/plugins/jw-player-plugin-for-wordpress/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: JW Player for WordPress – Flash & HTML5 Video Player] Problem with multiple instances’ is closed to new replies.