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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with link in the flash

Status
Not open for further replies.

RaffiqEddy

Programmer
Jan 7, 2002
51
MY
Hi

I have a bookmark call #Download in my webpage (HomePage.htm)

In the same webpage I got a flash banner.

I've added the link in the banner that when click should go to the bookmark. like this:
Code:
on (release) {
    getURL("[URL unfurl="true"]http://www.MyDomainName.com/HomePage.htm#Download",[/URL] "_self");
}
The problem is, it did not go to the bookmark when I clicked on the flash banner.

Can someone help me pls?

Regards.
 
Did you mean anchor, rather than bookmark?


Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top