I haven’t looked through all of your code, but one thing that I noticed was that you start off the first thing in your loop with &. You should put a dummy entry in before hand (before the loop) without the & in front of it so that it starts out as variable1=stuff instead of &variable1=stuff
try it, and if it doesn’t work, i’ll delve (is that a word?) further into your code.
edit: Your mysql queries appear like they need some work, but I’m not sure exactly what you’re trying to achieve with them. You might want to hard code some values in to test, and see what it returns.
I am not sure what you mean, I am a real PHP noob.
The loop was working, but it pulled 10 entries out and sent them to flash as one item (notepad style).
Now that I have modified the code, and created the duplicate movies in flash but it wont work.
I have been at this since 6pm yesterday, and it is now 1:23pm, my thinking is a little off but I am determind to get this to work before I sleep !
What does it prind out (the php)
Try having flash open the php in a new window and then copy and paste what it displays. I have a feeling that it’s with the way the text is formatted. Honestly, I wouldn’t have done the whole 3 lines in one thing, I would have done the $name=whatever; then on a new line have print “&writename=$name”
Your way should work if it is formatted correctly though.
try commenting out the send line you are using, and making a new line with sendAndLoad opening a _blank window. (I don’t remember the exact syntax, so you may have to look it up in the Actionscript Dictionary).