Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making a flash button a hyperlink

Status
Not open for further replies.

andypilot

Technical User
Oct 8, 2001
18
0
0
Ok, I've been unable to get a hyperlink to work. So I created a flash button, thinking I could make that a hyperlink.

Not so. Anyone have the lingo that would make the cast member that is my flash button, a hyperlink?

Thanks in advance!
 
hi
Try this
create a transparent shape on top of the flash button
Then drag a behaviour from the Librry Palette onto the shape that takes u to a url on clicking the flash button
it should work
or u can type your own lingo

on mouseup
go to "your urladdress"
end
 
I would not recommend using dummy sprites like that.
All you have to do is:
In Flash:
GetUrl("your handlers name,"any parameters"")

Then in director have a movie script with a handler with the same name as what yuor calling in flash.
On "your handlers name" me, "variables to receive parameters"

This way you can have flash communicate with director quite easily.

Mayuresh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top