Note: The Movies.com Big Screen must accompany a Leaderboard (728x90 - see specs).
|
 |
Big Screen: 740x370 pixels
|
 |
May auto-play or be user-initiated. |
 |
Must include a "Mute" button on a solid background.
|
 |
File size cannot exceed 2MB. |
 |
Video must include "Play", "Pause", "Stop", and "Mute" buttons. |
 |
Video file must be loaded separate from Big Screen 740x370 Flash file, so that both files are separate. This will ensure the movie only loads on user-initiation. The following Actionscript should be called in from the Big Screen 740x370 Flash file:
on (release){
loadMovie("video_file.swf", "movie_loader");
getURL("javascript:bigscreen_ad_swf_DoFSCommand(\'timer\',\'clear\');"); // used to stop any auto-close
}
In the above example, "movie_loader" is the name of a blank movie symbol, positioned in the main Flash file where the movie file will load in (the blank movie symbol corresponds with the upper left cornder of the movie file).
|
 |
Tab: Flash only. Must be built on a transparent background. |
 |
Big Screen: Flash only. Must be built on a transparent background. No Gif/Animated Gif. Note: All animation should use Tween rather than Actionscript. This file will be pulled into another Flash file, and heavy Actionscript may cause conflicts.
|
 |
Allow seven business days for testing and review.
|
 |
Not Accepted - all ads must be locally served by Walt Disney Internet Group.
|
 |
Note: Movies.com Big Screen must accompany a Homepage Leaderboard (728x90) placement. |
 |
Auto-expand stays open for 8 seconds. |
 |
This ad is Flash into Flash; the ad will be pulled into a main Flash template. This should be considered when building any Flash units - references to _root may not function correctly. |
 |
Click through ActionScript for Big Screen and Tab should use:
on (release) {
if (_level0.clicktag.substr(0,5) == "http:") {
getURL(_level0.clicktag, "_blank");
}
}
For multiple click throughs and additional instructions please see General Flash Guidelines.
|