I have created a page that is supposed to load up several images through a movieclip at the press of several buttons that are on the main timeline.
These buttons are working fine while testing them both locally and by my remote testing server.
However, I have four buttons inside a mc that serve as a drop-down menu. At the release of the buttons, the main timeline is targeted.
For example, my four buttons are btnLogo, btnWeb, btnCD and btnPhotos. They are supposed to target the main timeline. I have four keyframes labeled "logoDesign", "webDesigns", "cdDesigns", and "photos". When button btnWeb is released, "webDesigns" is supposed to be targeted on the main timeline.
What's the problem? Well, this function works when I test it locally, so I know there is nothing wrong with the code. However, after uploading it to my testing server, it does not work. Even after refreshing my browser and clearing all the cache files. Basically, my onRelease function does not work while testing it remotely.
Has anyone ever had this problem before?? Any help with this would be appreciated.
These buttons are working fine while testing them both locally and by my remote testing server.
However, I have four buttons inside a mc that serve as a drop-down menu. At the release of the buttons, the main timeline is targeted.
For example, my four buttons are btnLogo, btnWeb, btnCD and btnPhotos. They are supposed to target the main timeline. I have four keyframes labeled "logoDesign", "webDesigns", "cdDesigns", and "photos". When button btnWeb is released, "webDesigns" is supposed to be targeted on the main timeline.
What's the problem? Well, this function works when I test it locally, so I know there is nothing wrong with the code. However, after uploading it to my testing server, it does not work. Even after refreshing my browser and clearing all the cache files. Basically, my onRelease function does not work while testing it remotely.
Has anyone ever had this problem before?? Any help with this would be appreciated.