2
0

slimtest.htm 789 B

1234567891011121314151617181920212223
  1. <p>
  2. You can find more infos about slim.swf here:
  3. </p>
  4. <p>
  5. http://musicplayer.sourceforge.net/#documentation
  6. </p>
  7. <p>
  8. <br/>
  9. Please remember that you should record your MP3s at 11Khz for slim.swf to play correctly
  10. A quick example follows:
  11. </p>
  12. <object type="application/x-shockwave-flash" width="400" height="17"
  13. data="/slim.swf?song_url=/data.mp3&song_title=This%20is%20the%20title">
  14. <param name="movie" value="/slim.swf?song_url=/data.mp3&song_title=This%20is%20the%20title" />
  15. <param name="quality" value="high"/>
  16. <param name="bgcolor" value="#E6E6E6"/>
  17. </object>
  18. <p>
  19. Remember that if this is not working for you, you should most probably point the song_url GET parameter to a real MP3 file that should be reachable through the web server.
  20. </p>