I have a script i purchased form flahsden, ive been modifying it all day, i consider my self light to medium AS user. IM struck trying to get buttons to work from external swf file that is loaded into main flash file. I need this sorted ASAP , i know its something simple but im totally at a lose. Willing to pay reasonable rate.
Do the externally loaded swfs use “_root” in their code? If so that is likely the problem as “_root” refers to a different level once a swf is loaded into another swf. It can be fixed by adding the line this._lockroot = true; on the main timeline of the externally loaded swf, to be executed before any reference to _root is made.
If you don’t have access to the fla of the external swfs then you can lock the root of the externally loaded swf from the main swf. e.g. if you are laoding the swf into a movieclip called “externalswf_mc” then use: externalswf_mc._lockroot = true;
If you still can’t get it working you can contact me through my profile, or my gmail account (same name).
Posted about 1 month ago


;
gotoAndStop(“off”









