# 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 * src: relative URL of the MP3 file (must be in same domain) * autoplay: (Optional) If set to 1 or true, enable autoplay * loop: (Optional) If set to 1 or true, enable loop play Two source files are offered, one for Flash 8 and one for MX 2004. ## Usage ``` ``` ``` ``` ## License [Public domain](/files/licenses/cc0.txt).