I'm creating a simple flash banner that acts also as a menu bar and on each of the section buttons i have a line of code with the following:
the linkage all works and I know I've done this before, but for some stupid reason (most likely mine) it opens up the link in a new window (in safari at least). Which totally defeats the purpose of having a menubar.
There is also a regular html text version of the menu items at the bottom of the page with the target set at _self and they work fine - exactly as you would expect - opening up the link in the same window.
So what do I do to get the flash to open the page in the same window without spawning a new one every time?
Thanks,
D
Code:
getURL("index.html",_self);
the linkage all works and I know I've done this before, but for some stupid reason (most likely mine) it opens up the link in a new window (in safari at least). Which totally defeats the purpose of having a menubar.
There is also a regular html text version of the menu items at the bottom of the page with the target set at _self and they work fine - exactly as you would expect - opening up the link in the same window.
So what do I do to get the flash to open the page in the same window without spawning a new one every time?
Thanks,
D