electronicmonkey
Technical User
I have a flash movie with a submit button which leads to another flash booking form book.swf . I am working in asp environment. My actionscript for the submit button is as follows :
on (release){
submitAttendees();
}
Somehow my scripts work fine on design machine , but the submit button goes dead on the live server. Anyone know what could be responsible ?
on (release){
submitAttendees();
}
Somehow my scripts work fine on design machine , but the submit button goes dead on the live server. Anyone know what could be responsible ?