I have a big problem. I made a navigation bar using flash, with nice animated buttons and all. I used the getUrl, which i placed to the actionscript of my every button (which are movieclips), in this manner:
on (release) {
getURL("http://www.mysite.my", window="mainFrame");
}
I have the navigational bar loading in my topframe, and it should open frames in the mainFrame. And in FireFox this works marvelously. But when i try the same in IE6, the buttons have no effect. The animations do play, but nothing happens when they are being pushed.
Can anybody tell me how can i fix this?![]()






Bookmarks