PDA

View Full Version : Passing variables between FLASH-ASP and back to FLASH again through frames!


gerasidi
01-11-2005, 05:47 PM
Hello all

i'm a totally newbie in ASP and i'm trying to pass from an .swf one variable to an ASP page in another frame and finally read back the variable from the ASP page in another .swf on another frame. I've tried the Request.Querystring with the GET method but when it deals with frames it just don't work.
Is this possible to be done?

Thanks in advance
Gerasidi

Cota
01-11-2005, 06:18 PM
I have never tried doing that before, so this might as well be a complete guess here. I think you can do it with ASP server variables or maybe FlashVars, it would require some refreshing of the frames to read the variables. I could be over complicating the issue.