Advertisement

02.22.2008 at 07:21AM PST, ID: 23184678
[x]
Attachment Details

Make a flash button in a header frame to open content in the mainframe of my html file

Asked by R2-D2 in Web Graphics Software, Web Development Software

I have a Flash menu on my website. I want to change my index.html file so that it uses frames. The flash menu will go into  the top frame. I want to change the button so that it opens the page in the bottom frame of the page.

The buttons code currently looking like this:

onClipEvent (load) {
      num =6;
}
on (rollOver) {
      if (_root.link<>num) {
            this.gotoAndPlay("s1");
      }
}
on (releaseOutside, rollOut) {
      if (_root.link<>num) {
            this.gotoAndPlay("s2");
      }
}
on (release) {
      if (_root.link<>num) {
            _parent["but"+_root.link].gotoAndPlay("s2");
            _root.link = num;
      }
      getURL("index-5.html");
}

What should I change so that the page loads in the bottom frame and not affect the top frame?

Thank you

Start Free Trial
[+][-]02.22.2008 at 06:30PM PST, ID: 20963317

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Web Graphics Software, Web Development Software
Sign Up Now!
Solution Provided By: RainStyle
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628