Re: [PHP] Vars with flash

2005-01-28 Thread Miles Thompson
It ain't a dumb question, and is most easily answered by sending you to pp 576 of Colin Mook's ActionScript for Flash - The Definitive Guide. If you're doing a lot of Flash work this book is practically a must have. Are you using LoadVars class(Flash MX) or the LoadVariables (Flash 4) method?

[PHP] Vars with flash

2005-01-27 Thread Carolina Silva
Hello everybody! This might be a dumb question but i'm having a bit of trouble here: I'm making a contact form in flash MX: the swf sends a string with the variables through a loadVariables function. The string is read by a php file. All the vars get their value through a $HTTP_POST_VARS []