Thanks again... I'll give that a try.
--------------- Added [DATE]1309538190[/DATE] at [TIME]1309538190[/TIME] ---------------
For anyone else that might want to help (I don't want to keep bothering TheWindows7Site) I thought of another way...
From a user selectable drop down in the profile fields (field11), they see:
Taurus
Gemini
Cancer
Leo
Virgo
Libra
Scorpio
Sagittarius
Capricorn
Aquarius
Pisces
Aries
They choose their option... then... in the postbit, something like this would work (i think):
if field11 == Taurus
show domain.com/images/image1.jpg
f field11 == Gemini
show domain.com/images/image2.jpg
etc...
That way, the SHOW image URL remains independent of the field name/choice. In the case of Spanish you'd have:
Tauro
Geminis
..and...
if field11 == Tauro
show domain.com/images/image1.jpg
f field11 == Geminis
show domain.com/images/image2.jpg
Field name can change from language to language and the images remain the same. Again, this is for my FLASH example where the swf is fixed and takes on a variable that cannot be changed (i.e. it is always in English).
What I need is the conditional code for the postibt
Thanks!