Page 1 of 1

stoping sound of a external video YouTube

Posted: Tue Mar 22, 2022 6:28 pm
by eric.prados
Hello

I have the following problem:

I made a popup that opens with an external html page containing a youtube video. When I close this popup (which doesn't really close, it just doesn't appear anymore) the video continues to play, including its sound. How can I do to "really" close the pop up so that the sound no longer plays?

Than you ;)

Re: stoping sound of a external video YouTube

Posted: Wed Mar 23, 2022 2:16 pm
by Hopki
Hi,
You need to unload the page.
I assume you open this with a text box and iframe?
So what you need is not only to hide the text box but set a value to it to change the content, you can use a set value action and leave the value blank.
This will then remove the iframe from the text box.
Regards,