dizz
January 29th, 2003, 01:35 AM
Hi all,
Okay i have a problem where I am reading an ASP page into my flash. It works fine when I am reading into the dynamic text fields but when I want to use a variable for something in the actual flash nothing is working.
Example:
--------------------------------
I am reading a Database and everything is working just great, except that there are no more records to read! I have a variable named last which is displayed during the last record set so that i could use it to end the display of the records.
I tried setting it up in an if statement...
if (last =="yes")
{
counter = 0;
}
my program pretty much just ignores this statement but when i read the variable last into a dynamic text field on the last record set it will display yes!?!?
Any help would be greatly appreciated.
Okay i have a problem where I am reading an ASP page into my flash. It works fine when I am reading into the dynamic text fields but when I want to use a variable for something in the actual flash nothing is working.
Example:
--------------------------------
I am reading a Database and everything is working just great, except that there are no more records to read! I have a variable named last which is displayed during the last record set so that i could use it to end the display of the records.
I tried setting it up in an if statement...
if (last =="yes")
{
counter = 0;
}
my program pretty much just ignores this statement but when i read the variable last into a dynamic text field on the last record set it will display yes!?!?
Any help would be greatly appreciated.