I have a simple script from an email marketing site that’s used to capture email addresses, the script looks like the following:
style type=text/css
#SignUp .signupframe {
border: 1px solid #000000;
background: #ffffff;
color: #226699;
font-family: Arial, Helvetica, sans-serif;
}
/style
script type=text/javascript src=http://app.icontact.com/icp/loadsignup.php/form.js?c=158895l=4246f=0000/script
This script creates a form when written in an HTML file but I need to get it to work in Flash. Everything I read about PHP and Flash seem way more complicated than I imagine it should be. I am moderately familiar with Actionscript but a novice at PHP. Anyone know what my options are or know of any online tutorials?
simply email marketing
January 9th, 2009 at 12:58 am
You cannot incorporate that directly into Flash. You can, however, paste it anyplace inside the BODY tag of your HTML page that contains the Flash animation