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
flowplayer auto play and loop - can we?
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Mar 2010, 02:04
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: flowplayer auto play and loop - can we?
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Mar 2010, 02:04
Re: flowplayer auto play and loop - can we?
Can you point me to the code please?
I know I need to change
All I need is autoPlay: true
thanks
I know I need to change
Code: Select all
clip: {
url: '/Downloads/frontpagevideo.mp4',
autoPlay: false,
autoBuffering: true
},
thanks