all groups > flash actionscript > december 2004 >
You're in the

flash actionscript

group:

Link Button to Different Flash File


Link Button to Different Flash File rykros
12/31/2004 10:48:54 PM
flash actionscript:
Re: Link Button to Different Flash File kglad
12/31/2004 11:20:48 PM
on(press){
_root.createEmptyMovieClip("targetMC",1);
_root.targetMC.loadMovie("differentFlashFile.swf");
Re: Link Button to Different Flash File rykros
12/31/2004 11:27:19 PM
That didn't seem to work. I don't know if I'm completely retarded and doing
something wrong, but maybe I should outline what I want.

I have a file, lets call it FILE ONE.

In that file, I have a LINK.

I want that LINK to take me to another, already created file, lets call it
FILE TWO.

I tried putting in the second file's name in place of that
"differentFlashFile.swf", but it doesn't link anywhere when I click on the link
in the Test Mode. Both files are in the same directory.
Re: Link Button to Different Flash File kglad
1/1/2005 7:03:23 AM
AddThis Social Bookmark Button