^ Ahhh ok. maybe that's because the media box was considered as a frame by flashbuttons. hmm im not really sure of what to do about that, but just try this method:
-> create a new flashbuttons navi again, choose from those buttons and click to select it.
-> enter your data on the 'Text to put on your buttons' textarea.
-> enter your data on the 'Links to assign to your buttons' textarea.
-> the third textarea is the 'Target Frame Name ( OPTIONAL )' textarea. now type [b]_blank[/b] on everyline for each link.
for example:
in the 'Text to put on your buttons' area you typed:
Button Text 1
Button Text 2
Button Text 3
in the 'Links to assign to your buttons':
example1.html
http://www.example2.com
mailto:yourmail@example3.com
now in the 'Target Frame Name':
_blank
_blank
_blank
*note that there are three [i]_blank[/i] frame tags since there are three links on your flashbuttons.
doing this will make your flashbuttons to open the links on a new window once you click the links. there are actually other frame tags:
[b]_blank[/b] Always load this link into a new, unnamed window.
[b]_self[/b] Always load this link over the document that originated the link.
[b]_parent[/b] Always load this link over the parent frame. (becomes self if the frame has no parent, or is the parent frame).
[b]_top[/b] Always load this link at the top level. (becomes self if the frame is the top frame).
i prefer the [i]_blank[/i] tag than the others