I have a site that uses the SoftDIVScroll library to move to different DIVs on a page. Normally, SoftDIVScroll listens for a click event on an anchor point, but I need to do something similar from a Flash movie.
So, instead of this:
<a href="#home" id=“home_link”>HOME</a>
I need something like this:
getURL(‘document.getElementById(“home_link”).click();’);
Except that does not work.
Ideas?
SYSTEM:
Mac OS X 10.4.11
Safari 3.2.1
Firefox 3.0.7