OK .. I found a fix for anyone using IE.
IE doesn't recognize the closing </object> tag in the PHP script. Therefore, anything after the flash movie will not show up, due to the flash movie covering all of the other script. So.. if you choose not to use the $customfields in the template, and you decide to just place the $myplayercode into your MEMBERINFO template, type it out like this
Code:
$myplayercode</object>
Or if you decide to use the $customfields in the template, in your MEMBERINFO template, type it out like this
Code:
$customfields</object>
If this thread wasn't abandoned, I'd say it should be posted in the first post.