You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: bigred

Basic information

Registered Feb 28, 2009
Last login May 21, 2010
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/8788

Latest forum posts

Posts:

Registered:

» » how to pass configuration as query string directly to flowplayer swf

Posted: Mar 4, 2009

Thanks, but it didn't work. Here's a real-world example:

http://www.jquerytools.org/demos/basics/object-domainb.htm

vs.

http://flowplayer.org/swf/flowplayer.commercial-3.0.7.swf?config={"key":"$54d2dd0d05c105c9ea5","playlist":[{"url":"http://blip.tv/file/get/KimAronson-TwentySeconds4461.flv","autoPlay":false,"autoBuffering":true}]}

The logo displays in the latter example, but shouldn't IMO. How can I fix this? I need this for BC for sites already embedding my videos...

Thanks!

Posts:

Registered:

how to pass configuration as query string directly to flowplayer swf

Posted: Mar 2, 2009

How can I do this:

http://foo.com/flowplayer.swf?config={...}

And have the flowplayer logo NOT show up. Everything else works fine. And this is for a commercial version and the key is included in the query string.

Posts:

Registered:

isn"t working - help, please?

Posted: Feb 28, 2009

My videos load but are not seekable. When I try to seek they just go back to the start of the video.

Here's my config. Does anyone see anything amiss? How else can I troubleshoot?


  flowplayer("player", "/flash/player.swf",
  {
    key: 'mykey',
    play:
    {
      url: '/images/player/play_large_red.png',
      width: 83,
      height: 83
    },
    clip:
    {
      url: 'http://path_to_my_video.flv',
      autoPlay: true,
      linkUrl: 'http://somelink',
      linkWindow: '_blank',
      provider: 'backend',
      scaling: 'fit'
    },
    plugins:
    {
      controls:
      {
        url: 'player-controls.swf',
        timeColor: '#A81111',
        progressColor: '#A81111',
        bufferColor: '#D94242'
      },
      backend:
      {
        url: 'pseudo-streamer.swf'
      }
    }
  });

Thanks..