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
Related Q & A:
- How to pass multiple parameters in a single Ajax function?Best solution by stackoverflow.com
- How to fit the model for crossed and nested design using lme function in R?Best solution by Cross Validated
- How to pass a parameter to a function that is called on an event?Best solution by Stack Overflow
- Where can I find good a tutorial for creating a simple flash movie using Adobe Flash CS4?Best solution by Graphic Design
- How does a Six Flags Flash Pass (regular) work?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.