back to home
back to home


 
 
 

IN-HOUSE RICH MEDIA ADS: Interstitial


    Dimensions:
500x400

    File Size:
275K or less Flash
275K or less Gif/JPG

    Audio:
Accepted: Yes

    Video:
Accepted: Yes

    Accepted File Types:
Gif, Animated Gif, JPG, Flash (see General Flash Guidelines).

    Looping:
Accepted: Yes, no limit

    Lead Time:
Allow ten business days for testing and review

    Third Party Ad Serving Requirements:
All ads must be locally served by Disney Interactive Media Group, however may include third party click tag and 1x1

    Alt Text:
30 characters max

    Additional Details:
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