Foliovision › Forums › FV Player › Requests and Feedback › Continuous loop
-
-
Hello Mateusz,
you can simply add loop=”true” to the shortcode or enable the interface option in Setting -> FV WordPress Flowplayer -> Post Interface Options -> Loop.
If you want to embed the player into your site template to create some animation, you will have to use some CSS to hide the control bar, play button, loading indicator and so on.
Thanks,
MartinHello Mateusz,
1) Hide control bar – currently this can be only done via CSS:
.fp-ui { display: none; }
Just make sure you add something before the CSS selector to make sure it affects only that specific video.
2) Hide share buttons – the above also hides the share buttons.
3) Autoplay – just enable it is Settings -> FV WordPress Flowplayer -> “Post Interface Options” and you will be able to add it using the shortcode editor.
4) Loop – same as (3).
5) Volume off – since iPad and Android doesn’t support volume control from within JavaScript, this wouldn’t work. We recommend that you encode your video without the audio to really make sure the audio won’t disturb anybody.
Thanks,
Martin