GotoFrame drives me crazy (JS+Flash)

Hello!

Working with Javascript and Flash seems like a load of trouble.
But I want to ask the following despite that.

[SIZE=1](All tested in IE 6.0.2600)[/SIZE]

I get all kinds of stuff working:

[COLOR=green]document.myFlashMovie.Play();[/COLOR]
[COLOR=green]document.myFlashMovie.Zoom(50);[/COLOR]

BUT I can’t get [COLOR=darkred]document.myFlashMovie.GotoFrame(2);[/COLOR]
working…

What could the problem be?

Thanks for any help!


/ROBIN