| Article: |
Build a Simple MP3 Player for Your Site | |
| Subject: | onLoad for mp3 player | |
| Date: | 2006-12-27 05:08:38 | |
| From: | DavidBattino | |
|
Response to: onLoad for mp3 player
|
||
|
Jim: Two common errors people make include omitting the link to the external JavaScript file and not "escaping" apostrophes in song titles. (Raw apostrophes will break the script, so you need to precede them with backslashes. See the demo file in the download.)
|
||
Showing messages 1 through 2 of 2.




Thanks,
Jim