Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author HanaDaddy

    (@nurungji)

    Hello

    To tell you the truth, I really don’t know what’s going on.

    Did you try to clear the Cache files after upgrade? ( I mean if you are using such plugins for caching the html files for faster processing. )

    When I checked your HTML source of your website, I find that the first player’s index is staring from 3 instead of 1. ID value hana_flv_flow3_3 instead of hana_flv_flow3_1. Only when the index is 1 , the necessary javascript is printed. I don’t know why your index started from 3.

    You might also want to completely uninstall & delete the Hana Flv Plugin and reinstall it again.

    If the above doesn’t solve the problem. You can add below code into your theme’s header.php file, within <head> ... </head> tags, manually inserting the necessary javascript include tag.

    For FlowPlayer 3 (Player=4)
    <script type='text/javascript' src='http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/flowplayer3/example/flowplayer-3.2.6.min.js'></script>

    Thread Starter cohassetsteve

    (@cohassetsteve)

    HanaDaddy, I deactivated and deleted the hana flv plugin and got the same results so I inserted the code that you suggested and it works! I guess somewhere along the line that js file wasn’t loading – thanks!

    Plugin Author HanaDaddy

    (@nurungji)

    Sorry , the script URL should be your website.

    Please change the javascript URL to your server’s plugin folder since the one I used is a test server and might not work at any time.

    Here is the javascript tag using your server’s url.

    <script type='text/javascript' src='http://cohassetsteve.com/wordpress/wp-content/plugins/hana-flv-player/flowplayer3/example/flowplayer-3.2.6.min.js'></script>

    Thread Starter cohassetsteve

    (@cohassetsteve)

    Thanks, fixed now – duh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Videos displaying blank V3.1.2’ is closed to new replies.