swf?Need=help...
swf?Need=help...
- Started
- Last post
- 2 Responses
- Sod_Bottles
Hi...
I am collecting data from a site, and when the user presses submit, I need to popup a window witha swf on it, and then need to display the collected data in the swf.
I am OK using FlashVars=....
Can I call a JS popup on this page to pop up the new page using URL encoding thusly :getURL("javascript:openpopup('pa... + data)
Then, on the popped up page use some JS to document.write the object, and pass the vars to the swf using movie.swf?data='+data etc...
Can anyone think of another way to do this ?
Many thanks in advance :)
Mike.
- paul23580
php
- Sod_Bottles0
Yup, EZPZ....got it now..
Thanks, anyway :)