
-----------------------------------
Amailer
Sun Oct 26, 2003 10:54 am

Getting information from a php file
-----------------------------------
Ok,
How can i connect to a php file (using flash/action scripts) and then display the information from a variable named: file_array?

anyone know?

-----------------------------------
Tony
Sun Oct 26, 2003 12:11 pm


-----------------------------------
my guess would be to create an array (or just a string to simplify matters) in flash, and assign it a value of PHP page :lol:

Then extract your list from there.

-----------------------------------
Amailer
Sun Oct 26, 2003 12:33 pm


-----------------------------------
How do i load the php file in flash?
and how do i select a variable?

-----------------------------------
Tony
Sun Oct 26, 2003 12:41 pm


-----------------------------------
you dont "load" the file in flash. You just access page over the net. Dont ask me how, I dont know much about Flash.

But the idea here is same as if was turing (for example) instead of Flash. You read what www.whatever.com/grabYourValue.php returns and store that in your variable.

-----------------------------------
Amailer
Sun Oct 26, 2003 12:44 pm


-----------------------------------
Well, idk how also! :D must know how!
