JSFiddle - React, Tailwind, and code Playground
by mojtaba
HTML
<EMBED src="flash/homepage_welcome.swf" id="flashx" wmode="transparent" quality=high WIDTH="1020" HEIGHT="310" NAME="flash/homepage_welcome.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
<input type='button' onclick='zse()' value="CLICK HERE">
JavaScript
function zse(){
alert(document.getElementById("flashx").src);
document.getElementById("flashx").src="flash/homepage_welcome2.swf&autoStart=false";
alert(document.getElementById("flashx").src);
}