If i want to design a flash and will send out a variable and store into database, how to write in the flash about the part for sending out the variable(don't care the variable is integer or string)?
If somebody had been this kind of design or know how to do it, plz give me a help and contact me by email (ackh198328@yahoo.com.cn)
Use the getURL method in Flash to GET or POST flash variables to a php script for processing.
example: on(release){ getURL("script.php","_self","POST"); }