Iframe and jquery problems

Asked

Viewed 53 times

0

Well I have a small and big problem with iframe.

<iframe src="index.php"  frameborder="0" name="site" class="site"></iframe>
<iframe src="toca/player.php?volume=100" name="player"  frameborder="0" class="toca"></iframe>

Simple I want when the user clicks pause the volume of the iframe player change to 0 or if the user chooses a certain volume type 50, 40, 10...

In this case it is for a volume controller that is already encoded so all that remains is to have it fire the volume

inserir a descrição da imagem aqui

i want it to be with jquery because the control is done in jquery so the value is generated in jquery and the value is the volume of the frame player that contains this encoding inserir a descrição da imagem aqui

If you have a better way to do that you can speak s2

  • 1

    To answer this question, we need more information... Where’s the button? The button is an html element? Where’s this player you mentioned?

  • mals did a summary ai grateful

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.