PDA

View Full Version : Variables Flash to PHP



cw18
May 7th, 2007, 07:51 AM
I am trying to send variables from flash to PHP and then write these in a .txt file. I have managed to get the PHP writing to a .txt file with data coded in the PHP but can not get the flash values to be printed.

It is obviously passing the values out of flash that I am struggling with Can anyone help???

the line of code I am using in flash is

loadVariablesNum("write.php",0, "POST");

Digitalosophy
May 7th, 2007, 01:18 PM
http://www.flash-db.com/Tutorials/loading/loadingData.php?page=1

cw18
May 8th, 2007, 05:54 AM
Thanks I will try this!