Skip to main content
Participant
May 23, 2012
Question

how to code for latest flashplayer in html5

  • May 23, 2012
  • 1 reply
  • 3613 views

<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.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
May 23, 2012

Would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.

Thanks,

Chris

wolfus82Author
Participant
May 26, 2012

Hi Chris,

Thank you for letting me know. It appears we have many “users” but few code programmers? I got no answer.

Where can I find answers on how to code in HTML5 to get flash playing? I have a new HTML5 book, but that code appears to be wrong or outdated. The author does not answer.

Any help?

Thanks, Wolfus82

chris.campbell
Legend
May 29, 2012