I am trying to write a Flash file in Flash 3 that will be embedded in a RealPlayer SMIL file and allow the user to click on the Flash, bringing up different scenes, without hijacking the whole SMIL.
If I use GoTo within the Flash, it controls the whole player (including video). I am constrained to Flash 3 because of an incompatibility with the RealServer and Flash 4.
The Flash just needs to have a menu screen, with 6 options that load different scenes or movie clips, without using a GoTo command. I can make this work with load movie, but am worried about slowing down the RealPlayer with 17 separate movie files instead of just one.

Anyone know of a way to do this within one F3 file?