| Ultrashock Forums
• AS2 - Flash + PHP problem. |
Member Blogs | ||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
3 Blog Entries
|
4 Weeks Ago
#2 |
||
|
|
4 Weeks Ago
#3 |
||
|
Hey Gregaz,thanks for your answer.I think I know why email gets undefined. Firstly,the contact form is part of an external swf.This external swf loads in the main file. This main file uses a code,that pre-loads multiple swfs,by attaching them off the stage and when you click the button for each swf,they appear using TweenLite. If I enter the url of the external swf which contains the contact form,for example mysite.com/contact.swf then the contact form works.It sends the email correctly. But when the whole site loads,and you go to the contact section,it doesn't work. Hope that helps |
|
3 Blog Entries
|
4 Weeks Ago
#4 |
||
|
you got any _lockroot somewhere in there? how do you collect the vars you´re sending to your php-script? sounds like an scope issue... |
|
|
4 Weeks Ago
#5 |
||
|
Last edited by Zenor : 4 Weeks Ago at 08:35.
Okay,I changed every _root with _parent in the code. Works like a charm now,thanks. |
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|





4 comments
| 174 views


3 Blog Entries
Linear Mode
Im guessing there´s an issue with your post variables not matching your vars in your swf.
Post your code and I´ll take a look at it.