STOP for youtube window

  • Hi,
    I must ask again if there is posibility to stop playing youtube sound with a button for the layer if user forget to stop video inside youtube player first before closing the youtube layer.

    I have an action for close ( dissapear) youtube window but the sound keeps playing.

    I still believe that there is a solution. This code works well but the sound is still ON.
    <action name="stopyoutube">
    removelayer(youtubevideo);
    set(layer[youtubevideo].url,NULL);
    stopallsounds(true);
    </action>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!