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

Your preferred username that is used when logging in.

Remove play again button Created Mar 1, 2009

This thread is solved

Views: 7350     Replies: 3     Last reply Jul 22, 2010  
You must login first before you can use this feature

akun

Posts: 1

Registered:
Mar 1, 2009

Remove play again button

Posted: Mar 1, 2009

HI,
Is it possible to remove the "play again" button at the end of the video in the configuration options? if so how??
cheers!

xinus

Posts: 14

Registered:
Jan 23, 2009

» Remove play again button

Posted: Mar 4, 2009

Reply to: Remove play again button, from akun
you can make its opacity 0
Flowplayer forum example

HTML setup for the player

<!-- include latest Flowplayer javascript file -->
<script language="javascript" src="path/to/flowplayer-3.2.6.js"></script>

<!-- player container with optional splash image -->
<a href="path/to/video_file" id="playerContainer">
	<img src="path/to/splash_image" />
</a>


JavaScript coding

Following script will install Flowplayer into our player container


<script language="javascript">
// our custom configuration is given in third argument
flowplayer("playerContainer", "path/tohttp://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",{
play:{opacity:0}
});
</script>


Arun

Posts: 22

Registered:
Jan 10, 2009

» » Remove play again button

Posted: May 1, 2009

Reply to: » Remove play again button, from spsarolkar
Changing the opacity to "0" doesnt show "Play again" button. But clicking the "Play" button in the controlbar works. How do we disable that play button once the video is completed watching?

Thanks in advance.
Arun.

openg

Posts: 4

Registered:
Jul 22, 2010

Wordpress

Posted: Jul 22, 2010

Reply to: » » Remove play again button, from raghavarun
Hi There - I am trying to do this in wordpress but cannot find anywhere to pop this code in - any ideas?
I would also like to change the colour of the light blue intro fader but cannot find anywhere to do this,
kind regards and thanks for a great plugin,
Dom