In a Webpage I have to define a embed tag with "name...=" and "src=..." and access it with document.embeds["name"].play(). But how I can play with greasemonkey a local sound file? I have only found a way to play sound files from http, with inject the embed object in the body of the loaded page. But with local files I have a Security error...