Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pelsar

macrumors regular
Original poster
Apr 29, 2008
180
0
israel
anybody have any idea why the "target" in flash doesnt work in Safari?
(the links are in the menus on the upper left of the page

they go down the page, but in safari they go to the wrong positions.....


http://www.spinnerdesign.co.il/portfolio.html

the coding is:


on (rollOver) {gotoAndPlay(2);

}
on (rollOut) {gotoAndPlay(21);

}
on (press) {
getURL (unescape("%23")+"myanchornamehere");
}
 
window.

Seems older versions of Safari is rather buggy in this regard, so alot of the advice on the Internet seems to center around upgrading to latest Flash/browser or positioning the browser before jumping to the anchor, i.e.

getUrl ("javascript:window.scrollTo(0,0)")

Set the first to x offset and second to y offset set to where your anchors live if the page is static. I'd wait for others to reply, this solution seems pretty pathetic if you ask me.

-jim
 
the update didnt work (safari) and i agree the solution seems pathetic....i would think this is basic problem......
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.