Điều khiển flash player sử dụng javascript
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > < html xmlns="http://www.w3.org/1999/xhtml" lang="en" > < head > < script type="text/javascript" src="swfobject.js" > < /script > < script type="text/javascript" > function sendEvent(swf,typ,prm) { thisMovie(swf).sendEvent(typ,prm); }; function getUpdate(typ,pr1,pr2,swf) { if(typ == 'state') fetch_obj('stateshow').innerHTML = pr1; }; function thisMovie(swf) { if(navigator.appName.indexOf("Microsoft") != -1) return window[swf]; else return document[swf]; }; function fetch_obj(idname){ if (document.getElementById){ if(document.getElementById(idname)==null) return window.parent.document.getElementById(idname); else return (document.getElementById(idname)); }else if (document.all){ if(document.a