how to code for latest flashplayer in html5
<audio controls="controls">
<source src="http://www.amelox.com/Media/Taboo_Tu.ogg" />
<source src="http://www.amelox.com/Media/Taboo_Tu.mp3" />
<object data="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="codebase" value="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" />
<param name="src" value="http://www.google.com/reader/ui/3523697345-audio-player.swf" />
<param name="flashvars" value="audioUrl=http://www.amelox.com/Media/Taboo_Tu.mp3" />
<param name="quality" value="best" />
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" quality="best"
flashvars="audioUrl=http://www.amelox.com/Media/Taboo_Tu.ogg" height="27" width="400" autoPlay="true">
</object>
</audio>
This code does not play. I have Windows 7-64, using ie8, with the latest Flashplayer installed.
The idea is to have cross-browser compatibility.
Please help.