• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Edit Save Server Side XML [HELP]

Engaged ,
Aug 10, 2012 Aug 10, 2012

Copy link to clipboard

Copied

I have an XML that is keeping a few scores. ( 5 entries ).

I need a Flash interface to be able to edit these nodes and save the XML back to the server.

Has anyone done anything like this ?  I am open to using PHP with it to make it work.

Any guidance with this is appreciated.

TOPICS
ActionScript

Views

794

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 10, 2012 Aug 10, 2012

Copy link to clipboard

Copied

Exactly you need a server side language to do it, PHP is good option.

You need save the scores to a database (using PHP) then load the data from the Data base (using PHP) in a XML format

To call the PHP files from Flash use URLLoader

http://library.creativecow.net/articles/brimelow_lee/php_mysql.php

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 10, 2012 Aug 10, 2012

Copy link to clipboard

Copied

If you search Google using terms like "AS3 save xml file" you should find plenty of info.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 10, 2012 Aug 10, 2012

Copy link to clipboard

Copied

LATEST

Hi

You can find a Tutorial and Source Code here: http://thefeldkircher.org/2010/11/04/xmlles/

Hope it helps

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines