Topic: Change XML-data via Flash

Hey everyone,

I was making a vocabulary trainer with flash for the chumby and so far it seems to be working. But one problem came up:

Can I change XML-Data with Flash?

It is like this: I want to display the times a word already showed up. That would mean everytime the user sees the word - Flash adds 1 to the "times"-child in the xml-data. Is that possible?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vocab>
    <vocab chinese="???" pinyin="máo zé d?ng" deutsch="Mao" times="1"/>
    <vocab chinese="?" pinyin="w?" deutsch="Ich" times="1"/>
    <vocab chinese="??" pinyin="h?n h?o" deutsch="Sehr gut" times="1"/>
    <vocab chinese="???" pinyin="bù zh? dào" deutsch="keine Ahnung" times="1"/>
    <vocab chinese="??" pinyin="zh?ng guó" deutsch="China" times="1"/>

</vocab>

Looking forward for any replies, trying to help ;-)
Malaoshi

Re: Change XML-data via Flash

You can store some data back on Chumby's server from your widget.  Look at how the configuration widgets work, that same code can work from the main widget.  From there, you can store a list of cards that have been seen and pull that down with your widget starts.