HTML5 SDK how to display mute and pause buttons HTML5 Ads
638 views
Skip to first unread message
Bharath Sn
unread,
Jan 12, 2015, 5:28:40 AM1/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ima...@googlegroups.com
I have seen some demo players which has pause and mute along with skip button .
Wish to know how to enable those, because by default only skip appears when AD plays.
Please help me with code snippets.
Shawn Busolits (IMA SDK Team)
unread,
Jan 12, 2015, 10:33:05 AM1/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ima...@googlegroups.com
Hi Bharath,
The IMA SDK doesn't provide any pause or mute buttons for ads - if you've seen those, then they were a feature of that particular video player, not the IMA SDK. You could add these to your player and use the following calls in the IMA SDK to make them work:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
I didn't set any options to pause. but when an ad is playing, on clicking iframe it pausing. but I didn't write any code to pause. I don't want to pause the video
IMA SDK
unread,
Dec 9, 2019, 2:38:48 PM12/9/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ck.sh...@gmail.com, ima...@googlegroups.com
Hi,
Thank you for reaching out to us. Showing the mute and pause buttons in IMA SDK for HTML5 is a feature that doesn't come with the default state of the SDK, you will have to implement it yourself. You can take a look at our HTML5 Advanced sampleas it contains the play and pause buttons implementation.