I have a page with two Flash movies. When one (a content application) reaches a particular state (i.e. the user is now logged in), I'd like to completely refresh the other (a menu) to reflect the new overall state of the user's session (i.e. the user is logged in, so now include a "logout" item). The state is actually kept server-side, so no detailed communication is required, just a general "update yourself" command of some kind.
It seems like I can do this by setting up a LocalConnection and sending commands from the first movie to the second, but this seems like overkill.
Is there a simpler way for the first movie to cause a reload/refresh/rewind of the second?