Index of /

      Name                    Last modified       Size  Description

[DIR] Parent Directory 13-Sep-2007 16:43 - [IMG] ISELOGOBANNER.gif 20-Mar-2006 21:14 60k [IMG] ISELOGOSUPERLOGO.gif 21-Mar-2006 13:20 171k [IMG] ISELOGOsmall.jpg 21-Mar-2006 11:49 27k [IMG] PHPBANNER.gif 15-Sep-2005 03:35 10k [   ] Thumbs.db 21-Sep-2007 08:15 47k [DIR] _private/ 21-Sep-2007 08:27 - [DIR] beatmoney/ 23-Jan-2008 14:05 - [DIR] extra/ 09-Jun-2010 01:13 - [DIR] flash_mp3_player/ 18-Oct-2005 15:19 - [IMG] isebkg.jpg 21-Mar-2006 11:49 4k [IMG] isegotbarsbanner.gif 07-Sep-2007 08:38 87k [DIR] mixtapepics/ 13-Apr-2007 20:41 - [DIR] mp3/ 21-May-2006 10:11 - [IMG] myspace_logo_newslet..> 14-Mar-2006 20:05 2k [DIR] myspacepage/ 23-Nov-2008 14:04 - [DIR] newsletter/ 25-Jan-2007 00:40 - [DIR] photogallery/ 16-Apr-2006 11:20 - [IMG] pixel.gif 15-Jun-2006 20:01 1k [DIR] stashbox/ 13-Aug-2008 15:17 - [DIR] theleak/ 29-Jun-2006 17:18 - [DIR] thevault/ 16-Apr-2006 06:35 - [DIR] tmp/ 09-Oct-2007 03:49 - [IMG] websitebanner.jpg 23-Jan-2008 14:07 42k [IMG] websitemaingraphic.jpg 23-Jan-2008 14:07 174k [DIR] wemajorweekendphotos/ 02-May-2006 04:46 - [IMG] x-click-but23.gif 15-Jun-2006 20:01 1k


HI GUYS

thanks for downloading my flash mp3 player. the player supports various playmodes, 
streaming playback, playhead scrubbing, an xml playlist and an equalizer. An 
iPlayer skin is yet available, and creating your own skin is just a matter of 
changing the symbols.



INSTALLING

first put the mp3 files you want to include in the "mp3" folder. then open the 
"mp3player.xml" file with Notepad or another text editor. the file looks like this:

  <?xml version="1.0" encoding="UTF-8"?>
  <player showDisplay="yes" showPlaylist="no" autoStart="yes">
    <song path="mp3/homeland.mp3" title="Postmen - Homeland" />
    <song path="mp3/jazzalude.mp3" title="Basement Jaxx - Jazzalude" />
  </player>

in the second line there are three settings you can make:
- if the display should be open on startup. you can insert "yes" or "no".
- if the playlist should be open at startup. you can insert "yes" or "no".
- if the player should autostart at startup. you can insert "yes", "no" or 
  "random" (to start a random song. every next song will also be random).

the next two lines are for the two songs i included by default. you should make a 
similar line for every song you want to have in the playlist. the "path" is always
the path from the player to your mp3 file. the "title" is where you can give the 
song the title that displays in the mp3player. please do not use spaces or special 
characters in the "path" and also no special characters in the "title".


after saving and closing the mp3player.xml file, you can copy everything to your 
website. put it all into the same directory as your html page. then copy-paste this 
code to your html page on the place you want the mp3player to appear:

  <object type="application/x-shockwave-flash" data="mp3player.swf" 
    width="280" height="280" wmode="transparent">
  <param name="movie" value="mp3player.swf" />
  <param name="wmode" value="transparent" />
  </object>



VARIABLE 

there is one variable you can set in html: the location of the playlist. this is 
handy if you want to use multiple playlists for the mp3player. suppose you have a 
file called "alternate.xml", the code will be this:

  <object type="application/x-shockwave-flash" data="mp3player.swf?playlist=alternate.xml" 
    width="280" height="280" wmode="transparent">
  <param name="movie" value="mp3player.swf?playlist=alternate.xml" />
  <param name="wmode" value="transparent" />
  </object>



INSTALLING INSIDE A FLASH MOVIE
 
you can just copy-paste the entire movieclip from mp3player.fla to your website. 
please put the player inside an empty movieclip or some errors might occur ! it 
should be easy to create a new skin for the flash mp3 player by editing the button
and background symbols. just make sure you leave the script, movieclip names and 
nesting intact.



MYSPACE

if you cannot copy the mp3player onto the same website as you want it to show 
(eq. with MySpace), you will have to pull some tricks. first you need to find 
another website on which you can copy your music and files (check the myspace 
forums if you don't know one). then you can just follow all steps of the 
"installation" part, except the last one. the code you have to put on myspace 
page is a bit different. 

suppose you have copied all the files on another website at the address 
"http://www.somefreewebspace.com/jeroenw/". now you can insert this code in 
your myspace:

  <embed allowScriptAccess="never" 
  src="http://www.somefreewebspace.com/jeroenw/mp3player.swf" 
  align="middle" menu="false" quality="high" bgcolor="Transparent" 
  width="270" height="270" name="index" allowScriptAccess="never" 
  type="application/x-shockwave-flash"  wmode="transparent" 
  pluginspage="http://www.macromedia.com/go/getflashplayer"
  flashvars="playlist=http://www.somefreewebspace.com/jeroenw/mp3player.xml" />

you need to change the above 2 links to the swf file and the xml file to your
links. 



HINTS

the mp3 player only accepts mp3 files (no  Shoutcast streams, OGG, WMV, M3U).
support for other audio formats is impossible. also, flash doesn't support vbr (variable bit rate) mp3 files. if you play vbr mp3 files, the playback will 
sound like a chipmunks version of your songs. the best way to encode mp3 files is to use a fixed bitrate of 64/96/128 kbps with a sample frequency of 22.05kHz 
and joint stereo.

the player is draggable, so if you include it in a big flash movie or html block, 
your visitors can move the player around.

Note that the xml playlists always should be on the same website as the mp3 player 
(security restrictions from flash). You can, however, link to mp3 files from different 
websites ! just include the full http:// address into the "path" variables of the xml.

if the display shows "NaN%" and the song doesn't start playing, there are two options.
first, your server can be too slow to stream mp3 files. try smaller mp3 files or 
another server. second (more probable),  the mp3player cannot find the mp3 files. 
are you sure the links in the xml file are ok ? try using the full "path" including
the http part for the songs. one song line in the xml might look like this then:

  <song path="http://www.jeroenwijering.com/uploads/homeland.mp3" title="Postmen - Homeland" />



CHANGES

- various bugfixes
- added playlist parameter to html
- added switches for display/playlist showing in xml
- added auto/random start switch in xml
- completely rewritten readme.txt




LICENSING

note that a creative commons license (exact terms: http://creativecommons.org/
licenses/by-nc-sa/2.5/) is applied to this software. as such, you are free to copy, 
use, adapt and redistribute this software for non-commercial purposes, as long as
you will credit me and share alike. If you plan to use this software for commercial 
purposes, please contact me so we can work out a suitable arrangement. I usually 
ask a small fee of 15 euros ..




GOOD LUCK

jeroen wijering - www.jeroenwijering.com