PDA

View Full Version : loaded SWF's buttons inside of movie clips don't work



cybergold
February 9th, 2003, 07:30 PM
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?:smirk:

CyanBlue
February 9th, 2003, 08:50 PM
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...