I’m still a newbie at flash, but is it possible to have Flash get files from the server it is currently on, and then send those files somewhere?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use a server side scripting language, such as PHP.
Flash would send a request to the server (PHP files), the server-side script will retrieve the relevant information and send it back to Flash. Then you can do what you want with it from Flash.
For help with ActionScript 3.0, look through the forums at http://www.kirupa.com.
If you simply want to load files into Flash (such as an image) to display it, try this Actionscript out. Just copy and past it into the Actions panel. (from my post on kirupa):