I made this CD catalog using Flash CS3/AS3. The main movie uses a sharedobject to tell a child movie what contents to show. Everything is very simple and works fine.
Now I’m trying to convert this project to a online version. The main movie reads its own sharedobject OK. But somehow the child movie seems unable to see this sharedobject, showing sharedobject.size = 0 and all variables = undefined.
Since both main movie and its child are in the same folder, I don’t believe there is any domain violation.
What could possibly be causing this problem? Any help would be greatly appreciated.