Hello,
My main movie clip has a frame script in its _root timeline that loads an
external flash movie into an empty mc which is also on the _root timeline.
I have a button that is nested inside of a menu movie clip which is also on
the _root timeline, and has the following code:
on (release) {
_root.gotoAndPlay("tiff"); //where "tiff is the frame label which also has
the frame script mentioned above//
}
All of this works just fine upon preview, and even when I play the exported
movie directly. However, as soon as I open with a browser, or play from the
web, it no longer loads the movie I am calling.
Any suggestions would be greatly appreciated.
Thanks,
Rob
Robner - 30 Apr 2005 15:56 GMT
Never Mind. I figured it out.
someone here placed the HTML document in the wrong directory.
Thanks!!