vars in SWF to SWF w/ ASP & Pop-Up
Hello All,
I'm hitting a bit of a snag trying to send variables from one swf to another through a second pop-up page.
A, B, and C loosely being the Pop-up, loadVariablesNum(POST), and Request.Form/Response.Write - I cannot get all three to work together to make this happen. Sure any two will work to accomplish something, but a combination of two of them doesn't allow a third to work.
When I speak of "working" I mean the coding structures ability to accept the other A,B,or C coding-wise. (Javascript, VBScript, and Actionscript only play together certain ways...)
Does anyone know of an example of sending info from flash to flash but through separate files ? I'm almost there - just to stupid to see the little thing that's needed and what little thing that isn't.
All those who try lending a hand here are much appreciated.
Must be ASP - I don't have PHP suuport
THX, but sorry - the tut page gives help for php passing; which would be easy and great - if I had a PHP server. But unfortunely I am running on ASP and need to pass the data from:
Window A /ASP PageA /SWF A
to:
Window B /ASP PageB /SWF B
(From one window to a new Window with a new page and a new SWF file.)