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

How to make the 'no controls'video player clickable (in iframe)?


Hi Guys,

I need to have a video sales letter using a no controls, autoplay video player in iframe.

However, I'd like to give people the ability to pause / play when they click the video. They don't necessarily need to see any buttons, just to have the functionality to pause/play when they click on the video.

Anyone knows how to do this when using iframe embed?

Thanks,
Eugene

1 Community Answers

Timoor Kurdi

JW Player Support Agent  
0 rated :

Hi,

My name is Timoor Kurdi and I’m a Support Engineer at JW Player.

We do not have built-in functionality for this, but this can be done with some custom CSS:

div.jw-controlbar.jw-reset {
display: none;
}

Not sure how an iframe would complicate this, but that’s the generic CSS class that needs to be targeted.

Regards,
Timoor Kurdi

This question has received the maximum number of answers.