Index of /files/software/macromedia/flash/cidokunet_audio_player/

4 files

Name Size Modified
Go up
audio_player.fla 108 KiB 2024-05-08 03:01
audio_player_mx.fla 64 KiB 2024-05-08 03:01

cidoku.net MP3 player

This tiny Flash MP3 player is made for vintage browsers that don't support HTML5 audio or MP3s natively. The interface has buttons for playing, stopping, and enabling loop play, and volume and position controls. If the MP3 has an ID3 tag for the title of the track, it'll be displayed; otherwise, the filename will be shown. The title or filename is a link that leads to the URL of the MP3 file, allowing you to easily download it.

Flash 7 and up is required to load the player. You need to pass a conf variable to the swf with the syntax src;autoplay;loop, where

Two source files are offered, one for Flash 8 and one for MX 2004.

Usage

<embed src="player.swf" width="288" height="60" 
type="application/x-shockwave-flash" quality="high"
flashvars="conf=file.mp3;1;0">
<embed src="player.swf?conf=file.mp3;1;0" width="288" height="60" 
type="application/x-shockwave-flash" quality="high">

License

Public domain.