Page 2 of 2

Re: Custom Profile Fields - Ordering and Display

Posted: 30 May 2010, 06:46
by cisco007
try to replace this:

Code: Select all

<div style="text-align:center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{custom_fields.PROFILE_FIELD_VALUE}"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{custom_fields.PROFILE_FIELD_VALUE}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
with this!

Code: Select all

<div style="text-align:center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{custom_fields.PROFILE_FIELD_VALUE}&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{custom_fields.PROFILE_FIELD_VALUE}&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
see if that works!

Re: Custom Profile Fields - Ordering and Display

Posted: 30 May 2010, 20:05
by apnaitaly
thanks for reply cisco

but its not working ,,

Re: Custom Profile Fields - Ordering and Display

Posted: 30 May 2010, 21:46
by cisco007
yeah, sorry that was for a music embed code i had, for youtube, i have updated the replacement code on my previous post that works!

Re: Custom Profile Fields - Ordering and Display

Posted: 30 May 2010, 22:04
by apnaitaly
yes thanks Cisco now its workinggg thanks you so much