I am writing a quiz game in a simialar style to who wants to be a millionaire.

I am loading variables from a database using an asp page. The varilables are loading in fine but when I try to code using the variables flash does not seem to recognise them.

eg

colA = root.aud_A;
moviclip._yscale=colA;

and I am also having problems with if statements

if (answer == "answer_A")

does anyone have any ideas?

Thanks in anticipation