2
Hi xueming
Well you can add bg music with many diferent aproaches, for instance:
1. use one of the flash mp3 players found on the web or
HERE2. using the bgsound tag (not shure if it works on firefox)
<bgsound src="yoursound.xxx">
3. using a meta tag in your theme.html like:
<META-EQUIV="REFRESH" CONTENT = "5; URL=yoursound.mid">
where 5(seconds) is the delay to your file be executed
Hope this helps