RaffiqEddy
Programmer
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:
The problem is, it did not go to the bookmark when I clicked on the flash banner.
Can someone help me pls?
Regards.
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");
}
Can someone help me pls?
Regards.