
QuickMedia Audio PlayerQuickMedia Audio Player is a Flash® based audio player capable of playing and streaming MP3 files from a website. It is easy to configure and can be used on virtually any webpage. |
1. Download the audiop.swf file by right-clicking here and clicking "Save target as..." or "Save link as..."2. Copy this file into the folder on your website you want to put it in. 3. Create a file in the same directory called audio_files.xml and enter the songs into it like this:<file> <artist>artist name</artist> <title>title of song</title> <link>absolute or relative path to MP3</link> </file> 4. To embed the player in an HTML page, copy and paste the following where you want the player to appear on the page:
<object id="audioPlayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,5,0,0"
height="350" width="500">
<param name="src" value="audiop.swf"/>
<param name="allowScriptAccess" value="SameDomain"/>
<embed pluginspage="http://www.macromedia.com/go/getflashplayer"
src="audiop.swf" height="350" width="500"/>
</object>
5. At this point the songs should begin playing when you double-click them in the player. |