function play() {
 document.myembed.play();
}
function stop() {
 document.myembed.stop();
} 




