Goto absolute frame in Adobe Flash 8 works if running the .swf itself, but not

Alex

New member
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?
 
Either you don't have the HTML code that allows all access or you are using a different flash version on the browser to the player supplied with flash 8.
 
Either you don't have the HTML code that allows all access or you are using a different flash version on the browser to the player supplied with flash 8.
 
Back
Top