Support » Plugin: Hana Flv Player » [Plugin: Hana Flv Player] Code showing over video inside player

Viewing 15 replies - 1 through 15 (of 17 total)
  • I am having the same problem.

    Plugin Author HanaDaddy

    (@nurungji)

    Hello

    It’s unclear what caused the error by just looking at the picture.

    I tested myself but have not had any issue with Player Maxi.

    Can you please provide the actual [hana-flv-player] tag and possibly live page showing the error?
    Thank you

    Plugin Author HanaDaddy

    (@nurungji)

    I just updated the plugin. disabling mandatory jQuery library loading since it may conflict with other jQuery version used by the custom theme.

    So please upgrade to 2.9.2 and let me know if you are still experiencing the problem.

    Thread Starter cw17s0n

    (@cw17s0n)

    Hi thanks for the update, unfortunately it does not appear to have fixed this issue.

    Here is the code I just tested with:
    [hana-flv-player video="http://www.site.com/suppliers/wp-content/uploads/2012/03/video_name.mp4" width="400" height="330" description="" player="3" autoload="true" autoplay="false" loop="false" autorewind="true" /]

    This is being used on an internal only site so I can’t provide a live link, perhaps msdana can assist here.

    This morning I have one by one rolled back to see where the last version works w/o issue, it appears something in 2.9 is causing it, 2.8.3 works fine.

    Let me know what more I may do to help troubleshoot this.

    It did not fix it for me either. Now, instead of the wording over the video, I have black borders around the video. Not attractive.

    I can only provide a link for a short time. The page containing the video is here.

    The code that I am using is this:

    [hana-flv-player video="http://www.countryroadscc.com/wp-content/uploads/2012/05/spvideo/summitpoint_2012_002.flv" width="320" description="Car Show" player="3" autoload="true" autoplay="false" loop="false" autorewind="true" /]

    I tried rolling back to 2.8.3, but I still get the writing over the video.

    Plugin Author HanaDaddy

    (@nurungji)

    Thank you for checking all the versions. I compared both versions but I don’t see anything affecting FLV player Maxi.

    If you can edit the hana-flv-player.php file under the plugin directory , why don’t you disable below line (Line 80) by commenting (add // in front of the line like this) and let me know if you having the same problem.

    //add_filter('wp_head',array(&$this,'print_head_javascript'));

    Also, can you save the html source code as a file and send it to me?
    You can send me a PM in my forum site
    http://wpmarketing.org/forum/forum/wp-plugin-hana-flv-player

    Thank you.

    Plugin Author HanaDaddy

    (@nurungji)

    msdana, thank you. I checked out your page, but I didn’t see any text overlapping over the player like you said.

    FLV player Maxi (Player3) has gray border by default. You can change the color by adding ‘more_3’ attribute.

    [hana-flv-player video="http://www.countryroadscc.com/wp-content/uploads/2012/05/spvideo/summitpoint_2012_002.flv" width="320" height="" description="Car Show" player="3" autoload="true" autoplay="false" loop="false" autorewind="true"
    more_3="bgcolor1=396da5&bgcolor2=396da5&playercolor=396da5"
    /]

    bgcolor1 and bgcolor2 are for the border color. playercolor is for the control background color. So if you want to set white border , try

    more_3="bgcolor1=ffffff&bgcolor2=ffffff"

    Or you can try out other players such as player 4 and 5.

    Can you please provide the url where you are getting the writings over the video?

    Thread Starter cw17s0n

    (@cw17s0n)

    I just pm’d you on your site, I’ve also tried your suggestion of commenting out that line, with no success. Thanks

    Thread Starter cw17s0n

    (@cw17s0n)

    The code that I pm’d you was with other plugins active, but with all other plugins deactivated, the problem persists.

    My last reply did not say the text was overlapping. I said that I now have black borders around the video after upgrading to 2.9.2. My video is being shrunk somehow, it doesn’t matter how I adjust it, my video is being resized with these huge black borders.

    It now does this no matter which player I choose.

    Plugin Author HanaDaddy

    (@nurungji)

    msdana Thank you.

    Not sure your previous test URL (http://www.countryroadscc.com/video-test/) was after applying 2.9.2, but here is the screen capture of Firefox from my PC.

    http://wpmarketing.org/hana-flv-report.png

    It looks perfectly normal to me. Can you please confirm if you see the black border in the screen shot?

    Plugin Author HanaDaddy

    (@nurungji)

    cw17s0n,

    Thank you for the HTML source code.
    I made a simple change to the hana-flv-player.php and sent it to you by PM. Please download and overwrite it and let me know the result.

    It that doesn’t work, Here are some other things that you may try.

    1. If any kind of cache is used, please clear the cache data.
    2. Try with a different theme. I tested with Twenty Eleven 1.3 and didn’t have any problem.
    3. Try with different Web browsers.
    4. Try the Hana FLV Player plugin from my website (http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=1) instead of the one from wordpress.org. Mine comes with FLV Player Maxi player.
    5. Deactivate the Hana Flv Player plugin and paste below code directly into your post (html edit mode) and see if it is working OK.

    Or test after removing <param name='wmode' value='transparent' /> during the testing.

    <object id='monFlash' type='application/x-shockwave-flash' data='http://www.site.com/suppliers/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' width='400' height='330'>
    	<param name='movie' value='http://www.site.com/suppliers/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' />
    	<param name='allowFullScreen' value='true' />
    	<param name='wmode' value='transparent' />
    	<param name='FlashVars' value='flv=http://www.site.com/suppliers/wp-content/uploads/2012/05/Intro_Rev0313.flv&width=400&height=330&autoplay=&autoload=1&loop=&showstop=1&showvolume=1&showtime=1&showfullscreen=1' />
    	<span style='display:block;width:400px;height:330px;background-color:#555555;color:#ffffff;padding:0;padding:5px;'>
    		<span style='display:block'>Sorry, your browser does not support Flash Video Player</span>
    	</span>
    </object>

    Thank you.

    Plugin Author HanaDaddy

    (@nurungji)

    Hello I though I was able to attach a file to the PM, but apparently I can’t.

    So here is the quick instruction.

    Open hana-flv-player.php and change below line (Line# 306)

    $default_controls="&showstop=1&showvolume=1&showtime=1&showfullscreen=1&srt=1";

    to this
    $default_controls="&showstop=1&showvolume=1&showtime=1&showfullscreen=1";

    simply remove the last “srt=1” string.

    Let me know if this works.

    Thread Starter cw17s0n

    (@cw17s0n)

    That did it, thanks so much for your efforts.
    Chuck

    Plugin Author HanaDaddy

    (@nurungji)

    Great! I will make the adjustment (remove srt=1) in the next version.
    Thanks.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: Hana Flv Player] Code showing over video inside player’ is closed to new replies.