Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
toinetripledubl webforumsuser@macromedia.com #1
HELP WITH HYPERLINK ON BUTTON!!!
Hey all i was wonderring if u could help me with a problem I am having.
i am making a site for a friend and i have a flash button on the main page but i want to use it as a hyperlink...how do i do that
toinetripledubl webforumsuser@macromedia.com Guest
-
Help Making a form's Submit button into a Hyperlink,Please
On my real estate website, I would like to require visitors to sign a guest book before being able to link to the county MLS system to search for... -
Hyperlink for Button Image
I have a 2 state button with an up.gif and a down.gif with behavior set for mouseover. Multiple hotspots were set in FW - a circle with rectangle... -
Dynamically Hyperlink and Event Handler for the Hyperlink ?
Hi, I´m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";... -
hyperlink/button
Hi. I want to insert an hyperlink/button for loading another page, but I need to store some data in this operation too, but I don't think the... -
Determining if a hyperlink button to external site has been clicked.
You could have the hyperlink button set a hidden text field that you could inspect on postback, or have the hyperlink itself trigger the postback... -
anishu #2
Re: HELP WITH HYPERLINK ON BUTTON!!!
seems ur new to flash
k
1. select the button
2. press F9 or select action panel
3. select 'get url' and fill the details - or copy paste this
on (release) {
getURL("http://www.macromedia.com");
}
4. if u want open a new window
use this
on (release) {
getURL("http://www.macromedia.com", "_blank");
}
hope this will help u
AnishVarghese
anishu Guest



Reply With Quote

