I have a movie that loads multiple swf’s… Some of these have buttons inside of movie clips, they don’t work when the swf is loaded, is there a way i can fix this?
Howdy…
Check out the pathing in your loaded SWF files… For example… You shouldn’t use _root in those SWF file unless you are meaning the parent movie file… Use _level0 instead, for the starter…