bebo5000
Dec 18, 2008, 05:27 PM
I have a problem, I made a flash banner, but I don't know how to make it refer to another site, I made the font inside the banner linked, but I want to make the whole banner linked.
theecho
Dec 20, 2008, 08:39 AM
Create a new symbol that is a button and draw a rectangle the size of your stage with no outline and an alpha of 0. draw another rectangle the size of the canvas on the hit frame. Give the symbol an instance name(for this example I'm naming it "flashlink"). Here is the actionscript you can use.
flashlink.onRelease = function () {
getURL("http://urlyouwant.com")
}
Artem
Jan 12, 2009, 10:19 AM
If you implement the Flash object into your webpage you could use the standard <a href="#">... </> links.