Loading arrays

Hey h88, thanks for the offer but I am getting it pretty good on my own :slight_smile:

hi guys,

lmao @lostinbeta

n thanx for the work H88. i retried it and you r right not dynamic. i must have been in flash testing it and not just running the swf. (boo, hoo)

as to your solution, i saw the .split thing in a tut and it looked a bit complicated for me, i am gonna go try n get it right though.

cheers guys

Gary_just rebuilt after crash of dramatic proportions_bydesign

#include is only run once at the time you publish the swf. you can’t dynamically load content like that unless you republish the swf every time you get new data. you might want to check out the flash remoting components available from macromedia if you want to send variables to flash as flash data types.
otherwise, you will have to load the variables as strings (like with php or asp) and then parse them into arrays, numbers, or whatever data type you want.
be aware that flash remoting works with a very limited number of languages. cold fusion would be your best bet. i hear that dotNet (more MS crap) works with flash remoting but i haven’t used it so i don’t know anything about it.
have a nice day,
jeremy

Aye, that’d be fabulously useful, or is there a tutorial anywhere around, this sounds like what I need to do, load tables (arrays into a text file.

Cheers

Hitby

sorry, i came across this through another thread, please disregard me last post :frowning: oopsie