MP3 PlayerVIDEO LINKS: [ mp3-player ] click to open video in a new windowif you are having troubles viewing the video's online, please download the video from the link below to view locally on your computer. The download package includes a web page for viewing the video files, and several SWF or FLV video files. Just download the zip file, extract, then double click on the 'web page' to view the video. VIDEO LINKS for download: mp3-player
OverviewThe MP3 player provides a basic audio player for your flash landing page ( index.htm ). The player allows a user to turn it off or on, to skip to the next song, or go through the previous songs. If the MP3 file is encoded with the artist name, and song title in the id3 tag that information will be displayed dynamically. The addition of a volume slider control allows the visitor to increase or decrease the volume. The 'default' level is set to 25% of the total volume, so you do not over whelm your visitors if their speakers or headphones are turned all the way up. An animated equalizer plays along with each MP3 file. The EQ is not dynamically linked to the MP3 file so the 'bass' levels will not elevate during the 'bass' heavy sections in your MP3 file. We designed the MP3 player to be as 'unfussy' as possible. Name your mp3 files in sequence, put into the mp3s folder, and edit a single text file to denote the total number of mp3 files you want to play. You do not require any special software to modify the MP3 player, or to add new files. ( keeping in mind, your web editor can not create MP3 files, nor convert an audio file into an MP3 format. You will need to provide the replacement files ). The MP3 player is very easy to update, just 'save' your MP3 files to the {Site / flash / mp3s} folder. The MP3 files are played in sequential order, starting with ( mp3-0.mp3 ). A very specific 'naming' convention is used, and if your replacement files do not follow suit, the player will not work.
add a songLet's break this down a bit, the file name for the mp3 file, consists of 3 parts: mp3-1.mp3 breaks down to: ( mp3-
all files will start with this ) The first file to be played, is ( mp3-0.mp3 ) followed by ( mp3-1.mp3 ) then ( mp3-2.mp3 ) ... for each additional file, just up the number
remove a song
change the 'autoplay' functionby default, the MP3 player is set to play automatically. You can change this setting in your web page.
remove player from pagethere is a special mp3.swf file, located in the {Site / flash / hidden} folder, just drag the mp3.swf file from the {hidden} folder, into the {flash} folder. This action will make the required changes, so the mp3 player will no longer be visible on your web page. |