• Hi!

    I just saw some video websites that embed JW Player in a new way.
    The code shown on the longtail website is something like this:

    <script type='text/javascript' src='jwplayer.js'></script>
    
    <div id='mediaspace'>This text will be replaced</div>
    
    <script type='text/javascript'>
      jwplayer('mediaspace').setup({
        'flashplayer': 'player.swf',
        'file': 'https://content.longtailvideo.com/videos/flvplayer.flv',
        'controlbar': 'bottom',
        'width': '470',
        'height': '320'
      });
    </script>

    I tried to change the code of video quicktags to fit these new embed code but I could not figure it out yet.
    Oh by the way!
    I did this of course for a reason – and the reason is that some videos are not playing in new Firefox 4 and in Internet Explorer most of the time, only audio is playing.
    Safari no problem at all!
    And on all those pages that use the new embed code there is no problem with any browser.
    So I think it would be great to use the new embed method for the plugin for next version and if someone already changed the code successfully it would be great to submit it here.
    If someone is interested in this new method, feel free to post as well and I will provide changed code if I should figure it out.

    Thanks for reading ??

Viewing 1 replies (of 1 total)
  • Plugin Contributor viper007bond

    (@viper007bond)

    I use SWFObject to embed it — it should work fine either way. I doubt this is the cause of your issues.

    Can you provide a link to the problematic post/page on your site?

Viewing 1 replies (of 1 total)
  • The topic ‘New embed method for jw player’ is closed to new replies.