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

Your preferred username that is used when logging in.

Forum user: omar

Basic information

Registered Jan 26, 2009
Last login 3 weeks and 5 days ago
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/7863

Latest forum posts

Posts:

Registered:

Change default video thumbnail in player?

Posted: 3 weeks and 4 days ago

How do you change the thumbnail that appears in the player. Right now it displays the first frame as the thumbnail?

Posts:

Registered:

» » » » » HTML over the player to display AFTER video starts

Posted: 3 weeks and 5 days ago

hiding the plugin worked but I couldnt get the onCuepoint to work the way you presented it here. I'll have to look more into this.

Posts:

Registered:

» » » HTML over the player to display AFTER video starts

Posted: 3 weeks and 5 days ago

I was looking at cuepoints, but is it possible to have your content: plugin load at a cuepoint? How

Posts:

Registered:

» » HTML over the player to display AFTER video starts

Posted: 3 weeks and 5 days ago

Thanks. Is it possible to get it to load at a certain time within the video say at the 30th second?

Posts:

Registered:

HTML over the player to display AFTER video starts

Posted: 3 weeks and 5 days ago

I have a div html over the player. Is it possible to get it to only display after a user clicks the play button?

Its distracting if it appears over the thumbnail before the video even starts.

Thanks

Posts:

Registered:

mp4?

Posted: 3 weeks and 5 days ago

Can this be setup for mp4?

Posts:

Registered:

» » Where do you enter code for customizing??

Posted: Jan 26, 2009

Doesnt the URL go in the A tag? What happens to the A tag when you add the Clip property?

Also where & how do you enter further properties such as plugin etc. Are they entered as a 4th argument or below previous properties. Can you show me an example with 2 different properties attached.

Posts:

Registered:

Where do you enter code for customizing??

Posted: Jan 26, 2009

Ok I must not get it. I have the basic flow player set up below fine. Now I want to start customizing with properties mentioned here:http://flowplayer.org/documentation/configuration.html.

Where do you input those properties?? That simple but critical aspect to folks like me must've totally slipped the authors...

<script src="../flowplayer/flowplayer-3.0.3.min.js"></script>


<a href="URL HERE" style="display:block;width:475px;height:268px" id="player"></a> 

Whenever I add properties to the third argument the player no longer loads.
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer/flowplayer-3.0.3.swf");