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("[COLOR=#000000]file:///D:/test.txt[/COLOR][",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: [COLOR=#003366]http://www.flashkit.com/movies/Inter…6165/index.php[/COLOR]
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!