Passing data between .swf movies

http://vhektor.com/myoctopus/

Go to ‘More Info’ and click “Try It” (The leftmost option)

A map of the US comes up and users will select where they work, before getting to the next page, which is a form where they fill out the rest of their contact information. The Submit button sends the form variables to a php file on a different server which then stores their info in a database and will take the “location” variable from the map (in the previous .swf) to send the user the correct demo map.

My vars from the form post to the PHP and a confirmation e-mail is sent to the user etc. etc. this works fine…i’m just confused as to how to send the location variable that was pre-selected to send along with the form.

Thanks! :cool: