Greetings to all,
I have ran into a jam with this email form.The paths are all messed up.
The main.swf uses _root to load content into blankMC.
The content.swf uses _root to let end-user see if email was sent or errored.
It works fine until they hit the send button, it freezes or goes to the first frame of the main.swf.
I receive the email, but I want the end user to see the result(s).
I have tried to replace _root (contact.swf) with: this., this.parent., _level10.
I don’t really understand the path options for loading an external swf.
this. works just fine for the other swfs, but not this one.
Is it something with the php that needs to reach the _root to send the data?
All your help would be much appreciated.
Thank you Sensei