Link to home
Start Free TrialLog in
Avatar of Laurian
Laurian

asked on

Flash 4-How do I make the buttons a navbar?

I have Flash 4. I have created a button bar, which I plan to use as a navigation bar in my web site. How do I make it so when I press a button, the website shows up in the second frame, not a new window or the navigation bar window.
What command do I use when I edit each button?
Avatar of tecbuilder
tecbuilder

I am not familiar with Flash 4, however I would assume that you should be able to set the TARGET property to the frame name.  For example for an anchor tag:

<A HREF="MyURL.html" TARGET="mainframe">Click Me</A>

If Flash 4 is not using anchor tags then it must be using an image map which also has a TARGET property.

tecbuilder
Avatar of Laurian

ASKER

Thanks a lot.

I got the hang of it. I just didn't know which command I could use. It was Target.

Put that comment into a question and I'll give you the points.
ASKER CERTIFIED SOLUTION
Avatar of tecbuilder
tecbuilder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Laurian

ASKER

Thaks a lot!