CAN A MOD MOVE THIS TO THE MX 2004 BOARD! I POSTED IN THE WRONG SECTION
hi all…
ive got a little problem and i cant figure out how to fix it.hope you guys can help…
i have a flash splash page with fancy doo-daa on it and 4 links…
i want these links to go to THE SAME PAGE, eg. index2, but load the content related to the button pressed.
i have a frameset with a header… main content and a right coloumn under it. the right coloumn has a flash nav, with 4 buttons that link to the main content frame.
as i said above, i dont know how to get the new index2 page to load the approprite content.
btw. for my buttons i have an mc underneath a hit area with the following code ( code is on the hit area):
on(rollOver){
news_mc.gotoAndPlay(“go”);
}
on(rollOut, dragOut){
news_mc.gotoAndPlay(“out”);
}
on(press, release){
getURL(“news.html”, “_self”)
}
this is off the main splash page and you can see it goes to a news page, but i want it to go to a new index and load the news.html in it…
thanks for any help :goatee: