back to home
back to home


 
 

IN-HOUSE RICH MEDIA ADS: IN-HOUSE VIDEO BANNER AD


    Dimensions:
728x90, 160x600, or 300x250

    File Size:
initial load 40K or less .swf; 40K or less Gif,JPG

    Audio:
Accepted: Yes.
Must be user-initiated, on click.
Must include a "Mute" button.
Note: Audio initiation must be its own action, if user ‘clicks to expand’ ad there must be a second control to initiate audio.

    Video:
Accepted: Yes
File size cannot exceed 2MB.
Must be user-initiated.
Video must include "Play", "Pause", "Stop", and "Mute" buttons.
Video file must be hosted by advertiser. See detailed specs on How to Load External Video into Flash.

    Accepted File Types:
Gif, Animated Gif, JPG, Flash (see General Flash Guidelines).
Video file can either be a SWF or FLV

    Looping:
Accepted: Yes, although video file can not loop.

    Lead Time:
Allow five business days for testing and review.

    Third Party Ad Serving Requirements:
Not Accepted - all ads must be served locally by Walt Disney Internet Group.

    Alt Text:
30 characters max

    Additional Details:
We recommend that the video be a SWF because it is easier to load in and requires far less ActionScript (which results in the main file being smaller in file size)
If a SWF file is used for the video, we recommend the following ActionScript (associated to a button, since this is user initiated) to load in the video:
                On(release){
                loadMovie(_level0.moviePath, “movieTarget”);
                }

                                -  _level0.moviePath refers to how WDIG will pass the movie filename into the main Flash file.
                -  “movieTarget” refers to the blank movie symbol within the main Flash file, where the external movie file will get loaded.
See detailed specs on How to Load External Video into Flash.