How can I pass global variables into a function?

Using getURL function in flash to pass variables?

  • I am using the getURL function in flash to pass variables from swf to an asp page. I have it working fine, but it pop up a window. I realize I could use _blank, _self, _top, etc.. but I do not want anything displayed at all. I simple want to send the variables to the page and have the asp page do the rest. Any thoughts?

  • Answer:

    Haha that is funny. I just found my self presented with this exact issue last night. I am not a flash developer by any means and I am not sure this is correct but it does work as you wish and does not open a browser window. var pURL = new LoadVars();// Post data to URL pURL.load("http://asylum-et.com/page.p… + var1.text); Hopefully that shows right.

kitty at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.