I figured out how to save and load my sound settings. Apparently Saving and Loading an Array is not quite as easy.
Based on what I have read from the array info and the local storage info I have the following.
I first check if "ArraySave" exists
If it is missing I Set Item "ArraySave" to Levels.AsJSON
Levels is the name of my Array
If it exists, then I have local store get item "ArraySave'
Then I have it my Array called Levels Load from JSON String "ArraySave"
I saw somewhere you can use AJAX to do it, but the steps say to retrieve array and I dont have that option. I can retrieve a project file or a URL.
I appreciate any help.