- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
hi, i want to get a list rooms only within a specific template. I'm curious if i should use the PHP scripts or actionscript.
In considering actionscript, i've heard it may not be as safe since the .swf could potentially be decompiled and account credentials found out. in considering PHP, it would "cost" more time since an HTTPService call would be required as well the user needing to wait for the server to login the account (however, this currently the approach i'm leaning towards since I'm writing to a DB on room creation anyway)
what would be the best practice to get a list of rooms WITHIN A SPECIFIC TEMPLATE? If the answer is PHP, could someone provide an example of how to parse the returned array to get only a specific template type? I'm a little confused on how to access specific nodes of ...$list = $am->listRooms();... Thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes