vshankar
October 15th, 2001, 12:34 AM
Hi all, I am doing a project in flash with asp as an interface to interact with sql. I am having around 10 movieclips and some 10 buttons on my stage. I am getting the individual property of each element in a variable and I send this variable to asp using which I am updating the SQL database. Now the probleme is that the variable is able to send a certain values to asp and not the whole. The length of the variable is roughly around 1000 characters If i restrict it around some 300-400 it works fine. Is there any restriction in sending variables from flash to asp. Is there any alternative to work around. I am going mad doing this. Please provide me a possible soln.