Forums
This topic is locked
Flash action script
Posted 06 Jul 2005 11:23:38
1
has voted
06 Jul 2005 11:23:38 grahame lambert posted:
I am making a tool bar for the website but I want the pages to load into a frame that I have created on the webpage so that there is a minimum amount of loading. But the pages keep loading into the main browser instead of the frame!!!Below is a copy of the code that im trying to use. Ignore the top part that’s where im loading up the sub menu for that button. _main is the name of the frame that I have created on my website. I did that by just using a simple <iframe> command
on (rollOver) {
gotoAndStop(20);
}
on (release) {
getURL("newshome.htm", _main);