Log in

View Full Version : Link in flash



benslayton
05-26-2006, 03:47 PM
Sorry about all the flash questions lately. But does anyone know how to make a flash link open up in the same browser???;)

djr33
05-26-2006, 05:35 PM
same browser window?


the help menu should explain this. I don't know myself, not being a flash user.

benslayton
05-26-2006, 06:05 PM
Let me see what I can do.

BLiZZaRD
06-11-2006, 04:26 PM
EH! Sorry I didn't see this earlier... been quite busy and selfish..

in your AS window for the button put this:

homepage_btn.onRelease = function () {
getURL("http://www.macromedia.com", _self);
}

_self tells it to open in same window,

_blank opens in a blank window

_top is in flash to open in top layer of current frame.

~BLiZZ

djr33
06-11-2006, 07:12 PM
Those are also in a dropdown near where you type the url in if you're not looking at the code, I think.