dcool86
12-07-2008, 07:01 AM
Im trying to load vars threw flash basically the embed code "test.swf?id=1" . I want to load a php file inside
flash not sure if this is the right code to load in flash for the php file but somthing like this.
this.loadVariables("phpfile.php?id=000");
Where the 000 is I want the number 1 on the embed code for flash to transfer into the flash swf file then load the
phpfile it will look something like this ("phpfile.php?id=1"); the php file will not print anything on flash. Im
not sure how to put a var where 1 is. Im using in the php file the request fuction $id = $_REQUEST[id];
thanks
flash not sure if this is the right code to load in flash for the php file but somthing like this.
this.loadVariables("phpfile.php?id=000");
Where the 000 is I want the number 1 on the embed code for flash to transfer into the flash swf file then load the
phpfile it will look something like this ("phpfile.php?id=1"); the php file will not print anything on flash. Im
not sure how to put a var where 1 is. Im using in the php file the request fuction $id = $_REQUEST[id];
thanks