I can't use the function of "mp3 streaming", but other functions are allright.
Is there anything I need to do other than putting the file "mp3player.swf" to the right place and modify the template?
Following is what I modified, i put "mp3player.swf" in an invisible folder called "VIRTUAL".
function loadMp3(mp3) {document.getElementById('mp3'+mp3).innerHTML = "<div id=\"mp3%item-name%\"><object type=\"application/x-shockwave-flash\" width=160 height=20 data=\"
/VIRTUAL/mp3player.swf?song="+mp3+"&autoplay=1\" bgcolor=\"#fff\"><param name=\"movie\" value=\"
/VIRTUAL/mp3player.swf?song="+mp3+"\"/><param name=\"bgcolor\" value=\"#fff\"/></object><a style=\"font-size:12px;font-weight:normal;\" href=\"javascript:onclick=unloadMp3(\'"+mp3+"\')\">End Stream</a></div>";}
function unloadMp3(mp3) {document.getElementById('mp3'+mp3).innerHTML = "<div id=\"mp3%item-name%\"><a style=\"font-size:12px;font-weight:normal;\" href=\"javascript:onclick=loadMp3(\'"+mp3+"\');\">Stream</a> | <a style=\"font-size:12px;font-weight:normal;\" href=\"mms://%host%%encoded-folder%%item-url%\">Launch WMP</a></div>";}
I can't find the little blue bar.
http://lwj.twbbs.org/VIRTUAL/5.jpg