getURL in iframe w/anchors
hello,
i trying scrolling pictures in flash file link webpage iframes , anchors.
page scroll box @ bottom:
http://www.ewebsites.ws/interwest/capital-improvement.htm
click on 2nd picture (lewis stein road) , should bring page b, towards bottom of page on picture called "lewis stein road", anchor #lewis_stein01.
page b: http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01
it brings page fine, not scroll down in iframe anchor. here script using:
on (release){
geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01","_parent ");
}
i've tried:
on (release){
geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm","i3#ewis_stein01");
}
any appreciated.
thanks in advance,
monae
i trying scrolling pictures in flash file link webpage iframes , anchors.
page scroll box @ bottom:
http://www.ewebsites.ws/interwest/capital-improvement.htm
click on 2nd picture (lewis stein road) , should bring page b, towards bottom of page on picture called "lewis stein road", anchor #lewis_stein01.
page b: http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01
it brings page fine, not scroll down in iframe anchor. here script using:
on (release){
geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01","_parent ");
}
i've tried:
on (release){
geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm","i3#ewis_stein01");
}
any appreciated.
thanks in advance,
monae
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment