I managed to stop the youtube video window and sound as well.
It works perfectly only on my HDD.
If I upload it, the sound plays without stopping:
http://www.virtualczech.cz/divadlodrak/
The youtube button on the fourth scene. If I start it, I can stop it during playin including sound localy on my HDD.
here online sound does not stop.
I do not know why. Any clue?
<action name="stopyoutube">
removelayer(youtubevideo);
set(layer[youtubevideo].url,NULL);
</action>
stop button:- onclick="stopyoutube();stopallsounds(true);set(plugin[youtubebuttonstop].visible,false);set(plugin[youtubebuttonstart].visible,true);"
IT WORKS ONLY LOCALLY.