OK. i have an ASP page that retrieves info from a database, then send the info to flash(atleast, thats what i want it to do!)
This is what i have.
this.loadVariables("count.asp?mode=total_plays", 10);
to show the total plays in the assigned box, but the only thing im getting is “_level10.instance” or something like that(it gets cut off)
its been forever since i used flash, and even when iused flash, i never used an asp page to send info over.