add an audio flash player to Hot Potatoes Activity?
Submitted by jeff on Sat, 2008-05-10 12:43.
How do you add an audio flash player to Hot Potatoes Activity?
- Login or register to post comments
- Printer-friendly version

HP audio flash player
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
<param name="type" value="application/x-shockwave
<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.