PDA

View Full Version : Site Linking.



rnix
09-02-2007, 07:04 PM
Hi, i just made (Well tried) a Site link button download it and comments please.

HERE (http://www.uploadz.co.uk/120habbozoom-link.fla)

But how do i make it so when someone puts it on there site when someone clicks it goes to my site.

Tnkz

Correct section cause its web design not graphics well 1/2.

Invent
09-02-2007, 08:25 PM
Gah FLA. Post the SWF file pls.

[Oli]
09-02-2007, 08:36 PM
Insert > new symbol > button

you'll get a new timeline with
UP OVER DOWN HIT or something like that

leaver the first 3 frames blank and on the HIT frame put a rectangle over the full size of the button (this is the HIT-zone -> the space to click with your cursor).

Go back to main scene (scene 1)

click the button and hit F9 (or alt+F9 on mac)
This will call up the actions window.
in the actions window at top make sure it sais:
Actions - button
NOT Actions - Frame

Then enter this:

on (release) {
getURL("http://www.mylink.com","_blank");
}

& save & export as .swf

that should do the trick

Want to hide these adverts? Register an account for free!