Hi,
I created a small Flash application using actionscript 3.0, what this does is calculates costing based on some predefined formulas, the only thing that is dynamic is the percentage, this can be changed to a different number and make the calculation based on this new value (this value is in a input field). But what I would like to be able to do, is to let the user save his/hers own percentage value, in other words if they prefer to use a different number as their percentage and this is something they use a lot, I want them to be able to save it and if they close the application and reopen it they will still have their own default value.
Sorry if I made this too long, all I need to know is how to save some values with actionscript 3.0 and Flash CS4?
Thanks a lot.