Skip to main content
Participating Frequently
August 24, 2009
Question

Made a form in Flex 3, can't get it to load in Flash.

  • August 24, 2009
  • 1 reply
  • 427 views

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");

Is there something different that I need to do to get the Flex swf to load into my page? Everything is set up in the same way, it just wont work with the Flex file. Any help would be appreciated.  🙂
Thanks.
Hugh
This topic has been closed for replies.

1 reply

Participating Frequently
August 31, 2009

Wow, a full week and no replies.  Am I doing something that is that far wrong?  :-)

Anyone?

Hugh