Question
please, take a minut
Hi,
I'm sending vars as querystring to asp, which then with SELECT sentence grabs the right data from DB and creates xml. This XML is then loaded into new swf, which is loaded into MC from the first swf. The problem is that it's working if I don't send vars to asp, but only tell the new loaded swf to load data from asp file (in that case I don't use QS in Select sentence). As soon as I change it and send the vars as QS to asp, the new loaded swf doesn't receives any data. I did try with trace to find if and in what form is send from flash and it gave me this result: programID=1&scene=program so I assume this part is working. It looks to me as the swf is loaded to soon. I don't know. Does anyone know a good tutorial on flash sending vars (not XML) to asp, which creates XML and the flash reads the xml? THX for any help
I'm sending vars as querystring to asp, which then with SELECT sentence grabs the right data from DB and creates xml. This XML is then loaded into new swf, which is loaded into MC from the first swf. The problem is that it's working if I don't send vars to asp, but only tell the new loaded swf to load data from asp file (in that case I don't use QS in Select sentence). As soon as I change it and send the vars as QS to asp, the new loaded swf doesn't receives any data. I did try with trace to find if and in what form is send from flash and it gave me this result: programID=1&scene=program so I assume this part is working. It looks to me as the swf is loaded to soon. I don't know. Does anyone know a good tutorial on flash sending vars (not XML) to asp, which creates XML and the flash reads the xml? THX for any help