Ajax and Flash
Hi there,
Would it be possible to use AJAX from within a flash form?
The process I need to achieve is as follows:
- Player finishes a flash game.
- Player gets highscore.
- Highscore is checked against the XML data.
- Player submits highscore (here the ajax part calls a php script that writes to an XML file)
- XML file reloaded after a short delay to reflect the new highscore.
Is there still a security issue to call the script from within flash?
|