well im having a bit of trouble with this php thing here… and maybe someone can help me… i have been asking around this board about php for like a month now… so your probably sick of me asking now… so… if u can help me this i will try to never bother u again… ha ha
anyway… yeah… check out this attached file… and for some reason the stuff from the text file wont come back into flash into the big text field down the bottom… its probably somtin really obvious… so… exucse my ignorance…
WO!!! Thanks man!! i knew it would be somthing so simple as that… your a life saver… =D
Are you like the php god or somthing?? ha ha…
Thanks alot… =D
I just have to work out how to split up the string now… but i havent looked through the last part of your tut… so… i will go do that… and stop bothering you… ha ha…
Thanks once again!! =D =D
-Aussie Devil
[edit]
hi… again… i had a look at your tut about how to replace the strings… and i gave it a try… i put the function at the start of the script on the main timeline and then i put the
[AS]recVars.replaceS(".:-:.", “”);[/AS]
in the [AS]loadlv.onLoad = function(success) {[/AS] section… under success…
the “.:-:.” splits each entry into different sections inside of the text file. That way when you pull the data back (either into php, or Flash) it gives you something to work with. THen you can use split(".:-:.") or whatever to format your individual entries…
[edit]It could be anything really. Its just a string pattern that I picked. That is not something that people will usually enter at random so I picked it… [/edit]