views:

28

answers:

1

I have a widget that looks like an equalizer, the scrubbing on the slider is working. When I relaunch the swf file everything resets.

What can I do to save the setting.

+2  A: 

You can use a SharedObject. It allows you to save a limited amount of information on the client.

heavilyinvolved
Yes. I think I left out some important information. The positioning of the slider bust be shown to all users that load the swf file.Do you think XML would be able to do his...? I guess the problem with that is, the file would haft to be saved. Perhaps PHP? I dont know.What are your thoughts?
How is the slider position set? Do clients have the ability to adjust it or do you set the value server side? Edit your question with more information about what you're doing and I might be able to help...
heavilyinvolved
oh sure :)What Im doing is setting up a bar graph using sliders and having the users set the heights of each one. So anyone else that opens the file will be able to see it. This will be shown locally.
So what happens when multiple users are adjusting the sliders at the same time? Are their positions updating in real time? Based on your description it's unclear how you want this to work...
heavilyinvolved