Preserved Topic: How does Flash read from PHP?? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 08-12-2002 10:40
I am having a lot of trouble with this when it seems so very simple! This is for dynamic text input inside the animation...My php file when opened in a browser returns for example: |
Maniac (V) Inmate From: Switzerland |
posted 08-12-2002 11:07
hi |
Bipolar (III) Inmate From: |
posted 08-12-2002 15:33
its a while since I've had to mess with flash but from memory, I think you need to be looking at the loadVariables action |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 08-12-2002 17:51
Xdreamer, I have gone through those sites already and have learned A LOT, but their main focus is on inserting into the database. I have made this possible through PHP already. The retrieval part is still unclear. Inverse, I am going to try the GET method. Haven't tried it yet. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-12-2002 20:40
Thumper: You do need: |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 08-13-2002 06:12
Emps, I got it to work...I had the actionscript to call the text on a buried child level (bad news). Seems to be working perfect now. But if you could possibly answer another question that goes along with this particular project: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-13-2002 11:23
Thumper: I don't think you can alter an autoincrementing ID (I certainly wouldn't recommend it) - although I could be wrong. You either don't need to edit it or you have designed your DB wrong |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-13-2002 16:17
also a very elegant method would be to use XML! |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 08-13-2002 17:39
XML?? I'm not there yet GRUMBLE! : ) |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-13-2002 23:44
Thumper: XML? It would depend on what you are doing - it might just not be worth the effort. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-15-2002 00:42
just to complete things: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-15-2002 02:01
GRUMBLE: Nice link - tucked away for future reference |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 08-18-2002 04:23
Thanks all...Inspiration and new things to look at! I'll get rolling. |