|
Single URL Flash Ad Instructions:
|
1. Assign the ActionScript code below to the button action (the symbol must be a button and not a graphic or movie clip)
2. Ensure that the button is located in the topmost layer
on (Release) {
getURL(clickTAG, "_blank");
}
3. Publish the advertisement as Flash 7
4. Ensure that FPS (Frames per Second) are under 20
5. Submit the click URL for the advertisement via email and Nielsen Business Media ad production will implement
6. Please view the sample .FLA and .SWF Files
|
|
|
Multiple URL Flash Ad Instructions:
|
1. Assign the ActionScript code below to the button action (the symbol must be a button and not a graphic or movie clip)
2. Ensure that the button is located in the topmost layer
on (Release) {
fscommand("ADV_OTHER1");
}
3. Assign the following actionscript code to the second button action
on (Release) {
fscommand("ADV_OTHER2");
}
4. Publish the advertisement as Flash 7
5. Ensure that FPS (Frames per Second) are under 20
6. For any additional URLs, assign the code above and increment ADV_OTHER2 by 1. For example, if there was a third button, use ADV_OTHER3.
7. Submit the actual click URLs for the advertisement via email and Nielsen Business Media ad production will implement. Please note which URL is associated with which ADV_OTHER variable.
8. Please view the sample .FLA and .SWF Files
|