Hi!
I followed this tutorial http://www.kirupa.com/developer/actionscript/flash_php_email.htm
to make a php e-mail form. I got it all working in a php supporting server. NOW i want to load this form from that server to my main swf file using this code -
for example:
myURL = “http://www.aaa.com/mail.swf”;
and later comes this
_root.holder.loadMovie(_root.myURL);
It works fine in when i go to my swf address but it wont work if i use this loading system. If possible i don’t want to change the loading system very much coz it works just fine in other issues.
Thank you and sorry if similar thread already existed.