Ok, I will explain what I want to happen so that you lot can hopefully advise me the best action to take.
On a webpage created in flash is a form, where the user enters their name and a receivers name. When they click submit, a new page will load in place of this page, which will display a swf with their details included within the movie.
So, I understand I have several options. I can do php, but I am thinking is it worth it for this? Reason I say this is because I would be sending from swf - php - swf.
A better option in my opinion would be to send from swf - swf. Once again though, these are both on a server, and in their own right webpages. So can I simply just give it the path to the previous swf to get the details I need?
Javascript, I would prefere to not use alltogether.
So, knowing this, what would be the best option for me to take?
cheers
it depends what you mean by, "..a new page will load in place of this page."
if you're using the loader class to load a swf, there's nothing to do but use the correct path from the main swf to the loaded swf.
if you're using the navigateToURL() function, you can either use server-side coding or the flash sharedobject.