Sample HTML Code for Flash Audio Players

This sample HTML code for Flash audio players can be used to embed web music players made with Fun SoundPlayer Maker or FlashWAmp into web page.

Please replace parameters set off in red color with your audio player parameters before inserting it into web page.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase
="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="%WIDTH%" height="%HEIGHT%"> <param name="movie" value="%NAME%"><param name="quality" value="high"> <embed src="%NAME%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="%WIDTH%" height="%HEIGHT%" ></embed> </object>

%NAME% - replace with your flash audio player name and location (e.g. /webfolder/flashmp3player.swf)

%WIDTH% and %HEIGHT% - replace with your flash mp3 player actual sizes.

Fun SoundPlayer Maker and FlashWAmp can also automatically generate HTML code when you create a player. To copy HTML code to clipboard for further inserting it into a web page, select 'Save SWF and copy the template html code to clipboard' in Publish tab. The web audio player code will be copied to your clipboard and you won't have to edit player parameters manually.