i don't want to generate flash files via php.
i want in a flash file to make a mysql query and retrieve data to display.
In flash, there is a programming language like javascript called postscript.
I read that you can retrieve data from mysql with php, parse them into an xml file, send it to the flash file and with postscript you can manage the xml file.
The advantage is the connection is not via the http port and that you can have a continuous connection for as time as you are running the swf file.
I am wondering if there is a way to parse data from mysql to swf directly and not via xml.
1)do you know if it is possible?
2)Do you know how i could display with postcript, an xml file into a swf?
Thanks