HanaDaddy
Forum Replies Created
-
Here is my old email address. Send me email to ‘nurungji2 at yahoo.com’ and post reply here, so I get a notification. Thanks.
Hello, can you please provide the URL? I will check with IE8 myself .
Are you getting the below error message?
“video” attribute is missing for the video file’s URLI tried your short code myself, but everything is working OK.
It maybe has to do something with your PHP version of your localhost.
Try again with only video attribute.
[hana-flv-player video="https://localhost/wp-content/uploads/2012/07/xscr-mega.flv" /]
And if you are testing with hana-flv-player.php file directly, uncomment below line 1505 ~ 1507 and try to see if $attr values are parsed correctly.
//print "<pre>"; //print_r($attr); //print "</pre>";
If it does not print out any attributes, I can only assume that ‘preg_match_all’ PHP system function behaves differently.
Hello, I would love to provide support, but your description is not clear to understand when and what kind of problem you are experiencing. Please provide more information.
I am not sure what you are saying exactly. ‘parse_attributes’ is a function called within callback function ‘hana_flv_callback’ in hana-flv-player.php.
If [hana-flv-player] short code does not work properly , please provide your short code here, so I can take a look.
Bye.
msdana, I think I know what caused it.
According to your short code , you didn’t use height attribute.
[hana-flv-player video="https://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" /]
If height attribute is not defined in the [hana-flv-player] shortcode, the default value of height is used. You can set this in the settings menu.
Try setting the default height to empty value. When the default height is also empty ,the height will be automatically calculated all the time.
Here is a screenshot image.
Great! I will make the adjustment (remove srt=1) in the next version.
Thanks.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.
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 (https://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=1) instead of the one from www.ads-software.com. 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='https://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='https://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=https://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.
msdana Thank you.
Not sure your previous test URL (https://www.countryroadscc.com/video-test/) was after applying 2.9.2, but here is the screen capture of Firefox from my PC.
https://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?
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="https://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?
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
https://wpmarketing.org/forum/forum/wp-plugin-hana-flv-playerThank you.
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.
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 youForum: Plugins
In reply to: [Hana Flv Player] [Plugin: Hana Flv Player] IE 7 Modal is under overlayIt is fixed in version 2.9.1 . Thank you
Forum: Plugins
In reply to: [Hana Flv Player] [Plugin: Hana Flv Player] IE 7 Modal is under overlayThanks for reporting. I will update it soon.