Judy1
June 27th, 2008, 06:03 PM
Hello,
I'm having a problem integrating an email marketing company's subscribe data (pasted below) with a Flash template (attached) that has a predefined subscribe form and I'm hoping someone might be able to help.
The predefined form has an OK button that is pressed upon subscribing so I assigned the following script to the OK button to test it on my harddrive but the test failed:
on(press){
getURL("file:///D:/test.txt",0,"post (file:///D:/test.txt",0,"post)");
}
One of the issues that I'm having is that the OK button blinks like crazy on mouseover and I'm wondering if that's part of the problem.
I have Flash 8 with ActionScript 2.0 and viewed the tutorial at this link but have not made any progress: http://www.flashkit.com/movies/Inter...6165/index.php (http://www.flashkit.com/movies/Inter...6165/index.php)
Here is the email marketing company data that I need to integrate into flash:
<form method="post" action="http://..." onsubmit="window.open( 'http://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;" >
Appreciate any feedback that you can offer!
Thanks so much!
I'm having a problem integrating an email marketing company's subscribe data (pasted below) with a Flash template (attached) that has a predefined subscribe form and I'm hoping someone might be able to help.
The predefined form has an OK button that is pressed upon subscribing so I assigned the following script to the OK button to test it on my harddrive but the test failed:
on(press){
getURL("file:///D:/test.txt",0,"post (file:///D:/test.txt",0,"post)");
}
One of the issues that I'm having is that the OK button blinks like crazy on mouseover and I'm wondering if that's part of the problem.
I have Flash 8 with ActionScript 2.0 and viewed the tutorial at this link but have not made any progress: http://www.flashkit.com/movies/Inter...6165/index.php (http://www.flashkit.com/movies/Inter...6165/index.php)
Here is the email marketing company data that I need to integrate into flash:
<form method="post" action="http://..." onsubmit="window.open( 'http://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;" >
Appreciate any feedback that you can offer!
Thanks so much!