Please help me, I have spent many hours trying to figure out how this works and why it doesn’t but i can’t do it!!! I want my contact us button on my flash page to go to the contact us page when you click on it. I already exported as a flash file to the SAME folder as the homepage and I already tried the code to load an external flash file and it doesn’t work. and yes I changed the file name to match what is in the code, please help me!
I need step by step instructions cause I’m a noob.
I would upload the file but it is too big.
Summary-
Want to link a flash page with a button
External flash page file name -contact us
Here is the actual button I’m going to use and I included a sample page that i want the users to go to when they click on that button. It wouldn’t let me upload the swf file so i uploaded them both as a fla
In the button, use the loadMovieNum function.
Example: on(release){loadMovieNum(nameofthefile.swf, 1);}.
1 it’s the level where the file will be loaded. If you write 0, the new file will be loaded in the place of the previous (I think you want this…).
Are you sure? I tried just a minute ag…
Whops. The name of the .swf goes with “brackets”…Or quotation marks…Or whatever is the english name, I call them “virgolette”…
actually I got it to work but i don’t like that you can still click on the button behind it, I hid the button by putting a white background behind the contact info, but you can still click on it. anyway to fix this?
you can’t see the button but it still shows the little hand to click on the link behind the page. I wonder if i export the page as an image instead, it might work?