How do you change the thumbnail that appears in the player. Right now it displays the first frame as the thumbnail?
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
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.
I was looking at cuepoints, but is it possible to have your content: plugin load at a cuepoint? How
Thanks. Is it possible to get it to load at a certain time within the video say at the 30th second?
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
Its distracting if it appears over the thumbnail before the video even starts.
Thanks
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.
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.
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...
Whenever I add properties to the third argument the player no longer loads.
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");