Ask a Question related to Macromedia Flash, Design and Development.
-
Mr.C.F. #1
Button Link Question
I've created a button with a jpeg and want to be able to click on it and go
to FOX News.com
I can't seem to get it to work. How do I link it?
--
Chet, errrrr, Mr.C.F.
Mr.C.F. Guest
-
NEED HELP WITH BUTTON LINK ISSUE
:confused; Hey everyone. I have a big problem right now with trying to get my website complete because my fly out menus will not link to... -
Opening a new window with a link button button column on a datagrid
Hi all, I have a datagrid with a button column set as a link button. When clicked I want it to open a new window in which to display the results... -
link from Button to URL
Hi, I would like to know the actionscrpts codes that we use to link button to an URL that should pop up into a new window. verify whether this... -
changing link in button
Hi ! I'm "new" to flash and I have to do the following: There is a navigation with buttons and one of these buttons needs to be changed into... -
button - link
Hi ! I'm "new" to flash and I have to do the following: There is a navigation with buttons and one of these buttons needs to be changed into... -
Martin Voegeli, vom #2
Re: Button Link Question
> I've created a button with a jpeg and want to be able to click on
Right click on the button select actions and add this code:> it and go to FOX News.com
> I can't seem to get it to work. How do I link it?
> --
> Chet, errrrr, Mr.C.F.
on (release) {
getURL("http://www.foxnews.com/", "_blank");
}
Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
Martin Voegeli, vom Guest
-
Mr.C.F. #3
Re: Button Link Question
What's the "_blank" ?
Still doesn't work.
Chet, errrrr, Mr.C.F.
"Martin Voegeli, vom" <MartinVoegeli@gmx.ch> wrote in message
news:3F45AF45.2A960A59@gmx.ch...>> > I've created a button with a jpeg and want to be able to click on
> > it and go to FOX News.com
> > I can't seem to get it to work. How do I link it?
> > --
> > Chet, errrrr, Mr.C.F.
> Right click on the button select actions and add this code:
>
> on (release) {
> getURL("http://www.foxnews.com/", "_blank");
> }
>
> Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
Mr.C.F. Guest



Reply With Quote

