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");
}
(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");
}