Photo Gallery
  MP3 Album
 
   
   
   

MP3 Player Help

Note:
Make sure your web site has enough ASP time out limit, please read the following article for further details.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q268364&GSSNB=1

Make sure IUSER and IWAM have full rights to read and write files.
     
Upload MP3: - Input preferred Track Name.

- Browse selected file. Acceptable format supported by the system is "mp3" only.

- Click Upload button to successfully upload your MP3. Do not click twice the upload button. Observe the progress bar on the explorer while MP3 is uploading. It will take time to upload, depending on the size of a file.
     
View MP3 List: - A display of a list of Track Name uploaded will appear. Users can view or delete selected file.
     
Integration: MP3 player can be used in your flash movie.

//add the following script in first frame of your movie

intval = setInterval(checkswf, 10);

loadMovieNum('capt_studio_ver2.swf', 1); //loading swf file on level1

function checkswf () {
if (_level1._x<>undefined) {
_level1._x = 253; //X coordinate of the mp3 movie
_level1._y = 322; //Y coordinate of the mp3 movie
clearInterval(intval);
}
}