AudioPlay's logo
AudioPlay
- website music player
Do you like AudioPlay or
another StrangeCube Project ?

Thanks for support.

News

AudioPlay 0.9.6 was released. Now multiple player instances could be automatically stopped/paused after clicking play on other player. Details in FAQ section.

What the AudioPlay is ?

AudioPlay is simple Freeware MP3 player based on Flash technology. It looks like play button. Simple upload AudioPlay and background music file to your web page account ...and that's all :-). Edit configuration (config.xml or put options directly to URL). You could customize background color, loop settings and autostart options. You can customize player's play/stop button by preparing your own button images. Additionally AudioPlay is very lightweight.

AudioPlay could be also used as online music player. Simple put proper information into AudioPlay's generator. Next copy generated code and paste it into your page. Player could be used on your blog, myspace, home page, wherever you want.

Demo

How it looks like ? For example:

Appearance of player is fully customizable.

AudioPlay Online

How to use AudioPlay on my website without uploading it (usefull at blogs) ?

URL of mp3 file:
(with http://)
Autostart:
Play stops/pauses
other players:
Repeat:  times (0 - unlimited)
Player mode: play/pause
play/stop
Button style:
Code:

Copy above code and
paste it on your page.

Download

FAQ

How to add an AudioPlay button to your website ?

Method 1: Use AudioPlay Online Generator.

Method 2: Download AudioPlay and install it on your website.
Upload all extracted files. Prepared archives contains ready to use index.html file with following object/embed tag:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#>version=10,0,0,0" width="30" height="30">
<PARAM NAME=movie VALUE="audioplay.swf?playerid=1">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<embed src="audioplay.swf?playerid=1" quality=high bgcolor=#000000 width="30" height="30"
align="" TYPE="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
If you want use multiple instances of AudioPlay on your web page use 'audioplay.swf?playerid=XXX' instead of 'audioplay.swf' in object/embed tags where XXX is unique identification string. Next change 'playerid' attributes in config.xml file. Another way is URL configuration. Here is the list of possible parameters:
  • auto - autostart (yes|no), default no
  • bgcolor - background color (color in hex format, 0xff0000 for red for example), default 0x000000 (black)
  • repeat - how many times music will be played, 0 - infinite loop, default setting
  • file - music file path, default 'music.mp3'
  • buttondir - path to button directory, default 'buttons/classic'
  • mode - select player mode: 'playpause' (default) or 'playstop' (stop button stops streaming)
  • listenstop - stop/pause after clicking play on other player, default 'yes' (NEW !)
  • sendstop - send stop/pause command to other players after play button click, default 'yes' (NEW !)
Example: audioplay.swf?auto=yes&bgcolor=0x404040&repeat=1&file=music/file.mp3&buttondir=buttons/mybutton&mode=playstop&listenstop=no&sendstop=yes

Note:
  • Using any above parameters cause ignoring 'playerid' parameter and 'config.xml' configuration file !
  • Ensure that audioplay.swf file and editing html document are in the same directory. Otherwise you should change path to audioplay.swf.

How can I use AudioPlay on my blog ?

AudioPlay generator produces HTML code. Open your post in HTML mode (in WordPress for example there are two tabs for each editing post - Visual and HTML) and paste there generated code.

Can player automatically stop other players after play click ?

Yes. This is default AudioPlay's behavior now. It could be controlled by 'listenstop' and 'sendstop' parameters.

I have problems with running AudioPlay on my local computer.

AudioPlay requires some files to start (music file, config.xml, and buttons images). That files are local when you trying to play audioplay.swf from your local computer. Some browsers disallows access to that files by default. It could be changed by setting opportunely options in your web browser, but problem disappears when you upload AudioPlay's files to your web account.

AudioPlay doesn't show up.

Ensure that all files (config.xml, button images, music file) has right paths and permissions.

I want to use larger or smaller buttons than 30x30 pixels, how can I do it ?

You could change Flash movie dimensions in object/embed tag to adjust it to dimensions of your buttons images.

What about license, warranty ?

Because the program is licensed as Freeware, there is no warranty for the program. The entire risk as to the quality and performance of the program is with you.

Questions, suggestions, bugs ?

Mail to adam@strangecube.com
Hosted by StrangeCube