im new here, i wanna which patn is valid for URLRequest
var varSend:URLRequest = new URLRequest("config_flash.php");
//only valid if i put my .fla file in a same folder?
var varSend:URLRequest = new URLRequest("C:\config_flash.php");
//can it execute prefectly from C drive?
var varSend:URLRequest = new URLRequest("http://localhost/project/config_flash.php");
//or only execute in apeche server's folder?
North America
Europe, Middle East and Africa
Asia Pacific