Okay, so I have this microsite i’m building with flash. I have a main.swf that loads individual .swfs into a content_mc movieclip on the _root level. This content_mc clip is masked as well. I have an issue with one of the individual .swfs (contact.swf) that loads into the content_mc clip. There is a form on the “contact.swf” using radio button and checkbox components, and it seems to mess up my overall movie’s functionality and won’t let me load another page after I’ve loaded it into the main.swf. I know its the components because when I take the components out of the swf, it all works fine. Is there a known bug or something with radiobutton or checkbox components that can throw off loading external swf’s? :puzzled: