| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2003
Posts: 3
|
Thanks for tutorial ... Big help on getting me started with remoting. I have one question .... could I put a multi-dimensional array right into flash? Like $_SESSION['AUTH_username'],$_SESSION['P000']['Exp_name'] , and $_SESSION['P000'][1]['ITEM_desc']. Could I just send over the $_SESSION var? If so how does flash convert over these variables?
Thanks |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Well in my buletin board example I send back (from PHP) an array containing an array and it comes in as an Object cointaining Objects, so it should work.
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2003
Posts: 3
|
Ok. Actually I did not setup your BB example. I just got your test example working and then I went ahead and did the campsite example. I will go and check out the BB example. Thank you.
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Mar 2003
Posts: 3
|
Thank you Jesse -- the BB example answers my question.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Associative arrays | Mortimer Jazz | ActionScript 2.0 | 23 | 05-12-2004 06:11 AM |