Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Auto Play


Using Word Press Woo commerce plugin to make a pop up offer with Video embedded, how do I get the video to play when the pop up is triggered?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Depends on how you are configuring the player:

1) If you are using your account dashboard, there is a checkbox for Autostart
2) If you are manually creating the jwplayer().setup(), you need to include:

autostart: ‘true’

Please see our Configuration Reference document at https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/configuration-reference/#setup for more details on the second option

You could also call jwplayer().play(true); as the last line of your pop up triggered script.

This question has received the maximum number of answers.