views:

30

answers:

1

is it possible to export XML data from a swf file thanks in advance

A: 

http://rickydoesit.com/actionscript-3/how-to-connect-to-php-with-actionscript-3-and-post-variables-to-php/

http://www.adobe.com/devnet/flash/articles/mysql_xml_asp_03.html

http://www.hardcode.nl/archives_9/article_442-post-request-data-in-as3.htm

let us know your server-side etc.

instead of simple variables you could put your xml data.

Eugene
i mean that i made a flash game and i want the score of the game export as xml data to read it in my php file
Maged
aha, you need URLLoader and PHP CRUD interface to store all this things into MySQL or etcSQL DB.
Eugene
i've them i want to know how i can link between the flash data (score )and the php
Maged
did you read links above? there are detailed manuals, sir?
Eugene