I having problem getting this to work. I added the following code to bbcode
Title: MP3 Player
BB Code Tag Name: MP3
Replacement
<script language="JavaScript" src="http://www.mysite.com/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.mysite/player.swf" id="audioplayer1" height="24" width="290">
<param name="movie" value="http://www.mysite/player.swf">
<param name="FlashVars" value="playerID=1&soundFile={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
Use {option} No
Remove tag if empty: Yes
Disable BB Code Within BBcode: Yes
Disable Smiles Within BBCode: No
Disable Word Wrapping within BBCode: Yes
I open a New Thread and added
Here is my test song [MP3]
http://www.mysite.com/test.mp3[/MP3] enjoy!
When I try to view it I see every thing except the player.
So far here is what I check.
1: webserver can play shockwave and flash files
2: if I was to type
http://www.mysite.com/player.swf using the brower the player will appear
3: if I was to type
http://www.mysite.com/test.mp3 using the browser the test.mp3 will try to download.
Is there a setting on Vbulletin 4.0.6 that I need to enable/disable ? or am I missing something or will this mod not work on 4.06
Thanks
John