Roxie_
2009-03-29 17:41:07 UTC
Ok im wondering if this is possible and if so, how i can do this?
I have 2 files (index.fla and main.fla). My index file is my splash page where
5 buttons appear. I want to link those 5 buttons to frame labels withing the
Main.fla page.
I tried this but it doesnt work:
splash.home_btn.onRelease = function() {
getURL("http://www.mywebsite.com/main.html","sefl");
sections.gotoAndStop("home","self");
I have 2 files (index.fla and main.fla). My index file is my splash page where
5 buttons appear. I want to link those 5 buttons to frame labels withing the
Main.fla page.
I tried this but it doesnt work:
splash.home_btn.onRelease = function() {
getURL("http://www.mywebsite.com/main.html","sefl");
sections.gotoAndStop("home","self");