If you change
PHP Code:
<object width="240" height="200"><param name="movie" value="$userinfo[field9]"></param><param name="wmode" value="transparent"></param>
<embed src="$userinfo[field9]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
with that
PHP Code:
<object type="application/x-shockwave-flash" style="width:240px; height:200px;" data="$userinfo[field9]"><param name="movie" value="$userinfo[field9]" /><param name="wmode" value="transparent"></object>
then the website is even xhtml valid...
Thanks anyway for the mod!
Checkout here:
http://validator.w3.org/check?uri=ht...Inline&group=0