when it's embedded in an .html? I have two loaders in an .swf (x), both of these loaders (a & b) bring up separate .swf's (a & b). Loader a is on frame 1 of the .swf x, loader b is on frame 39 of .swf x.
I want the .swf in loader a to have a button that can skip .swf x to frame 39, so it is then showing loader b.
I have set the button behaviour in loader a to goto and stop at 39 and have set it to absolute, not relative.
This works fine if I just play .swf x and press the button in loader a. It skips to frame 39 as it should do. But when I embed .swf x into an .html document, nothing happens when I click the button in loader a.
So I assume the problem is with the embedding in the html document. Any Idea how to make it work whether it is embedded or not?
I want the .swf in loader a to have a button that can skip .swf x to frame 39, so it is then showing loader b.
I have set the button behaviour in loader a to goto and stop at 39 and have set it to absolute, not relative.
This works fine if I just play .swf x and press the button in loader a. It skips to frame 39 as it should do. But when I embed .swf x into an .html document, nothing happens when I click the button in loader a.
So I assume the problem is with the embedding in the html document. Any Idea how to make it work whether it is embedded or not?