back to home
back to home


 
 

IN-HOUSE RICH MEDIA ADS: MOVIES.COM BIG SCREEN


Note: The Movies.com Big Screen must accompany a Leaderboard (728x90 - see specs).


    Dimensions:
View Example
Tab: 90x30 pixels
Big Screen: 740x370 pixels

    File Size:
Tab: 5K max
Big Screen: 50K max

    Audio:
Accepted: Yes.
May auto-play or be user-initiated.
Must include a "Mute" button on a solid background.

    Video:
Accepted: Yes.
Must be user-initiated.
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).

    Accepted File Types:
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.

    Looping:
Accepted: Yes, no limit.

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

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

    Alt Text:
30 characters max

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