 |
Gif, Animated Gif, JPG, Flash (see General Flash Guidelines).
|
 |
Allow ten business days for testing and review
|
 |
All ads must be locally served by Disney Interactive Media Group, however may include third party click tag and 1x1
|
 |
In order for SWF ads to work correctly within the timeline the following must be implemented: |
| |
1. Make sure the compiled swf is a MovieClip – AS3 |
| |
2. Make sure the file contains ‘Security.allowDomain(“*”)’ so we don’t run into crossdomain issues, can be above the functions in REQ 3 |
| |
3. Make sure the first frame contains the following code, so we can stop and start the swf as needed
function begin():void {
this.gotoAndPlay(1);
}
fundtion end():void {
this.gotoAndStop(1);
}
A sample swf/fla are available here for reference |