flowplayer auto play and loop - can we?

Phoca Download - download manager
whompem
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 05 Mar 2010, 02:04

flowplayer auto play and loop - can we?

Post by whompem »

Hi
I have a movie on my site coming from phocadownload - In an article I can display the first frame and a play button and if you hover the mouse - I get play controls. If I click play - it plays.

Sadly clicking the play button or discovering the controls seems to be something my visitors dont seem to do.

I would like the movie to just play and loop automatically.
Can this be done?
How is it done?

thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48595
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: flowplayer auto play and loop - can we?

Post by Jan »

Hi, the file is playing automatically if the link links to popup - in popup it starts automatically. So if you are not using link to popup, this needs to be customized in the code.

Jan
If you find Phoca extensions useful, please support the project
whompem
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 05 Mar 2010, 02:04

Re: flowplayer auto play and loop - can we?

Post by whompem »

Can you point me to the code please?

I know I need to change

Code: Select all

 clip: { 
		url: '/Downloads/frontpagevideo.mp4',
		autoPlay: false,
		autoBuffering: true
	}, 
All I need is autoPlay: true

thanks
Post Reply