My friend asked me this question and I didn't know the answer: I was wondering what action is assigned to the buttons in the flash menu in the left frame that loads the corresponding html page in the right frame?
I understand you can use the set options like _blank, _self, etc. Do you have to use the _framenameofchoice or do you just use framenameofchoice without the _.
Sorry if this is confusing, but it keeps opening up as though it is _blank. What am I doing wrong?
In case you need to still resolve the problem, i thought i may aswell help out.
In flash, do the following:
* Assign getURL action to button
* Type the absolute URL address, or local file name ie: new.html, in the 'URL' box.
* Type the name of the frame that right.html will load into, in the 'window' box
Note:
If for example, the right frame in which other .html's are to load into is called content, then you'd type content into the 'window' box.