Flash Banners Tutorial
Before uploading your flash banners, you need to make sure you have correctly published them (for iDevAffiliate) at the time of creation.  If you don't follow this procedure, your flash banners will not be clickable links and your affiliates won't be able to send you customers.
 
This tutorial assumes you have basic knowledge of MacroMedia Flash.
 
A typical hyperlink in flash looks like this:
 
 on (release)
   {
     getURL("http://www.easdesign.com");
   }
 
Do not use the above code.  The above code needs changed to look like the code below:
 
 on (release)
   {
     activelink = actionURL;
     getURL(activelink, "_blank");
   }
 
You need to do this for all the flash banners you want to use in iDevAffiliate.
 
For technical help with flash banner setup or design,
please contact one of our design partners.