Log in

View Full Version : Midi in profile help


agiacosa
01-20-2006, 01:29 AM
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:

<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.