Quote:
Originally Posted by KevNJ
Thanks for adding redline.
Question. Howd you get the video to play ? Single Line Profile field ? Pulling from another site, or yours ? This is the feature I cant get to work on mine for some reason.
|
Pulling from my site. Made a single line profile field, then added in the MEMBERINFO where I have in mine
Code:
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>My Video</TD>
</TR>
<TR>
<if condition="$userinfo[field17]">
<TD width="100%" valign="top" class="alt1"><EMBED SRC="$userinfo[field17]" autostart="true" ShowControls="true" loop="true" width="320" align="center" height="128"></TD></if>
</TR>
</table>
I've adjusted the code so the video window stays the same size as well, no matter how large or small the video is