I need to show media player with PLAY button for user to press. Works on IE but not Chrome or FireFox.
Needs to be run by the public on any browser (at least Chrome, FF, IE, Safari), and on Windows, Macs, and mobile devices (browsers on iOS and Android).
<object id="MediaPlayer" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player..." TYPE="application/x-oleobject"> <param name="FileName" VALUE="Company_Video.mp4"> <param name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="false"> <param name="ShowDisplay" VALUE="false"> <param name="autostart" VALUE="false"> ...

Go to the complete details ...