You don't you put the code on your buttons. OR, you can use action script in the first frame to tell the file what to do with which buttons: You have to give your buttons instance names. For the example the instance name is "btnFirst"
Personally I like to keep the code on the MCs as it is easier to find and cleaner (or just the opposite, depending on what you wantCode:btnFirst.onRelease = function(){ getURL("barr.html", Iframe_ID); getURL("barr_descript.html", Iframe_ID2); })



)


Bookmarks