Still working on this flash file ... its killing me. I got all the cookies to read and process fine but now I have a Netscape problem.

------------------------------
My cookie's value is "true". I have 3 scenes in my movie (scene1, scene2, scene3)

IN scene1:

If (cookie eq "true")
Go to and Play (Scene 2, 1)
End If

------------

In IE, this works fine. Once it hits the first frame of the movie, it jumps a scene to scene 3. In Netscape, It just goes to scene 2. So, obviously it reads the cookie fine because if not, it would continue to play scene 1. Im thinking netscape has a problem with "IF ... and Goto" statements? Any Suggestions? Help appreciated!!

Thanx