another StrangeCube Project ?
Thanks for support.
News
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
Appearance of player is fully customizable.
AudioPlay Online
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:
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>
- 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 !)
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.