OK,
Here's what I've done.
1. I've created a custom profile that is only editable by admin called Profile Music (field10).
2. Modified memberinfo_customfields to be the following:
Code:
<if condition="$bbuserinfo[field10]">
<tr>
<td>
<strong>$profilefield[title]</strong>:<br />
Playing
<EMBED src="http://www.aquaticplantcentral.com/files/austin_powers.mid" autostart=true loop=true volume=100 hidden=true><NOEMBED><BGSOUND src="http://www.aquaticplantcentral.com/files/austin_powers.mid"></NOEMBED>
</td>
</tr>
<else />
<tr>
<td>
<strong>$profilefield[title]</strong>:<br />
$profilefield[value]
</td>
</tr>
</if>
I took the above code from an old thread.
Unfortunately, when I visit a profile, the midi file won't play.
Any thoughts?
Figured it out. Thanks.