hi billy,
thank you, my buttons and iframes are now working perfectly fine,
BUT i've ran into another problem:
-I have two iframes and one button menu (outside of the iframes)
-iframe #1 loads html pages with getURL (this is what is working fine)
-I WANT external .SWFs to load in the other iframe (#2) AT THE SAME TIME as the html pages, from one button.
My two iframes have differnt names and I am targeting them accordingly, but only the html iframe seems to be responding.
I'm assuming my script on the button is just wrong... I have something like:
ActionScript Code:
on(release){
loadMovie("movie.swf", "frame_two");
getURL("http://www.webpage.com", "frame_one");
}
What would be the proper script for this??
Is there an easier way? Is this even possible???
Please somebody help me out! Thanks!