Joined: Wed Jul 07, 2010 8:49 am Posts: 120
|
|
Hi,
Please ignore the previous post. Kindly follow the below steps to fix this.
Modify the following code in the file hdflvplugin.php in the following file path wp-content/plugins/contus-hd-flv-player/hdflvplugin.php
Find the below code in the file
<video id="video" src="'.$videofile.'" poster="'.$imagefile.'" width="'.$width.'" height="' . $height . '" autobuffer controls onerror="failed(event)">
and now replace the below code
<video id="video" src="'.$file.'" poster="'.$imagefile.'" width="'.$width.'" height="' . $height . '" autobuffer controls onerror="failed(event)">
If this does not work please download the latest package from wordpress.org and install it.
Hope this can help you to play the video in HTML5 player
Thanks
Arun
|
|