Here's the deal: I have an HTML called "index.html" that contains an SWF
called "index.swf" that has an opening intro which morphs into the main
page. After clicking on any one of the buttons you are taken to plain Jane
HTML pages that contain a "Back To Main Page" button. After clicking on
that button you are taken to a file called "mainpage.html" that contains an
SWF called "mainpage.swf". "mainpage.swf" loads "index.swf" onto _level1
and then uses a tellTarget command to cause "index.swf" to jump to frame #
265 which contains the main page, so that the user does not have to see the
intro again nor load a new movie. It all works fine and dandy on my CPU,
however on anyone else's it just plays the entire into over again. Even on
CPUs that have just downloaded and installed the latest Flash 5 player. How
come it works fine for me, but not for anyone else? Any advice?