Logo




QuickMedia Audio Player


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



Installation instructions


Follow these simple instructions to install QuickMedia Audio Player.

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.


There may be playback problems if you try to play an MP3 with a sample rate other than 44,100 Hz.
This is a problem with the Flash® Player and not with this application.
Most MP3 files are sampled at 44,100 Hz so you should be fine. It is not difficult to convert to 44,100 Hz if they are not.


If you have any trouble with the QuickMedia Audio Player, drop
me a line at admin@quickmediasolutions.com



Copyright 2009 - Nathan Osman