Stangger, I don't think this has been suggested before, but I did the autoplay option a little differently.
Instead of a text field where they have to put in
&autoplay=1, I made it a single selection check box called
Check to have your video auto-play when your profile loads.
Then I put
&autoplay=1 in the emebed code and wrapped it in the
IF conditional:
<if condition="$userinfo[field20]">&autoplay=1</if>
PHP Code:
<object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field17]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$userinfo[field17]<if condition="$userinfo[field20]">&autoplay=1</if>" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
Works perfectly, and simplifies it for users. Figured I'd share it with you.
Demo:
http://www.cogonline.net/forums/prof...do=editprofile
User and Password: test