Music player wont work... have updated the field ID and added a URL to a song... here's my code:
<!-- FLASH MUSIC PLAYER -->
<script type="text/javascript" src="$vboptions[bburl]/embed/swfobject.js"></script>
<script type="text/javascript">
var so = new SWFObject('$vboptions[bburl]/embed/player.swf','mpl','300','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=$userinfo[field22]&volume=100&autostart=true');
so.write('player');
</script>
<!-- /FLASH MUSIC PLAYER -->
using this:
http://students.sabanciuniv.edu/~esr...st%20Dance.mp3
have tried several song url's....