PDA

View Full Version : Javascript control of Flash movie in frames


crabcake
10-14-2002, 02:48 PM
Knowing how much we all hate frames ;-), I have a site that uses flash navigation in a frame to change the html and flash content in another frame. I now have to link back in the other direction, having a button in a content movie make a change in the navigation movie. Here's the struture:
framename:nav > nav.html > nav.swf
framename:content > content.html > content.swf

click on a button in content.swf and it causes the nav.swf to pick up a variable and move to a new frame. I'm not sure how to write the JavaScript that references the movie in the nav frame from the content frame. Does anyone have any ideas? Your help would be really appreciated.