1
    <!doctype html>
    <html lang="en">
    <head>
    </head>
    <body>
    <iframe src="https://www.google.com/?gfe_rd=cr&ei=4xVYV-iRE4SEoAPS2YHgAQ"></iframe> 

    <iframe src="https://www.example.com/"></iframe> 
    </body>
    </html>

In the above code example.com site plays some sound I want to mute that sound. I want to mute the sound only for that site/iframe

Thanks in advance.

scriptkiddie
  • 585
  • 2
  • 8
  • 24

1 Answers1

0

To my understanding, browsers don't allow you to interact with the with the DOM of the iframe embedded elements. It's possible that your whole page could be muted, and I'll try to fiddle up that solution, however, since that's not what you need, I guess you're just out of luck. @keziah suggested putting video URL in <video> tags and I am not aware of a better course of action.