PDA

View Full Version : Targetting HTML frames in flash movies!


avelives
04-19-2002, 02:12 PM
Ok how can i get a Flash 5 menu system (which i made)
to open up pages in another html frame E.G leftframe and rightframe (assuming that menu is in leftframe and i want it to open documents in the rightframe?) I have tried using the basic get URL feature but i fear i require a more complex piece of code...
can anyone help me??

Jesse
04-21-2002, 12:51 AM
You just need to enter the frame name in the "window" section of the getURL command:
getURL("file.html","frameNameHere");
Note the frame name will be given in the frameset file which defines your frame page.