Made a form in Flex 3, can't get it to load in Flash.
Hi,
sorry, I really am a novice at this.
I am building a Flash site, and have some image galleries that run with a component. To load a gallery into the main page I have, for example, the following code: (this works just fine)
stop();
loadMovie ("../gallery_Engagements/content.swf","loader_engagements");
However, I made a contact form in Flex 3, and I am trying to load in exactly the same way, using this code:
stop();
loadMovie ("../contact/ContactForm.swf","loaderContact_mc");