i’ve created a webpage which consist of a top frame which i placed my banner and navigation link so that it remains the same through out the time and a bottom frame so that it’ll display the content each time i click on a link. so now my question is how do i set the flash button on the top frame so that when i click on it it’ll display the content at the bottom frame? thanks in advance!!
getURL(“http://www.yourlink.com”, “_targetframe”)
Change “_targetframe” to the frame you are wanting to load into.
lets say the frame is called “bottomframe.htm” so i rename the _targetframe into _bottomframe.htm?
dop! finally i got it working now! here’s the code that i used…
on (release) {
getURL(“buyers.html”, “main”);
}
thanks a lot people! free cyber head&shoulders shampoo for everyone!