Viewing 5 replies - 1 through 5 (of 5 total)
  • There IS a way:

    Download the JW Player package from http://www.longtailvideo.com/players/jw-flv-player/ and unzip it. You only will need the player.swf file. Upload it to your site (with FTP or via the Media Upload in WordPress does not matter, as long as you remember the exact URL to the file) and use that to play the FLV file inside FancyBox like this:

    <a href="http://url.to/player.swf?file=http://url.to/mymovie.flv" class="fancybox-swf">link text</a>

    This way, the flash player will always be used to play the FLV file. In other words, the HTML5 capabilities of JW Player are not used. For that to happen, either the JW Player will have to be completely integrated in FancyBox or you will have to create a stand-alone page that uses the full JW Player to play your FLV file and then open that page in a FancyBox iframe like this:

    <a href="http://url.to/my_flv_in_jwplayer.html" class="fancybox-iframe">link text</a>

    Let me know what works out the best 🙂

    I am using the first option:
    <a href="http://url.to/player.swf?file=http://url.to/mymovie.flv">link text</a>

    Is it possible to autostart the movie?

    Autostart works like this:
    <a href="http://url.to/player.swf?file=http://url.to/mymovie.flv&autostart=true">link text</a>

    The controlbar has a ‘menu’ button.
    I would like to remove it. Possible?

    If the player has an API option like menubutton=false (to be added to the URL similar to the autoplay=true parameter) you should be able to control the control bar. But it all depends on the player you are using.

    It is not something related to FancyBox.

    Thanks for the advise.
    Now I got it:
    Two versions of JW Player exist –
    if you uncheck “Viral Plugin” before pushing the Download button,
    then you will get a player without that button and the viral options behind it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Easy FancyBox] FLV Support for Easy Fancybox’ is closed to new replies.