 |
728x90, 160x600, or 300x250
|
 |
initial load 40K or less .swf; 40K or less Gif,JPG
|
 |
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.
|
 |
File size cannot exceed 2MB. |
 |
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.
|
 |
Gif, Animated Gif, JPG, Flash (see General Flash Guidelines). |
 |
Video file can either be a SWF or FLV
|
 |
Accepted: Yes, although video file can not loop.
|
 |
Allow five business days for testing and review.
|
 |
Not Accepted - all ads must be served locally by Walt Disney Internet Group.
|
 |
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.
|