I have an html doc
with 2 flash files that are buttons
and 2 flash files that are contained in hidden divs.
I want to show/hide the content divs respectively with:
showDiv(contact-panel)
and
showDiv(info-panel)
but this needs to be done from within the flash buttons. why are they flash buttons? because they animate when the page loads and go into position. why isn’t the whole page simply in flash? its complicated, but its better this way.
So. I would really appreciate if someone could tell me how to code the MC buttons within flash so that the js functions are called correctly.
or another idea would be great too.