Jurivancer
05-05-2001, 06:27 PM
I am trying to use a flash movie to view data pulled from a database. I am at the point where I have a static variable (html) page that I can pull a variable, var1, and can display them in the movie. What I am trying to do is to display var1 and then perform a check on var1. If var1 is x show a checkbox, if var1 is y show an empty box.
I get var1 to display in the movie, but I can not get the actionscript to recognize var1 in my "if" statement. Just for testing purposes, I have tried to set another variable, var2, equal to var1 and display it, but it displays only an empty box. I can not get var2 to equal var1 in the movie.
If I have var1 loaded and can display it in the movie, why can I not use it in congunction with variables and functions I set inside the movie?
Any help would be appreciated.
Thanks.
I get var1 to display in the movie, but I can not get the actionscript to recognize var1 in my "if" statement. Just for testing purposes, I have tried to set another variable, var2, equal to var1 and display it, but it displays only an empty box. I can not get var2 to equal var1 in the movie.
If I have var1 loaded and can display it in the movie, why can I not use it in congunction with variables and functions I set inside the movie?
Any help would be appreciated.
Thanks.