You are either asking one of two things, and I am not sure which: A) How to send information using GET or POST out from flash to a script file SendAndLoad is the flash function http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=Flash_MX_2004&file=00001419.html B) How to get Flash to load variables passed to it via HTTP GET? Flash automatically loads these variables into the _root timeline So http://foo.bar.com/someflashfile.swf?variable1=joy You would have _root.variable1 and the value in that variable would be "joy" Hope this helps....and sorry if I misunderstood your question. Dan -----Original Message----- From: Sunnrunner [mailto:sunnrunner@xxxxxxxxx] Sent: Monday, April 10, 2006 10:47 PM To: php-general@xxxxxxxxxxxxx Subject: flash file to recognize SESSION or REQUEST variables? A client asked me this question. Does anyone know what it means or can someone explain and give me an answer. Thanks. T How can we get the link in the URL of the flash file to recognize SESSION or REQUEST variables? You know like GET or POST? I need to do something like. url = "https://secure.store.com/HousewivesUnleashed.306/buy.cfm?p=1000141&m=306&dc wid=$_REQUEST['aid']&udfo2=$_REQUEST['sid']"; as opposed to what we currently have. url = "https://secure. store.com/HousewivesUnleashed.306/buy.cfm?p=1000141&m=306"; Thoughts? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php