var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
var theMovie = InternetExplorer ? window.intro : window.document.intro;
WM_setCookie('cookie', 'false');
var info = WM_readCookie('cookie');
theMovie.SetVariable("abc",info);

---------

in flash:

If (abc = "true")
Go to and Play (Scene 1, 225)
Else If (abc = "false")
Go to and Play (2)
End If


---------

After this, i still get

'theMovie' is not an object