gotoAndPlay goestoAndStops

Hey Guys,

I have this Flash/Java app running and I’m having a small problem…

The app is basically a spin and win game… It has 5 scenes… the static scene and then 4 scenes with the 4 different outcomes. Everything is backended by java and I have it passing the information into Flash so it knows what spin to play… I am getting all the information, but the gotoAndPlay(‘Scene X’, 1); is only going to that scene and isn’t actually playing it…

Does anybody know what would cause this?

Thanks a lot!

–D

EDIT: I should mention that the gotoAndPlay is inside of a function I am calling from javascript using the “addCallBack” function. I do know that it is calling that method though, as I set up a JS alert to display when called…

Thanks again!