add an audio flash player to Hot Potatoes Activity?

How do you add an audio flash player to Hot Potatoes Activity?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

HP audio flash player

The process is explained in the screencast:
http://efl537.com/files/screencasts/hp-audio-player.swf

List of available flash players here:
http://www.ewbooks.info/hotpot/tutorials/hotpotatoes-tutorials/flash-mp3...

Embed code:
<center>
<object type="application/x-shockwave

-flash" data="flashplayer.swf" width="150" height="20" style="vertical-align: middle;">
<param name="type" value="application/x-shockwave-flash" />
<param name="src" value="flashplayer.swf" />
<param name="data" value="flashplayer.swf" />
<param name="codebase" value="flashplayer.swf" />
<param name="FlashVars" value="TheSound=tomatoes.mp3" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flashplayer.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
</center>

--------------------------------

Update: Now that we figured out the 'challenging method', for an easier solution simply select  'Force Media Plugins' when uploading the quiz you won't need to copy, paste, and customize the code as shown in the screencast.  Other steps shown (putting everything in the same directory, zipping, uploading, choosing the file, etc. )  still apply.  Screencast update here.