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

Your preferred username that is used when logging in.

Forum user: X1-Bot

Basic information

Registered Mar 13, 2009
Last login Jun 20, 2011
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/9126

Latest forum posts

Posts:

Registered:

Bug in downloaded code vs linking with http:// ???

Posted: Oct 15, 2009

Hi

I seem to be getting errors popping up in IE6 with tabs when I load jquery tools from the javascript file I generated from your downloaded page. Yet I don't get these errors when I load jquery tools with <script src=http://cdn.jquerytools.org/1.1.2/jquery.tools.min.js"></script>

The weird thing is I even downloaded the code from the link instead to test it and it works fine as a file stored locally on my site...

Posts:

Registered:

Got it working thanks!!

Posted: Mar 14, 2009

Thank you for the tip! I got it to work using a bit of a workaround for now.

I was looking in the wrong module to pass the settings. Instead of flash node I should of used swftools. The swftools module includes a way to set default clip properties so I turned on autobuffering there. I now get a first frame preview in the window of flowplayer:

site configuration > swf tools > flowplayer 3

Now to figure out how to make a side scrolling gallery option below the main video...

Posts:

Registered:

Thanks

Posted: Mar 14, 2009

Hmm I guess I'm not knowledgeable enough about coding to get this to work. I tried typing autoPlay="false" autoBuffering="true" into the Parameters field and autoPlay: false, autoBuffering: true but it doesn't seem to do anything.

I probably need more manual coding experience! The instructions say:

"An optional list of parameters to pass to the flash player when the file is rendered. Refer to Adobe TechNote 12701 for details of parameters that can be used. Note - this feature requires SWF Tools to be used to embed flash content."

I wonder if it only accepts some adobe parameters.

Posts:

Registered:

Showing preview of first frame?

Posted: Mar 13, 2009

How would I go about showing the first frame of the video so I don't get a blank video player showing up on the webpage?

I'm using Drupal with a flash node that lets you pass parameters to the player.

Thanks!