Click to See Complete Forum and Search --> : rollover with frames


jonson4
11-26-2002, 02:38 PM
I need to make a onMouseOver event on a Flash button. The Flash Button and the Image I want to change when the mouse is over the button are on a seperate frames. HELP!!

Beach Bum
11-26-2002, 11:53 PM
so you want this

parent.target.document.image1.src = "image.jpg"

where target is the name of the frame (defined in the frameset) and image1 is the name of the image on that frame. this example will change the image source. use the same technique to change any other attribute you want (display, width, what ever).