hi everybody,
i am writing a flash application for the nokia communicator at the moment. it has to collect data from the server and print it out in the flash application. to get this running i use the loadVariables-function and PHP.
variable1 = "Variable to be sended to PHP";
loadVariables("myPhpFile.php", "POST");
Everything works great on my PC (IE 6). But if i open the swf-File on the 9210i and try to connect to my PHP-File it only says "File not found!"
Can anyone tell me how to open the php-file, send data to it and pick up the answer?
I suspect the solution is to use the full url to the php file.
The flash player for Communicator is a stand alone player, and will try to resolve urls relative to the location of the SWF file after it downloads to the device. Obviously the php file is on the server not on the device.