upuaut8
April 18th, 2002, 12:09 AM
ok... so I'm willing to admit that I'm stumped again. We have discussed a little problem, and I have been looking into it. I can't seem to find a way to make the parsInt(); command work.
I am receiving variables from a php remember.. so it's online and coming in as rows="3". I can see this variable in my movie using text fields. I'm using
rows=parsInt(rows);
to change the string to a number. If one uses a script localy, such as a text file to load the variables, it works fine. The pars sets rows=3. If we upload the flash, using a php instead of the text file, from a server, the parsInt command doesn't work.
What new insites can anyone give me. My guestbook is completed except for this one flaw.. and I'm rather greedy to get it online and working. Any consideration is much appreciated, as always.
I am receiving variables from a php remember.. so it's online and coming in as rows="3". I can see this variable in my movie using text fields. I'm using
rows=parsInt(rows);
to change the string to a number. If one uses a script localy, such as a text file to load the variables, it works fine. The pars sets rows=3. If we upload the flash, using a php instead of the text file, from a server, the parsInt command doesn't work.
What new insites can anyone give me. My guestbook is completed except for this one flaw.. and I'm rather greedy to get it online and working. Any consideration is much appreciated, as always.