Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author thomstark

    (@thomstark)

    The WordPress Video Shortcode (what File Away uses) supposedly supports FLV playback, but I tried FLV videos in Chrome, Firefox, Opera, MSIE, and Safari, and it wouldn’t play in any of the browsers, so I removed FLV from the available options. If you want to try it for yourself to see if you can get some working, you can make a small change to my source code. Go to:

    wp-content/plugins/file-away/lib/inc/inc.flightbox.php and go to line: 25.

    Change:

    elseif(($flightbox == 'multi' || $flightbox == 'videos') && in_array(strtolower($extension), array('mp4', 'm4v', 'webm', 'ogv', 'tube', 'vmeo')))

    to

    elseif(($flightbox == 'multi' || $flightbox == 'videos') && in_array(strtolower($extension), array('mp4', 'm4v', 'webm', 'ogv', 'tube', 'vmeo', 'flv')))

    Thread Starter Edwinsel

    (@edwinsel)

    thanks for your reply thomstark.. I already tried this only box opens but video is not playing..

    Its realy nice plugin it provides what exactly I want but except this feature..

    Is there any way to add any other players?

    If this problem solved my project will be completed. ??

    Plugin Author thomstark

    (@thomstark)

    WordPress uses the standard HTML5 video player, so it’s an issue with that. You could upload your flv videos to YouTube and then put them in a flightbox as YouTube videos. But I will have another look around for other video players.

    Thread Starter Edwinsel

    (@edwinsel)

    ok thank you i am also looking into that
    ??

    Plugin Author thomstark

    (@thomstark)

    OK. I’ve found an FLV player that’s working in the Flightbox. Will be in 3.2.

    Thread Starter Edwinsel

    (@edwinsel)

    Oh.. thats great news… please release it as soon as possible.. thank you verymuch friend… ??

    Plugin Author thomstark

    (@thomstark)

    Hopefully it will go up tomorrow. I’m waiting on feedback from one other issue before I release.

    Thread Starter Edwinsel

    (@edwinsel)

    Thank you very much. :()

    Thread Starter Edwinsel

    (@edwinsel)

    Thank you verymuch… Problem solved and now its working good..
    great support and great plugin.. ??

    Plugin Author thomstark

    (@thomstark)

    Excellent! Great to hear.

    Futuresweb

    (@webmasterfutureswebcom)

    what about playing WMV files in flightbox?

    Plugin Author thomstark

    (@thomstark)

    Not going to happen. Sorry.

    Futuresweb

    (@webmasterfutureswebcom)

    np thanks!

    You’re using the HTML5 player? so it could be possible to play .mov video? even closed caption? really cool plugin ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘play flv in flightbox’ is closed to new replies.