How can I incorporate a script from an email marketing site in Flash?

  • Thread starter Thread starter blank308
  • Start date Start date
B

blank308

Guest
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=158895&l=4246&f=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?
 
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
 
Back
Top