Page 1 of 1

Mediaplayer Audio (default)

Posted: Thu Apr 18, 2019 12:40 am
by Lasa
I have music playing on a site that has youtube videos.
I have an event on the youtube that when clicked it should turn off the mediaplayer so you can hear the youtube video sound
It does turn off the html5 mediaplayer but not the default mediaplayer... is that by design?
If so, anyway around it?
Cheers,
Lasa

Re: Mediaplayer Audio (default)

Posted: Thu Apr 18, 2019 6:06 am
by Pablo
Media events are only supported by the HTML5 player.
The default, which uses HTML's <embed>, which does not support events.
Note that is not specific to WWB.

Re: Mediaplayer Audio (default)

Posted: Thu Apr 18, 2019 10:46 am
by Lasa
I suspected that... Thanks.
Lasa