HanaDaddy
Forum Replies Created
-
Forum: Plugins
In reply to: [Hana Flv Player] Changelog date stamps, last entries must be 2013 yearThanks for the report. But since this is non critical issue, I won’t be updating the version.
Forum: Plugins
In reply to: [Hana Flv Player] can't insert mediaNow the problem is fixed in the version 3.1.2 the “Insert into Post” button is working .
I was so exciting to add this feature that I did not thoroughly test and apologize. I am terribly sorry for any inconveniences.
Thank you.
Forum: Plugins
In reply to: [Hana Flv Player] Can't insert mediaNow the problem is fixed in the version 3.1.2 the “Insert into Post” button is working .
I was so exciting to add this feature that I did not thoroughly test and apologize. I am terribly sorry for any inconveniences.
Thank you.
Forum: Plugins
In reply to: [Hana Flv Player] Can't insert mediaYou are right. Sorry for the bug. I am working to resolve now.
Forum: Reviews
In reply to: [Hana Flv Player] SuperbThanks for the top score!
Forum: Plugins
In reply to: [Hana Flv Player] //due to the bug – IE8 does not show videoOkay it’s fixed in 3.1.1
Sorry!!!!
Forum: Plugins
In reply to: [Hana Flv Player] //due to the bug – IE8 does not show videoSorry that was my mistake ill update after i get home
Forum: Plugins
In reply to: [Hana Flv Player] has_cap warningIt’s resoved in v 3.1.0 . Thanks
Forum: Plugins
In reply to: [Hana Flv Player] Use media browser to add movies to the contentNow the media library browsing feature is added in the Hana Flv Player modal dialog in the post page in version 3.1.0.
Thank you
Okay, I got it.
I will update the plugin soon but if you can’t wait, you can add below lines right before </body> tag in your theme’s footer.php file.
<!--[if IE 8]> <style> .me-plugin { position: static; } </style> <![endif]-->
Thanks for reporting!
I will check later at home. Thanks.
Forum: Plugins
In reply to: [Hana Flv Player] Use media browser to add movies to the contentI am looking into it to apply that feature in the next version, but may take some time . Thank you.
Rulatir thanks for clearing that up.
So please turn off “Hana Flv Player Extension” plugin (which I did not created), if you are experiencing custom field issue.
Forum: Plugins
In reply to: [Hana Flv Player] Not Working in Chrome after installing WordPress 3.5Hello they are all working fine in both Chrome and IE9.
When I tried with Firefox, I noticed that the “server 2 player 6” page’s first video showed “Video file not found” . Then when I refreshed the page, it was working OK.
At this point, I am sorry but I do not know what went wrong. Maybe it’s encoding issue. You may try to encode the video files using (Video:H.264 Baseline) explained in my blog article. Or maybe because the meta data was not moved to the first part of the video file? you need to run qt-faststart to move video metadata into the first section of the video, so the player can show them right away without full downloading the movie. (Although this problem usually occurs with HTML5 video players. Flash player seems showing fine without qt-faststart processing.)
Forum: Plugins
In reply to: [Hana Flv Player] Not Working in Chrome after installing WordPress 3.5Hello
Your problem is definitely different from the previous case. All the necessary javascript and css files are loaded in the page.Now I noticed that your player 5(MediaElement.js) is not showing the controls and the video files correctly in both Chrome and IE9 that I tested. Only wating for few minutes, it suddenly worked.
Now I think this is the server’s issue. The webserver is not responding with the correct Content-Type when video file is requested. It sent back “text/plain” instead of “video/mp4”
The UI control button is also using CSS of SVG file controls.svg, but the content type was “text/xml” and the browser just didn’t know what to do with the file. That’s why the control didnot show up.
E:\programs\unixbin>wget --server-response --spider https://internet101.fireyourb oss.co/affiliateblogging/members/videos/intro.mp4 --23:35:01-- https://internet101.fireyourboss.co/affiliateblogging/members/video s/intro.mp4 intro.mp4' Resolving internet101.fireyourboss.co... done. Connecting to internet101.fireyourboss.co[87.237.63.246]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Mon, 07 Jan 2013 04:35:02 GMT 3 Server: Apache 4 Last-Modified: Sun, 06 Jan 2013 00:24:43 GMT 5 Accept-Ranges: bytes 6 Content-Length: 14943011 7 X-Powered-By: PleskLin 8 Keep-Alive: timeout=4, max=200 9 Connection: Keep-Alive 10 Content-Type: text/plain 200 OK
I copied the same video file and uploaded into my webserver and tested and the content-type was correctly shown as video/mp4
E:\programs\unixbin>wget --server-response --spider https://wpmarketing.org/video /intro_test.mp4 --23:36:07-- https://wpmarketing.org/video/intro_test.mp4 intro_test.mp4' Resolving wpmarketing.org... done. Connecting to wpmarketing.org[173.192.107.158]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Mon, 07 Jan 2013 04:36:09 GMT 3 Server: Apache 4 Last-Modified: Mon, 07 Jan 2013 02:58:18 GMT 5 Accept-Ranges: bytes 6 Content-Length: 14943011 7 Vary: User-Agent 8 X-Powered-By: W3 Total Cache/0.9.2.4 9 Keep-Alive: timeout=5, max=75 10 Connection: Keep-Alive 11 Content-Type: video/mp4 200 OK
So contact your webmaster to reflect the webserver to send back the correct content-type value.
Here is my test page https://wpt.aws.af.cm/?p=8