Can you help me in establishing this.
I have just established a menu based-image in flash in the main html page.
Also I do have a second page has details on each option of the menu of the main
page. I am trying to whenever I click on any option of the menu in the main
page; this should take me to the specific section in the second page describing
this option
Thanks a lot
MotionMaker - 24 Apr 2007 20:38 GMT
Probably need to look at getURL and include anchors.
flashdebuton - 25 Apr 2007 21:34 GMT
Man I went over the examples almost one by one, None of them was even close to
what I am looking for.
I do have two HTML forms the first one (the main page) has a menu constructed
from 4 images.
the second page contains amoung other things information on each image of the
main page.
Whenever I click on one of them images, I should autmatically go to the
section in the second page describing this image.
Thanks a lot
MotionMaker - 26 Apr 2007 15:31 GMT
The answer is how do you do this without Flash involved. Then you see if you
can duplicate that in Flash.
I suspect it is something like
http://www.yourdomain.com/theSecondPage.html#theSectionIWannaScrollto
But you could have something else like a Javascript on the second page that
changes content in a DIV tag.