The following illustration shows the non-linear version of the ad, the ad floating above the white area where the publisher content would be.

Size: px
Start display at page:

Download "The following illustration shows the non-linear version of the ad, the ad floating above the white area where the publisher content would be."

Transcription

1

2

3 The In-Stream LogoKit is an In-Stream linear and non-linear ad format that plays in VPAID-compliant video players. The ad displays icons in the bottom-right corner of the player which, when clicked, open up different sections, such as a video gallery, a photo gallery, a Facebook page, and a Twitter post. The linear version of the ad can play before, after, and during commercial breaks between publisher content. The non-linear version plays during publisher content playback, for example, floating above the video. VPAID is an IAB protocol that standardizes the communication between video players and In-Stream video advertising. You can use the standardized In-Stream LogoKit template to easily create your ad and make use of the same creative across multiple VPAID-compliant video players and publishers. When the commercial break begins, the video player loads a VPAID shell SWF. The shell is a wrapper that initiates the required VPAID API and loads the creative content that you build using this template. The VPAID shell SWF handles the countdown to resume the publisher s content. However, the countdown is cancelled if the user interacts with the ad, such as launching a clickthrough or pausing a video. The In-Stream LogoKit ad plays within a publisher video player. When the user interacts with the ad, it seizes full view of the publisher's video player window and contains a rollover/click area to expand the ad, a video player, and a close button. The following illustration shows the linear version of the ad, with a demo advertiser video: The following illustration shows the non-linear version of the ad, the ad floating above the white area where the publisher content would be.

4 In both versions of the ad, if the user clicks the icons, the ad transitions to the expanded view as illustrated below. This view contains a main content page, a photo gallery, a video gallery, and a Retract button to return the ad to the initial view. The illustrations below show an example video gallery and an example image gallery.

5 To view a demo of the linear version, click here. To view a demo of the non-linear version, click here. To download the template, click here. The following are known issues regarding the In-Stream LogoKit ad format: Linear and Non-Linear Format: FLA and SWF, ActionScript 3.0 and Flash Player 9 and above. All other specs vary by publisher. Video Optional. Specs vary by publisher.

6 Before You Begin Make sure you have the following resources available: The Sizmek Workshop or later. The In-Stream LogoKit installation MXP. Note: This format is compatible with ActionScript 3.0 and Flash Player 9 and later. Items LogoKit_vid_linear.fla LogoKit_vid_nonLinear.fla Description 640 x 336. FLA template for the linear creative. Contains a video player. 640 x 336. FLA template for the linear creative. stream_640x480_15s_300.flv Example video used by LogoKit_vid_linear.fla and LogoKit_vid_nonLinear.fla EyeblasterVideo.flv Example video used by LogoKit_vid_linear.fla and LogoKit_vid_nonLinear.fla greensock.swc LogoKit_linear.as LogoKit_nonLinear.as LogoKitAnimation.as AdEvent.as DynamicEvent.as Contains GreenSock tween classes Contains logic for expansion, retraction, and all events for the linear creative. Contains logic for expansion, retraction, and all events for the nonlinear creative. Contains logic for logo animation. Ad event class. Base class of AdEvent. To set up the In-Stream LogoKit in the Sizmek Workshop: 1. In your file browser, browse to and run LogoKit.mxp. 2. Follow the prompts to install the extension. 3. In the Sizmek Workshop for Flash, select New from template. 4. For AS Version, select ActionScript 3.

7 5. Expand the Sizmek Templates > Logokit folder, and select the template you want to use. 6. Click Create. 1. Open LogoKit_vid_linear.fla. 2. Familiarize yourself with the template. The main timeline contains the following states, represented by labeled keyframes: load: The shell that this creative is loaded into automatically stops this asset s playhead at frame 1. As is the case with all Sizmek templates, EBBase.Init() is called. However, unlike all other templates, a second argument is passed: EBBase.Init(this, true). This second argument, true, initiates the Advanced In-Stream mode of our formats, which enables developers to dispatch the following additional events:

8 startad: Dispatched when the EB object is available. displaycloseadbutton: Dispatched when the close ad button appears. When in Advanced In-Stream mode, these are the ad walkthroughs for the possible use cases: 1. When user does not interact with the ad: 1. The startad event is dispatched. 2. The countdown reaches zero. 3. The shell closes the ad. 2. When user interacts with the ad: 4. The startad event is dispatched. 5. The user interacts with the ad. 6. The countdown reaches zero. 7. The shell dispatches displaycloseadbutton on the EBBase object. 8. The button in the SWF hears the displaycloseadbutton event, and the button is made visible. 9. After finishing interaction with the ad, the user clicks X Close to close the ad. 10. EBBase.CloseAd() is called by the close button. This creative template listens for the startad event from the shell and, once heard, sends the playhead to the intro keyframe. intro: This state can include an introductory animation that leads up to the content state. l content: The playhead stops here, and the main ad experience plays. Place your main ad content here for the collapsed (unexpanded) view. expand: The expansion animation starts from this frame. When expandad()is called, AdEvent.EXPAND is dispatched, and the playhead goes to the expand frame. expanded: The playhead stops here, and the main expanded ad experience plays. The expansion animation ends on this frame, expandcomplete() is called, and AdEvent.EXPAND_COMPLETE is dispatched. mc_expandcontent: Contains all graphics and the Main, Photo Gallery, and Video Gallery sections. These three sections are on the labeled keyframes main, gallery, and video, respectively. There are also three buttons that send the playhead to these sections. mc_expandcontent: Contains all logic for switching between sections.

9 mc_videocontent: Contains the Video Gallery's logic. mc_gallerycontent: Contains the Photo Gallery's logic. mc_twittercontent: Contains the twitter's post logic. retract: Retract animations starts from here. When retractad() is called, the AdEvent.RETRACT event is dispatched and the playhead goes to the retract frame. 3. Edit the close button, if required. Double-click the button instance to enter its timeline for editing. By default, the button's visible property is false. The first frame of this movie clip includes a listener for the displayadclosebutton event. If this event is heard, the button's visibility is turned on and the logic for handling closing of the ad is turned on. When the close button is clicked, EBBase.CloseAd() is called. 4. Edit the animation movie clip, if required. Double-click the movie clip instance to enter its timeline for editing. The movie clip contains the code below with settings you can edit that change the appearance and behavior of the icons: /************************* useanimationsettings variable turn off the below setting. **************************/ useanimationsettings = true; /************************* * Animation Settings: ************************/ iconstartradius = 53; iconrestradius = 43; iconstartangle = 270; iconanglegap = -40; hideicononrolloff = false; useintroanimation = true; useanimationsettings: if true, the icons are arranged automatically through the various values in the code; if false, you must arrange all the icons manually. iconstartradius: The distance between the center of the big circle and an icon, as illustrated below. The mdiconstartradius custom variable overrides this value.

10 iconrestradius: The distance between the center of the big circle and an icon when the icon is resting (inactive), as illustrated below. The mdiconrestradius custom variable overrides this value. iconstartangle: The angle between the clockwise-most icon and the right-most edge of the big circle, going clockwise in degrees. The illustration below is for a value of 270. The mdiconstartangle custom variable overrides this value. iconanglegap: The space between two adjacent icons, going clockwise in degrees. The illustration below is for a value of -40. The mdiconanglegap custom variable overrides this value.

11 hideicononrolloff: If true, rolling off the logo section hides all the icons; if false, rolling off the logo section does not hide all the icons. The mdhideicononrolloff custom variable overrides this value. useintroanimation: If true, enables the intro animation; if false, does not enable the intro animation. The mduseintroanimation custom variable overrides this value. 5. The following code is also found in the ActionScript: mainhitarea = hitarea_btn; icons = [icon_1_mc, icon_2_mc, icon_3_mc, icon_4_mc, icon_5_mc]; iconshitarea = [hitarea1_btn, hitarea2_btn, hitarea3_btn, hitarea4_btn, hitarea5_btn ]; mainhitarea: The hit area used for roll off detection from the logo section. It is resized by the code using the value of iconstartradius and repositioned by the code so that the hit area's coordinates are (0,0) with the registration point at the center. icons: An array with references to the icons. To add or remove icons from the animation, add or remove the references to their movie clips within this array. Note: Every icon movie clip must contain a named instance of iconcontent_mc. The registration points of both the icon movie clip and the iconcontent_mc instance must be at their centers. iconshitarea: An array of the hit areas for each icon. The registration points of each hit area must be at their centers. Resize the hit areas manually according to the icon size or to your needs. 6. Edit the expand content, if required. Double-click the button instance to enter its timeline for editing. Video gallery Photo gallery Twitter post

12 7. Open LogoKit_vid_nonLinear.fla. 8. Familiarize yourself with the template. The main timeline contains the following states, represented by labeled keyframes: load: The shell that this creative is loaded into automatically stops this asset s playhead at frame 1. As is the case with all Sizmek templates, EBBase.Init() is called. However, unlike all other templates, a second argument is passed: EBBase.Init(this, true). This second argument, true, initiates the Advanced In-Stream mode of our formats, which enables developers to dispatch the following additional events: "startad": Dispatched when the EB object is available. This creative template listens for the startad event from the shell and, once heard, sends the playhead to the intro keyframe. intro: This state can include an introductory animation that leads up to the content state. l content: The playhead stops here, and the main ad experience plays. Place your main ad content here for the collapsed (unexpanded) view. expand: The expansion animation starts from this frame. When expandad()is called, AdEvent.EXPAND is dispatched, and the playhead goes to the expand frame. expanded: The playhead stops here, and the main expanded ad experience plays. The expansion animation ends on this frame, expandcomplete() is called, and AdEvent.EXPAND_COMPLETE is dispatched. mc_expandcontent: Contains all graphics and the Main, Photo Gallery, and Video Gallery sections. These three sections are on the labeled keyframes main, gallery, and video, respectively. There are also three buttons that send the playhead to these sections. mc_expandcontent: Contains all logic for switching between sections. mc_videocontent: Contains the Video Gallery's logic. mc_gallerycontent: Contains the Photo Gallery's logic. mc_twittercontent: Contains the twitter's post logic. retract: Retract animations starts from here. When retractad() is called, the AdEvent.RETRACT event is dispatched and playhead goes to retract frame.

13 9. Edit the animation movie clip, if required. Double-click the movie clip instance to enter its timeline for editing. The movie clip contains the code below with settings you can edit that change the appearance and behavior of the icons: /************************* useanimationsettings variable turn off the below setting. **************************/ useanimationsettings = true; /************************* * Animation Settings: ************************/ iconstartradius = 53; iconrestradius = 43; iconstartangle = 305; iconanglegap = -40; hideicononrolloff = false; useintroanimation = true; useanimationsettings: If true, the icons are arranged automatically through the various values in the code; if false, you must arrange all the icons manually. iconstartradius: The distance between the center of the big circle and an icon, as illustrated below. The mdiconstartradius custom variable overrides this value.

14 iconrestradius: The distance between the center of the big circle and an icon when the icon is resting (inactive), as illustrated below. The mdiconrestradius custom variable overrides this value. iconstartangle: The angle between the clockwise-most icon and the right-most edge of the big circle, going clockwise in degrees. The illustration below is for a value of 305. The mdiconstartangle custom variable overrides this value. iconanglegap: The space between two adjacent icons, going clockwise in degrees. The illustration below is for a value of -40. The mdiconanglegap custom variable overrides this value.

15 hideicononrolloff: If true, rolling off the logo section hides all the icons; if false, rolling off the logo section does not hide all the icons. The mdhideicononrolloff custom variable overrides this value. useintroanimation: If true, enables the intro animation; if false, does not enable the intro animation. The mduseintroanimation custom variable overrides this value. 10. The following code is also found in the ActionScript: mainhitarea = hitarea_btn; icons = [icon_1_mc, icon_2_mc, icon_3_mc, icon_4_mc, icon_5_mc]; iconshitarea = [hitarea1_btn, hitarea2_btn, hitarea3_btn, hitarea4_btn, hitarea5_btn ]; mainhitarea: The hit area used for roll off detection from the logo section. It is resized by the code using the value of iconstartradius and repositioned by the code so that the hit area's coordinates are (0,0) with the registration point at the center. icons: An array with references to the icons. To add or remove icons from the animation, add or remove the references to their movie clips within this array. Note: Every icon movie clip must contain a named instance of iconcontent_mc. The registration points of both the icon movieclip and the iconcontent_mc instance must be at their centers. iconshitarea: An array of the hit areas for each icon. The registration points of each hit area must be center at their centers. Resize the hit areas manually according to the icon size or your needs. 11. Edit the expand content, if required. Double-click the button instance to enter its timeline for editing. The mc_expandcontent movie clip included in this template includes logic to handle jumps to different sections of the expand panel. Video gallery Photo gallery Twitter post

16 expandad(expandid:string):void Expands the ad by enlarging the clipping area to reveal the entire stage. Parameters expandid:string Expansion ID. Pass Ad.ID_AUTO for auto expansions and Ad.ID_DEFAULT for user expansions. expandcomplete():void Customizable function that is called upon a completed expansion. retractad(bauto:boolean = false):void Retracts the ad, and then invokes the userretract action. Parameters bauto:boolean If true, the retraction is tracked as auto-initiated; false, tracked as user-initiated. retractcomplete():void Customizable function that is called upon a completed retraction. All events are dispatched off of EBBase. EBAudioStateEvent.AUDIOSTATE_CHANGE The EBAudioStateEvent.AUDIOSTATE_CHANGE event should be dispatched using the EBBase class. Example var ismuted:boolean = false; var volume:number = 0.6 var e:ebaudiostateevent = new EBAudioStateEvent(EBAudioStateEvent.AUDIOSTATE_CHANGE, ismuted, volume); EBBase.dispatchEvent(e);

17 These event subtypes are found in the useradeventhandler() function. Their switch statements may be edited to suit your needs. AdEvent.START Dispatched when the ad asset has fully loaded and the ad is ready to start. AdEvent.EXPAND Dispatched when the ad starts expanding. AdEvent.EXPAND_COMPLETE Dispatched when the ad has completed expand. AdEvent.RETRACT Dispatched when the ad starts retracting. AdEvent.RETRACT_COMPLETE Dispatched when the ad has completed expand. AdEvent.CLICK Dispatched when the user clicks through from the ad. AdEvent.PAUSE Dispatched when the player instructs the ad to pause. AdEvent.UNPAUSE Dispatched when the player instructs the ad to resume. AdEvent.ICON_CLICK Dispatched when clicking on the icon. The following properties are available: iconhitarea : MovieClip i con : MovieClip AdEvent.ICON_ROLL_OVER Dispatched when rolling over on the icon. The following properties are available:

18 iconhitarea : MovieClip i con : MovieClip AdEvent.ICON_ROLL_OUT Dispatched when rolling over on the icon. The following properties are available: iconhitarea : MovieClip i con : MovieClip AdEvent.CHANGE Dispatched when the expanded panel's section changes. The following properties are available: sectionname:string

19 Custom variables change the behavior of the ad without needing to modify the ActionScript code in the ad assets or create your own custom JavaScript code. You can edit them in the Sizmek Workshop panel in Flash. To edit the In-Stream LogoKit's custom variables: 1. From the Sizmek Workshop panel's menu bar, go to Settings > Advanced Features. 2. Expand the Variables section. 3. Edit the variables as necessary. Variable Name Type Description mdiconstartradius Number default = 53 The distance between the center of the big circle and an icon, as illustrated below. mdiconrestradius Number default = 43 The distance between the center of the big circle and an icon when the icon is resting (inactive), as illustrated below.

20 mdiconstartangle Number default = 270 The angle between the clockwise-most icon and the right-most edge of the big circle, going clockwise in degrees. The illustration below is for a value of 305. mdiconanglegap Number default = -40 The space between two adjacent icons, going clockwise in degrees. The illustration below is for a value of -40. mdhideicononrolloff Boolean mduseintroanimation Boolean If true, rolling off the logo section hides all the icons; if false, rolling off the logo section does not hide all the icons. If true, enables the intro animation; if false, does not enable the intro animation.

21 To set up an In-Stream LogoKit ad in the Sizmek MDX Platform: 12. Go to Manage > Ads. 13. Click New and select Create New Ad. 14. In the Ad Name field, enter a name. 15. For Ad Format, under the Other section in the drop-down list, select In-Stream Video. 16. From the VAST Template Format drop-down list, select Logo Kit. 17. Expand the Creative section, and then expand the Linear sub-section. 18. Click Add, and then browse to and select your SWF. 19. In the Support VPAID column of the table, select the checkbox. 20. In the Clickthrough URL column, enter a clickthrough URL. Note: The value entered in this field is used as the ad s default clickthrough even if there is already a value defined in the ad s main Clickthrough URL text field on the same page. If this field is left empty, the main clickthrough URL is the default clickthrough. 21. Click Save.

22

Review Questions FL Chapter 3: Working With Symbols and Interactivity

Review Questions FL Chapter 3: Working With Symbols and Interactivity Review Questions FL Chapter 3: Working With Symbols and Interactivity TRUE/FALSE 1. One way to decrease file size is to create reusable graphics, buttons, and movie clips. 2. Flash allows you to create

More information

Sizmek Formats. Custom Header. Build Guide

Sizmek Formats. Custom Header. Build Guide Sizmek Formats Custom Header Build Guide Table Of Contents Overview... 3 Supported Platforms... 3 Specifications... 3 Known Issues... 3 Ad Behavior Screenshots... 4 Ad Interaction Tracking... 6 Template

More information

IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit. Style Guide and Tech Specs

IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit. Style Guide and Tech Specs 1 IAB Digital Video Filmstrip Rising star - Style Guide and Tech Specs V9 for Public Comment IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit Style Guide and Tech Specs Created by In Partnership

More information

How to create an animated face

How to create an animated face Adobe Flash CS4 Activity 5.1 guide How to create an animated face This activity walks you step by step through the process of creating a simple animation by using Adobe Flash CS4. You use drawing tools

More information

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru.

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru. ART90.flash 14/10/03 3:27 pm Page 24 Tutorial WORLD FIRST In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru ILLUSTRATION BY

More information

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+)

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) Contents Introduction...3 Your first slideshow with SlideShowPro for Flash...4 Your first slideshow with SlideShowPro for Flash and SlideShowPro

More information

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers.

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers. Using Flash to Create Animated Environments Objectives: Understand the capabilities of Flash Gain a general overview of features and tools Understand layers, text, graphics, animation and buttons Import

More information

The Macromedia Flash Workspace

The Macromedia Flash Workspace Activity 5.1 Worksheet The Macromedia Flash Workspace Student Name: Date: Identify the Stage, workspace, Timeline, layers, panels, Tools panel, and Property inspector. The Macromedia Flash Workspace 5-35

More information

ThumbnailList Component

ThumbnailList Component ThumbnailList Component ThumbnailList Component Technical Documentation Thumbnail List is a navigation component that enables you to load a set of image files, swf files or symbols from library, fed from

More information

MIXPO GUIDE SERIES. Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA

MIXPO GUIDE SERIES. Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA MIXPO GUIDE SERIES Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA Welcome to Mixpo! The contents of this User Guide and appendices will help you effectively navigate the Mixpo platform

More information

AARP Creative Asset Specifications

AARP Creative Asset Specifications AARP Creative Asset Specifications Submissions are not considered complete without all creative assets, text, click-through URLs, and landing pages. If the landing page will not be live by the submission

More information

3 rd party Standard ads & rich media technical Specifications

3 rd party Standard ads & rich media technical Specifications 3 rd party Standard ads & rich media technical Specifications 2017 COALITION FOR BETTER ADS We fully support the initiative to improve users overall experience in the world of online advertising, including

More information

-Remember to always hit Command + S every time you make a change to your project going forward.

-Remember to always hit Command + S every time you make a change to your project going forward. -Open Animate -Under Create New - Select ActionScript 3.0 -Choose Classic as the Design type located in the upper right corner -Animate workspace shows a toolbar, timeline, stage, and window tabs -From

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Digital Media Ad Specs

Digital Media Ad Specs Italy Ad Specs 2013 GENERAL INFORMATION Creative delivery/contact information: stuart_williams@discovery.com Turn-around time Standard creatives: 2 business days Video & Rich Media: 4 business days A default

More information

HOW TO Build an HTML5 Pushdown Banner

HOW TO Build an HTML5 Pushdown Banner (/hc/en-us) Help Center Platform MDX 2.0 Contact Support (/hc/en-us/requests/new) SIZMEKSUPPORT Sizmek Help Center (/hc/en-us)» Ad Formats and Placement Types (/hc/en-us/categories/200106995--creative-building-ads-ad-formats-and-placement-types)»

More information

Digital Documentaries Premiere Elements 8

Digital Documentaries Premiere Elements 8 Premiere Elements 8 Creating a new project Select New Project In the Premiere welcome screen and go to File, New Project on the top menu. Type in a project name and select Browse to locate the Desktop

More information

User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media

User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media Leawo Prof. Media is an all-in-one total video converter solution. This total media converter suite could do various things for you: convert

More information

INDUSTRY SITES AD SPECIFICATIONS

INDUSTRY SITES AD SPECIFICATIONS INDUSTRY SITES AD SPECIFICATIONS TRUCKSALES / CONSTRUCTIONSALES / FARMMACHINERYSALES 1 HTML5 AD SPECIFICATIONS Hosting Options Rich Media HTML5 ads must be third party served via DoubleClick or Sizmek.

More information

11 EDITING VIDEO. Lesson overview

11 EDITING VIDEO. Lesson overview 11 EDITING VIDEO Lesson overview In this lesson, you ll learn how to do the following: Create a video timeline in Photoshop. Add media to a video group in the Timeline panel. Add motion to still images.

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

INSRUCTION SHEET. Flash Lab #1

INSRUCTION SHEET. Flash Lab #1 Advanced Web Page Design STANDARD 5 The student will use commercial animation software (for example: Flash, Alice, Anim8, Ulead) to create graphics/web page. Student Learning Objectives: Objective 1: Draw,

More information

PRODUCTION GUIDE. Adform Skin (836x x x x x754)

PRODUCTION GUIDE. Adform Skin (836x x x x x754) PRODUCTION GUIDE Adform Skin (836x754 + 942x754 + 1152x754 + 1264x754 + 1600x754) Production Guide 1 Table of Contents Skin (836x754 + 942x754 + 1152x754 + 1264x754 + 1600x754) 2 User Experience 2 Creative

More information

Flash Domain 4: Building Rich Media Elements Using Flash CS5

Flash Domain 4: Building Rich Media Elements Using Flash CS5 Flash Domain 4: Building Rich Media Elements Using Flash CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Make rich media content development

More information

General Directions for Creating a Program with Flash

General Directions for Creating a Program with Flash General Directions for Creating a Program with Flash These directions are meant to serve as a starting point for a project in Flash. With them, you will create four screens or sections: 1) Title screen;

More information

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation Creating from a PowerPoint Create engaging demonstrations, simulations and evaluations with Adobe Captivate Preparation Set screen resolution to 1024 X 768 Launch Internet Explorer Turn off browser pop-up

More information

/ Ver.1.0. Production Regulations

/ Ver.1.0. Production Regulations Harper s BAZAAR ONLINE 2018.07-09 / Ver.1.0 Production Regulations 1 Rectangle Banner - HTML5 1/4 Overview The HTML5 Rich banner is a format available on the Sizmek platform for a polite banner.

More information

Adobe Flash CS4 Part 4: Interactivity

Adobe Flash CS4 Part 4: Interactivity CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 4: Interactivity Fall 2010, Version 1.0 Table of Contents Introduction... 2 Downloading the Data Files... 2

More information

Flash Domain 2: Identifying Rich Media Design Elements

Flash Domain 2: Identifying Rich Media Design Elements Flash Domain 2: Identifying Rich Media Design Elements Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify general and Flash-specific

More information

FLASH ANIMATION TUTORIAL

FLASH ANIMATION TUTORIAL FLASH ANIMATION TUTORIAL This tutorial will show you how to make a simple flash animation using basic graphic elements and sounds. It will also work as the display page for your Bullet Movie soundtrack

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Rich Media Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet

More information

master ad specifications.

master ad specifications. master ad specifications. Ad Specifications for Display Y2 Ad Served. SUPPORTED AD FORMATS Standard display: SWF, GIF, JPEG, PNG SUPPORTED AD UNIT SIZES 120x90, 125x125, 234x60, 350x60, 120x120, 160x600,

More information

Documentation for Flash Project

Documentation for Flash Project Documentation for Flash Project JOU 4341 and MMC 4946 / Fall 2005 You will build at least six Flash pages, or screens, to create an online story with photos, text and audio. The story will have a cover

More information

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video Class: Name: Class Number: Date: Computer Animation Basis A. What is Animation? Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video production,

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

Advertising Standards and Creative Specifications

Advertising Standards and Creative Specifications The Loop Advertising Standards and Creative Specifications Advertising Standards and Creative Specifications The Loop reserves the right to refuse any advertising/advertisers, make exceptions to this policy

More information

Ad Specifications CONTENTS

Ad Specifications CONTENTS CONTENTS Key Specifications 2 Available Placements and Approved Third Party Ad Servers 3 Rich Media 4 Polite Download / In-Unit Video 4 Expandable 4 Floating to Ad Unit 5 Homepage 6 Infopane 6 Textlinks

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE

Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE Production Guide 1 Table of Contents Nousukas (1600x40 > 1600x400) 2 User Experience 2 Initial Stage 2 Expanded Stage 2 Creative assets 2 Specs 2 Audio

More information

Adobe Flash CS4 Part 2: Working with Symbols

Adobe Flash CS4 Part 2: Working with Symbols CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 2: Working with Symbols Fall 2010, Version 1.0 Table of Contents Introduction...2 Downloading the Data Files...2

More information

CHAPTER 1. Interface Overview 3 CHAPTER 2. Menus 17 CHAPTER 3. Toolbars and Tools 33 CHAPTER 4. Timelines and Screens 61 CHAPTER 5.

CHAPTER 1. Interface Overview 3 CHAPTER 2. Menus 17 CHAPTER 3. Toolbars and Tools 33 CHAPTER 4. Timelines and Screens 61 CHAPTER 5. FLASH WORKSPACE CHAPTER 1 Interface Overview 3 CHAPTER 2 Menus 17 CHAPTER 3 Toolbars and Tools 33 CHAPTER 4 Timelines and Screens 61 CHAPTER 5 Panels 69 CHAPTER 6 Preferences and Printing 93 COPYRIGHTED

More information

Ecamm Live for Facebook User Guide

Ecamm Live for Facebook User Guide Ecamm Live for Facebook User Guide Ecamm Live is a Facebook Live streaming app for Mac. Use the app to broadcast camera video, pre-recorded video, Skype video calls, or your Mac s screen, along with an

More information

How to View a Video CHAPTER

How to View a Video CHAPTER CHAPTER 4 This chapter discusses how to view a video and to use the player controls in the Video Portal. Related video content is also discussed. Follow any of the three methods below to start viewing

More information

To add actions to a button:

To add actions to a button: To add actions to a button: 1. Place your button on the stage and select it. 2. Choose Window Development Panels Actions. 2 Flash opens the Actions window, pictured below. Please note that to apply an

More information

Creative specifications

Creative specifications Creative specifications For all advertising across the APN Digital Network, please refer to the detailed creative specifications located below. If you have any questions relating to the creative specifications,

More information

Display Ad Unit Specs. Ad Type Dimensions Format File Size Animation Serving Options Additional Guidelines Leaderboard 728 x 90 GIF JPEG Static

Display Ad Unit Specs. Ad Type Dimensions Format File Size Animation Serving Options Additional Guidelines Leaderboard 728 x 90 GIF JPEG Static General Guidelines RealClearPolitics accepts HTML5 and rich media advertising. All sound in ads must be click initiated. Default audio must be muted. All ads must be clearly distinguishable from normal

More information

MOVIE MAKER BUILDING AN ONLINE APPLICATION. by Jason Krogh with original audio and design by Brian Ziffer and James Lloyd of

MOVIE MAKER BUILDING AN ONLINE APPLICATION. by Jason Krogh with original audio and design by Brian Ziffer and James Lloyd of BUILDING AN ONLINE APPLICATION Recently a new breed of developers has taken on the challenge of creating applications that enable users to create their own content. In this chapter, you ll build one 11

More information

Convert VHS to Digital or DVD using Roxio Video Capture

Convert VHS to Digital or DVD using Roxio Video Capture Convert VHS to Digital or DVD using Roxio Video Capture 1. Plug in USB to VHS Convert. in the patch panel. 2. On the computer, click the Roxio Video Capture icon This window will appear: 3. Press the Power

More information

Learning Flash CS4 Professional

Learning Flash CS4 Professional Learning Flash CS4 Professional Rich Shupe HOCHSCHULE UECHTENSTEIN Bibliothek O'REILLY* Beijing Cambridge Farnham Koln Sebastopol -Taipei -Tokyo CONTENTS Foreword ". xv Preface xvii Chapter 1. Interface

More information

HO-FL1: INTRODUCTION TO FLASH

HO-FL1: INTRODUCTION TO FLASH HO-FL1: INTRODUCTION TO FLASH Introduction Flash is software authoring package for creating scalable, interactive animations (or movies) for inclusion in web pages. It can be used to create animated graphics,

More information

Adobe Flash Professional CS5.5

Adobe Flash Professional CS5.5 Adobe Flash Professional CS5.5 Creating Image thumbnail Niranjan Khadka Center for Teaching and Learning Adobe Flash Professional CS5.5 The Interface TOOL PANEL It appears on either side of screen and

More information

Appendix A ACE exam objectives map

Appendix A ACE exam objectives map A 1 Appendix A ACE exam objectives map This appendix provides the following : A ACE exam objectives for Flash CS6 with references to corresponding coverage in ILT Series courseware. A 2 Flash CS6 ACE Edition

More information

Introduction to Kaltura

Introduction to Kaltura Introduction to Kaltura The Kaltura media content management system allows users to record, stream, and manage multimedia files. This industry-leading enterprise system offers many robust tools. This guide

More information

Revision 1.2 November 2016 MT CANVUS USER MANUAL

Revision 1.2 November 2016 MT CANVUS USER MANUAL Revision 1.2 November 2016 MT CANVUS 1.2.2 USER MANUAL MT CANVUS 1.2.2 USER MANUAL 2 Copyright 2016 MultiTaction. All rights reserved. This manual is intended for the owners and operators of MT Canvus.

More information

AD SPECIFICATIONS. Standard Banners. Site Served. Creative. Animation DAA Ad Marker * Raw Assets Delivery. Availability. Metrics

AD SPECIFICATIONS. Standard Banners. Site Served. Creative. Animation DAA Ad Marker * Raw Assets Delivery. Availability. Metrics Standard Banners A standard banner ad is an ad unit that can be a static or animated image. The ad unit can link to a wide variety of actions, including a mobile site, app store, video, etc. Creative Design

More information

CREATIVE SPECIFICATIONS

CREATIVE SPECIFICATIONS CREATIVE SPECIFICATIONS Table of Contents Important Information...2 Definitions used in this Document...2 Video Testing Tools...2 Desktop Display Creatives...3 Expandable...4 In-Banner Video...5 Billboard...6

More information

Introduction to Multimedia. Adobe Animate CC. Lab Manual

Introduction to Multimedia. Adobe Animate CC. Lab Manual Introduction to Multimedia Adobe Animate CC Lab Manual 2017-18 Semester 1 Table of Contents A. Introduction p. 1 About Animate Understanding the Workspace of Animate B. Getting Started with Animate....

More information

ANIMATOR TIMELINE EDITOR FOR UNITY

ANIMATOR TIMELINE EDITOR FOR UNITY ANIMATOR Thanks for purchasing! This document contains a how-to guide and general information to help you get the most out of this product. Look here first for answers and to get started. What s New? v1.53

More information

Premiere Pro CC 2018 Essential Skills

Premiere Pro CC 2018 Essential Skills Premiere Pro CC 2018 Essential Skills Adobe Premiere Pro Creative Cloud 2018 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 KSU Division

More information

2019 Directory Enhancements & Specifications

2019 Directory Enhancements & Specifications PACKAGES Submit artwork and materials to http://directories.bnpmedia.com (Select Industria Alimenticia Directorio Industrial) or send to Kristin Green at greenk@bnpmedia.com 2019 Directory Enhancements

More information

Save your project files in a folder called: 3_flash_tweens. Tweens in Flash :: Introduction

Save your project files in a folder called: 3_flash_tweens. Tweens in Flash :: Introduction INF1070: Hypermedia Tools 1 Assignment 3: Tween Animation in Flash Save your project files in a folder called: 3_flash_tweens Tweens in Flash :: Introduction Now that you ve learned to draw in Flash, it

More information

GETTING STARTED WITH. chapter

GETTING STARTED WITH. chapter 1-4283-1963-8_01_Rev4.qxd 6/27/07 1:39 PM Page 1 chapter 1 GETTING STARTED WITH ADOBE FLASH CS3 1. Understand the Adobe Flash CS3 workspace 2. Open a document and play a movie 3. Create and save a movie

More information

Media Commons Workshop: Final Cut Pro X

Media Commons Workshop: Final Cut Pro X Media Commons Workshop: Final Cut Pro X mediacommons@psu.edu mediacommons.psu.edu/instruction/workshops Description This is the Final Cut Pro Video Basics workshop. In this workshop we will cover how to

More information

Lesson 4: Add ActionScript to Your Movie

Lesson 4: Add ActionScript to Your Movie Page 1 of 7 CNET tech sites: Price comparisons Product reviews Tech news Downloads Site map Lesson 4: Add ActionScript to Your Movie Home Your Courses Your Profile Logout FAQ Contact Us About In this lesson,

More information

Macromedia Flash. ( Macromedia Flash) : - - Flash. Flash. 10. ( Frame ) . Motion Tween. . Flash

Macromedia Flash.   ( Macromedia Flash) : - - Flash. Flash. 10. ( Frame ) . Motion Tween. . Flash Macromedia Flash ( Macromedia Flash).... : 233 - Ram - 16 64 600 - - Flash. Flash... Flash... Flash player Flash.. Flash Flash. Flash. Tweening 10. ( Frame ). Flash (10 1 ). Motion Tween :. Flash. Flash

More information

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window.

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window. SM3117 Interactive Installation and Physical Computing Director Workshop I 26th January, 2005 Introducing Macromedia Director MX 2004 The Environment Key windows often used in Director MX 2004 : Stage,

More information

In this lesson you will learn how to:

In this lesson you will learn how to: LESSON 5: CREATING BUTTON STATES OBJECTIVES In this lesson you will learn how to: use FreeHand layers to create navigation buttons export layers from FreeHand to Flash create and edit symbols and instances

More information

Exploring the Flash MX 2004 Workspace

Exploring the Flash MX 2004 Workspace 1 Chapter Exploring the Flash MX 2004 Workspace COPYRIGHTED MATERIAL This first chapter is a warm-up to prepare you for your Flash MX 2004 adventure. It provides a quick introduction to Flash, and is a

More information

MULTIMEDIA WEB DESIGN

MULTIMEDIA WEB DESIGN CLASS :: 03 02.09 2018 3 Hours THE AGENDA HOMEWORK 2 REVIEW [ Upload to Comm Arts Server ] :: Upload GIF Face assets to Your PSD Folder [ Inside of Folder> Create Gif Face Folder ] GIF ANIMATION :: File

More information

PowerPoint 2003 Intermediate PowerPoint: Tips and Tricks

PowerPoint 2003 Intermediate PowerPoint: Tips and Tricks PowerPoint 2003 Intermediate PowerPoint: Tips and Tricks Table of Contents 1. Course Description 2. Recoloring Clip Art 3. Cropping Clip Art and Images 4. Ungrouping Clip Art 5. Using the Picture Toolbar

More information

170x60 Broker Button. 915x100 Expanding Quotes Button. Maximum File Size: Homepage All Section Fronts All Sub-section Fronts All Blog Pages

170x60 Broker Button. 915x100 Expanding Quotes Button. Maximum File Size: Homepage All Section Fronts All Sub-section Fronts All Blog Pages ADVERTISEMENT GUIDELINE: Ads shoul As o Ad Size/description: Ad Location: Dimensions: Maximum File Size: 170x60 Broker Button Homepage All Section Fronts All Sub-section Fronts All Blog Pages 170x40 +

More information

Creating a Multimedia Presentation

Creating a Multimedia Presentation LESSON 8 Creating a Multimedia Presentation 8.1 After completing this lesson, you will be able to: Insert sounds in a presentation. Insert movies in a presentation. Play sounds or movies in a slide show.

More information

Version 3.1 Content Administrator Guide

Version 3.1 Content Administrator Guide Version 3.1 Content Administrator Guide This document is a guide to assist Content Administrators as they upload, catalog, publish, and share videos using the Ensemble Video enterprise video publishing

More information

Adobe Flash CS4 Part 3: Animation

Adobe Flash CS4 Part 3: Animation CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 3: Animation Fall 2010, Version 1.0 Table of Contents Introduction...2 Downloading the Data Files...2 Understanding

More information

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage.

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage. FLASH FREQUENTLY ASKED QUESTIONS - What is the Library? The Library is an area in which you store all content used in a Flash movie. In Flash terminology, each piece of content stored in the Library is

More information

Developing Interactive Lectures with PowerPoint 2007

Developing Interactive Lectures with PowerPoint 2007 Intermediate PowerPoint Developing Interactive Lectures with PowerPoint 2007 [Type the document subtitle] 2 P age Table of Contents Customize Slide Theme and Background... 2 Apply Animated Effects... 3

More information

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications Lab 8: Animation with Video Timeline REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! LAB #8 - Exercise 1 Objectives: Upon completion of Exercise 1 you should be

More information

3Using and Writing. Functions. Understanding Functions 41. In this chapter, I ll explain what functions are and how to use them.

3Using and Writing. Functions. Understanding Functions 41. In this chapter, I ll explain what functions are and how to use them. 3Using and Writing Functions Understanding Functions 41 Using Methods 42 Writing Custom Functions 46 Understanding Modular Functions 49 Making a Function Modular 50 Making a Function Return a Value 59

More information

What is imovie? How can it help in the classroom? Presentation given by Erika Lee Garza

What is imovie? How can it help in the classroom? Presentation given by Erika Lee Garza What is imovie? How can it help in the classroom? Presentation given by Erika Lee Garza imovie Agenda Review questionnaire Introduction-Watch Video imovie app setup information How to create an imovie

More information

Modules Documentation ADMAN. Phaistos Networks

Modules Documentation ADMAN. Phaistos Networks Modules Documentation ADMAN Phaistos Networks Table of Contents TABLE OF CONTENTS... 2 KEYWORDS... 5 FLASH BANNERS... 6 Options... 6 Public methods... 6 Public events... 6 Example... 7 EXPANDING BANNERS...

More information

Curriculum/Certification Mapping in MyGraphicsLab

Curriculum/Certification Mapping in MyGraphicsLab Adobe Visual Communication Using FLASH CS5 Curriculum/Certification Mapping in MyGraphicsLab Objectives- 1.0 Setting Project Requirements 1.1 Identify the purpose, audience, and audience needs for rich

More information

1. Multimedia authoring is the process of creating a multimedia production:

1. Multimedia authoring is the process of creating a multimedia production: Chapter 8 1. Multimedia authoring is the process of creating a multimedia production: Creating/assembling/sequencing media elements Adding interactivity Testing (Alpha/Beta) Packaging Distributing to end

More information

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components:

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: HTML5 Creatives MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: Component HTML5 Asset Package: The zip file for the T1AS HTML5 creative.

More information

Getting Started with Macromedia Flash p. 1 Introducing the Development Environment p. 1 Tools Panel p. 2 Properties Panel p. 2 Timeline p.

Getting Started with Macromedia Flash p. 1 Introducing the Development Environment p. 1 Tools Panel p. 2 Properties Panel p. 2 Timeline p. Acknowledgments p. viii Introduction p. xxv Getting Started with Macromedia Flash p. 1 Introducing the Development Environment p. 1 Tools Panel p. 2 Properties Panel p. 2 Timeline p. 3 Keyframes and Animation

More information

GENERAL GUIDELINES 2018 DIGITAL SPECS IMPORTANT INFORMATION FUNCTIONALITY TIMELINES AND DELIVERY

GENERAL GUIDELINES 2018 DIGITAL SPECS IMPORTANT INFORMATION FUNCTIONALITY TIMELINES AND DELIVERY GENERAL GUIDELINES IMPORTANT INFORMATION HTML 5 banners are supported for all platforms All creatives are subject to final approval by Haymarket Media, Inc FUNCTIONALITY Sound: Sound must be off by default

More information

Sizmek Formats. The New MSN. Build Guide. October 2014

Sizmek Formats. The New MSN. Build Guide. October 2014 Formats The New MSN Build Guide October 2014 Table Of Contents Overview... 3 MSN Supported Platforms... 3 The New MSN Formats... 4 Sample Ads... 5 General Specifications... 5 Format Build Guides... 5 MSN

More information

imovie for ipad CREATING A PROJECT

imovie for ipad CREATING A PROJECT imovie for ipad CREATING A PROJECT After opening the imovie app select the plus sign located in the dark grey box under the projects tab. A window will pop up asking for whether you want to create a movie

More information

BBFlashBack Training for Library Staff

BBFlashBack Training for Library Staff BBFlashBack Training for Library Staff Learning outcomes: By the end of the course you will be able to: record a screencast insert/import text, images, audio & video edit text, audio & video files produce

More information

Creative Specifications for Online Ads

Creative Specifications for Online Ads Creative Specifications for Online Ads TABLE OF CONTENTS STANDARD ADS... 3 SLIDING BILLBOARD... 4 MOBILE ADS... 6 HIGH SCHOOL SPORTS MOBILE ADS... 6 MOBILE APP ADS... 6 WALLPAPER ADS... 7 EXPANDABLE ADS...

More information

CHAIRSIDE 2009 USER MANUAL

CHAIRSIDE 2009 USER MANUAL INSTALLATION TECHNICAL SUPPORT For technical assistance, please contact DHC Software at Local : (416) 429-7003 Toll free in North America 1-800-519-6569 Don t forget to check in with our website regularly

More information

AgWare ClickFORMS 7.0 Introductory Tutorial

AgWare ClickFORMS 7.0 Introductory Tutorial AgWare ClickFORMS 7.0 Introductory Tutorial MAIN WINDOW If you have used Office 2007, our new layout will look familiar. Here is a screenshot of the new and improved AgWare ClickFORMS window: The Forms

More information

Using Windows MovieMaker pt.1

Using Windows MovieMaker pt.1 Using Windows MovieMaker pt.1 Before you begin: Create and name (use your first name, or the title of your movie) a folder on the desktop of your PC. Inside of this folder, create another folder called

More information

Digital Ad Specs STANDARD DISPLAY ADS. Penton Ad Portal

Digital Ad Specs STANDARD DISPLAY ADS. Penton Ad Portal STANDARD DISPLAY ADS Rectangle Prominent placement. Tablet Smartphone display ad. 300x250 http://admarketing.penton.com DESKTOP 300x250 (or 300x600 in the right rail only) Acceptable formats: GIF, PNG,

More information

Podcasting With GarageBand 09

Podcasting With GarageBand 09 Podcasting With GarageBand 09 Starting a GarageBand Podcast Project Types of Podcasts You can create several different types of podcasts in GarageBand: Audio podcasts include audio with narration, dialogue,

More information

Flash offers a way to simplify your work, using symbols. A symbol can be

Flash offers a way to simplify your work, using symbols. A symbol can be Chapter 7 Heavy Symbolism In This Chapter Exploring types of symbols Making symbols Creating instances Flash offers a way to simplify your work, using symbols. A symbol can be any object or combination

More information

Want to know how it works? Read the extensive documentation and complete ActionScript 2 object reference.

Want to know how it works? Read the extensive documentation and complete ActionScript 2 object reference. About 3D ImageFlow Gallery Dazzle your viewers with 3D photo navigation. Create an amazing gallery with cool perspective effects in seconds and give your photos stunning 3d and camera effects. The component

More information

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects Impress Guide Chapter 7 Inserting Spreadsheets, Charts, and Other Objects OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Shape Tweening. Shape tweening requirements:

Shape Tweening. Shape tweening requirements: Shape Tweening Shape Tweening Shape tweening requirements: Vector-based objects No grouped objects No bitmaps No symbols No type, type must be broken apart into a shape Keyframes concept from traditional

More information

CREATIVE. ANIMATION 15 seconds max regardless of number of loops. Must be delivered as an animated GIF. SITE SERVED STANDARD BANNERS

CREATIVE. ANIMATION 15 seconds max regardless of number of loops. Must be delivered as an animated GIF. SITE SERVED STANDARD BANNERS STANDARD BANNERS A standard banner ad is an ad unit that can be a static or animated image. The ad unit can link to a wide variety of actions, including a mobile site, app store, video, etc. CREATIVE DESIGN

More information

Online banner advertising specifications 2013

Online banner advertising specifications 2013 1 General Guidelines 2 Newsletters 3 Rich Media 5 Video 6 Mobile Specs 7 Flash 8 Custom Content/ Microsites 8 Skin Specifications Online banner advertising specifications 2013 general guidelines Important

More information