hi , i have two forms first form have a button to call the second form like this
Delphi-Quellcode:
secondform.FormStyle := fsStayOnTop;
secondform.Show;
the second form have a embeddedwb with youtube player my problem is if i close the second form when youtube is playing it doesn't stop playing the youtube video until i close the whole application any solve for this ?