What is a clicktag? Flash 8 and 9. Flash 4, 5, 6, and 7

Size: px
Start display at page:

Download "What is a clicktag? Flash 8 and 9. Flash 4, 5, 6, and 7"

Transcription

1 What is a clicktag? A click tracking method created by Adobe (formerly Macromedia) for rich media banners designed with Flash. It has evolved into an industry standard over the past several years and is today supported by every major ad server. Experienced Flash designers will find implementing the clicktag method to be fairly simple. In short, you need to insert a transparent button into the top-most layer of your Flash banner and assign it an onrelease action with some special ActionScript code that is designed to accept a click-tracking redirect as a parameter. Copy the ActionScript code below for the minimum version of Flash you intend to publish the SWF file for the banner. Which minimum version of Flash should you choose? You should first check with your ad server vendor as they may only support specific versions. If at all possible, we recommend that you choose Flash 8 or 9. According to surveys conducted by Adobe, 99.6% of users worldwide have the Flash 8 or 9 plugin (See Reference -- Sept. 2009). Do not make any modifications to the code! It requires absolutely no changes to function correctly. It should be copied and pasted into your banner exactly as it appears. Flash 8 and 9 This is ActionScript 2.0 code. Do not export your SWF file for Flash 10 or use ActionScript 3.0 at this time! The current generation of browsers have compatability problems with the new Flash security model, which prevents the clicktag from working properly when utilizing them. Also, you should be aware that Flash 8 and 9 treat the clicktag parameter name case sensitively. Make sure to change them if your ad server requires another variation such as clicktag or ClickTag and also verify that all occurrences of the parameter name are exactly them same. if (_root.clicktag.substr(0,5) == " { geturl(_root.clicktag, "_blank"); Flash 4, 5, 6, and 7 This is ActionScript 2.0 code. It is no longer recommended that you export your SWF file for these older versions of Flash. Should it be required for you to do so, however, it is important not to use _blank for the target frame to open a new browser window. Internet Explorer 7+ when used with the Flash 10 plugin will incorrectly block your clicktag as a popup due to backwards compatability problems with the new Flash security model, so you must use _top as is shown. if (clicktag.substr(0,5) == " { geturl(clicktag, "_top"); If that makes no sense to you, don't worry! We have created the following three part step-by-step tutorial to walk you through the entire process from start to finish. If you follow our instructions exactly, we guarantee that your banner will track clicks with any standards compliant ad server. Page 1 / 7

2 Part 1: Designing Your Banner Before you get started with designing your banner, follow these steps to make sure that the stage is set up correctly. 1. Click on Create New > Flash File (ActionScript 2.0) as shown in the screenshot below. 2. Click on the Size button as shown in the screenshot below. 3. Click on the Size button as shown in the screenshot below. 4. At this point, you are ready to proceed with designing your banner. When your banner design work is complete, Page 2 / 7

3 proceed to the next set of steps to implement the clicktag button. Part 2: Implementing the clicktag Now that the design work on your banner is complete, follow these steps to implement the clicktag button. 1. Right click on Layer 1 (or your topmost layer) and then click on Insert Layer as shown in the screenshot below. 2. Select the Rectangle Primitive Tool from the toolbar as shown in the screenshot below. 3. Using the Rectangle Primitive Tool, draw a rectangle of the same size on top of your banner in the New Layer that you just created. Then use the rectangle properties view to change both the Stroke Color and Fill Color to white and set their Opacity to 0%. Doing this will make your rectangle completely transparent as shown in the screenshot below. Page 3 / 7

4 4. Right click on your transparent rectangle and then click on Arrange > Bring to Front as shown in the screenshot below. 5. Right click on your transparent rectangle again and then click on Convert to Symbol... as shown in the screenshot below. 6. Enter clicktag_button for the name of the button as shown in the screenshot below. Page 4 / 7

5 7. Double click the button to switch the view to editing mode and follow the following steps: 1 Right click the Hit frame. In the menu, select Insert Keyframe to add a keyframe. 2 Click on the Up frame and hit the Delete key on the keyboard to clear the frame. 3 Convert the Over and Down frames to blank keyframes by right clicking on them and selecting Convert to Blank Keyframe from the menu. 4 When finished, return to the main Timeline. 8. Right click on your rectangle, which is now a button, again and then click on Actions as shown in the screenshot below. 9. Copy the ActionScript code below for the minimum version of Flash you intend to publish the SWF file for the banner. Which minimum version of Flash should you choose? You should first check with your ad server vendor as they may only support specific versions. If at all possible, we recommend that you choose Flash 8 or 9. According to surveys conducted by Adobe, 99.6% of users worldwide have the Flash 8 or 9 plugin Do not make any modifications to the code! It requires absolutely no changes to function correctly. It should be copied exactly as it appears. Flash 8 and 9 This is ActionScript 2.0 code. Do not export your SWF file for Flash 10 or use ActionScript 3.0 at this time! The current generation of browsers have compatability problems with the new Flash security model, which prevents the clicktag from working properly when utilizing them. Also, you should be aware that Flash 8 and 9 treat the clicktag parameter name case sensitively. Make sure to change them if your ad server requires another variation such as clicktag or ClickTag and also verify that all occurrences of the parameter name are exactly them same. if (_root.clicktag.substr(0,5) == " { geturl(_root.clicktag, "_blank"); Flash 4, 5, 6, and 7 This is ActionScript 2.0 code. It is no longer recommended that you export your SWF file for these older versions of Flash. Should it be required for you to do so, however, it is important not to use _blank for the target frame to open a new browser Page 5 / 7

6 window. Internet Explorer 7+ when used with the Flash 10 plugin will incorrectly block your clicktag as a popup due to backwards compatability problems with the new Flash security model, so you must use _top as is shown. if (clicktag.substr(0,5) == " { geturl(clicktag, "_top"); Close the dialog shown below after you have copy and pasted the ActionScript code from above into it. Part 3: Publishing the Banner 1. Click on the File menu and select Export > Export Movie... as shown in the screenshot below. 2. Make sure your publishing settings appear as shown in the screenshot below. In particular the minimum Version of the Flash player to require should match the one of the ActionScript code you chose to assign to the button. Most of the other settings can be changed at your discretion, but enabling compression is generally recommended. Page 6 / 7

7 At this point, you are ready to set up your published SWF file as a Flash banner in your ad server. Congratulations! Page 7 / 7

A Step-by-Step Guide to Setting Up clicktag Tracking in Flash Banner Ads

A Step-by-Step Guide to Setting Up clicktag Tracking in Flash Banner Ads A Step-by-Step Guide to Setting Up clicktag Tracking in Flash Banner Ads 1. What is a clicktag, anyways? A clicktag is really nothing more than a placeholder for a link. Flash advertising is great: it

More information

How to create a Flash banner advert in DrawPlus X2

How to create a Flash banner advert in DrawPlus X2 How to create a Flash banner advert in DrawPlus X2 Open DrawPlus X2 and choose Start New: Keyframe Animation Select WebPlus 10 Flash Banner and click on Open The work area should look like the screenshot.

More information

Flash MX 2004 Animation Lesson

Flash MX 2004 Animation Lesson Flash MX 2004 Animation Lesson By Tonia Malone Technology & Learning Services 14-102 Lesson Opening a document To open an existing document: 1. Select File > Open. 2. In the Open dialog box, navigate to

More information

Using WINK to create custom animated tutorials

Using WINK to create custom animated tutorials Using WINK to create custom animated tutorials A great way for students and teachers alike to learn how to use new software is to see it demonstrated and to reinforce the lesson by reviewing the demonstration.

More information

Flash MX Image Animation

Flash MX Image Animation Flash MX Image Animation Introduction (Preparing the Stage) Movie Property Definitions: Go to the Properties panel at the bottom of the window to choose the frame rate, width, height, and background color

More information

THINKDIGITAL. ZOO Ad specifications

THINKDIGITAL. ZOO Ad specifications THINKDIGITAL ZOO Ad specifications Last update: 30/08/2012 Contents ZOO: Advertising Opportunities... 3 Large Rectangle 300x250... 3 Leaderboard 728x90... 4 Skyscraper 120x600... 5 Newsletter 520x210...

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

Unit 21 - Creating a Button in Macromedia Flash

Unit 21 - Creating a Button in Macromedia Flash Unit 21 - Creating a Button in Macromedia Flash Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

Motion tween is nothing but tweening a Symbol's movement from one position to another.

Motion tween is nothing but tweening a Symbol's movement from one position to another. Multi lt3f Simple Animation using Adobe Flash CS5 Required : 1. Satisfy all the examples and exercises given.provide your own graphic files.2. Apply the appropriate animation for the facial expressions

More information

Overview of the Adobe Flash Professional CS6 workspace

Overview of the Adobe Flash Professional CS6 workspace Overview of the Adobe Flash Professional CS6 workspace In this guide, you learn how to do the following: Identify the elements of the Adobe Flash Professional CS6 workspace Customize the layout of the

More information

Flash Tutorial Part I

Flash Tutorial Part I Flash Tutorial Part I This tutorial is intended to give you a basic overview of how you can use Flash for web-based projects; it doesn t contain extensive step-by-step instructions and is therefore not

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

CURRICULUM MAP. Web Design I Mr. Gault

CURRICULUM MAP. Web Design I Mr. Gault CURRICULUM MAP Web Design I Mr. Gault MONTH August- September ESSENTIAL QUESTIONS What is HTML and how is it used in today s web design? How is Dreamweaver used to create web pages? HTML TOPIC Dreamweaver

More information

Comcast Banner Specs

Comcast Banner Specs Ad Product XFINITY.com Available Display Ad Units Dimensions Rich Media Max Initial File Size Maximum Duration 300 x 250 Banner 300 x 250 pixels 40 KB Max 728 x 90 Banner 728 x 90 pixels 40 KB Max 160

More information

Figure 3.5: Exporting SWF Files

Figure 3.5: Exporting SWF Files Li kewhatyou see? Buyt hebookat t hefocalbookst or e Fl ash + Af t eref f ect s Chr i sjackson ISBN 9780240810317 Flash Video (FLV) contains only rasterized images, not vector art. FLV files can be output

More information

Working With Animation: Introduction to Flash

Working With Animation: Introduction to Flash Working With Animation: Introduction to Flash With Adobe Flash, you can create artwork and animations that add motion and visual interest to your Web pages. Flash movies can be interactive users can click

More information

Flash Is Your Friend An introductory level guide for getting acquainted with Flash

Flash Is Your Friend An introductory level guide for getting acquainted with Flash Flash Is Your Friend An introductory level guide for getting acquainted with Flash by Tom Krupka A Brief History: Adobe Flash, which was previously called Macromedia Flash, is a set of multimedia technologies

More information

Creating a Flash.swf animation

Creating a Flash.swf animation GRC 119 Assignment 5 Creating a Flash.swf animation 1. How to get started in Flash 2. Creating layers and adding content 3. Tweening or animating between two keyframes 4. How to import multiple images

More information

www.ttgitalia.com Price list 2014 Home page News

www.ttgitalia.com Price list 2014 Home page News Home page News SKIN BANNER - 1920x1080 PIXEL Format Position Price list SKIN BANNER 1920x1080 pixel SUPER BANNER HEADER 728x90 pixel Home + Blog 1550 News 1550 Home + Blog 600 News 600 SLIM BANNER 910x27

More information

MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool

MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool 1 CEIT 323 Lab Worksheet 1 MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool Classic Motion Tween Classic tweens are an older way of

More information

SARS Anywhere Student Appointment and Scheduling System

SARS Anywhere Student Appointment and Scheduling System SARS Anywhere Student Appointment and Scheduling System Contents Accessing SARS Anywhere... 2 Password... 2 Supported Browsers and Devices... 3 Dashboard... 3 Quick Links... 4 User Preferences... 5 Master

More information

Advertising Specifications

Advertising Specifications AD UNIT SIZES & SPECS All ads are through Doubleclick for Publishers (DFP Premium). All units must include a 1x1 pixel border and all rich media units must be with the z-index set to 0. Polite creatives

More information

FAQ: troubleshooting Java for Saba Web Access

FAQ: troubleshooting Java for Saba Web Access FAQ: troubleshooting Java for Saba Web Access Published: 06/11/2013 Introduction 2 TOC 3 Contents What are the Java requirements for using Saba Meeting?...4 How do I check if I have a supported version

More information

Flash Objects. Dynamic Content 1

Flash Objects. Dynamic Content 1 Dynamic Content 1 The WebPlus Gallery tab provides a wide range of predesigned Flash banners that you can add to your site, and customize to suit your needs. In addition, it s very easy to add your own

More information

Adobe Creative Suite: Introduction for Web Design

Adobe Creative Suite: Introduction for Web Design coursemonster.com/uk Adobe Creative Suite: Introduction for Web Design View training dates» Overview Website design can be confusing to get started with. But with our Adobe Certified Instructor led class

More information

Creative Cloud for Web Design

Creative Cloud for Web Design Creative Cloud for Web Design Level: Duration: Time: Cost: Fast Track - Introduction 5 Days 9:30 AM - 4:30 PM 997 Overview Like the Dreamweaver Jumpstart course, the Creative Suite for Web Design course

More information

m ac romed ia Fl a s h Curriculum Guide

m ac romed ia Fl a s h Curriculum Guide m ac romed ia Fl a s h Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks

More information

ADVERTISING SPECS. Base File Weight

ADVERTISING SPECS. Base File Weight Standard ads Creative constructed in standard web-image formats, such as GIF, JPEG, PNG as well as single file flash (SWF) executions of any of the dimensions listed below are considered standard ads.

More information

Software Toolbox License Transfer Guide. TOP Server OPC Server

Software Toolbox License Transfer Guide. TOP Server OPC Server Page 1 of 15 Software Toolbox License Transfer Guide TOP Server OPC Server Table of Contents INTRODUCTION 2 STEP 1: PREPARE TARGET MACHINE 3 STEP 2: REMOVE FROM SOURCE MACHINE 8 STEP 3: TRANSFER TO TARGET

More information

How to create and personalize a PDF portfolio

How to create and personalize a PDF portfolio How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty

More information

Task Card #2 SMART Board: Notebook

Task Card #2 SMART Board: Notebook Task Card #2 SMART Board: Notebook Objectives: Participants will learn how to utilize the SMART Notebook. Table of Contents: Launching The SMART Notebook Page 1 Entering Text Page 1 Top Toolbar Page 2

More information

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools Recipes4Success You can use the drawing tools and path animation tools in Frames to create illustrated cartoons. In this Recipe, you will draw and animate a rocket ship. 2014. All Rights Reserved. This

More information

SMART Board Interactive Whiteboard Setup with USB Cable

SMART Board Interactive Whiteboard Setup with USB Cable SMART Board Interactive Whiteboard Setup with USB Cable The instructions below are for the SMART Board interactive whiteboard 500 series and apply to both desktop and laptop computers. Ready Light USB

More information

Open a PDF document using Adobe Reader, then click on the Tools menu on the upper left hand corner.

Open a PDF document using Adobe Reader, then click on the Tools menu on the upper left hand corner. This document illustrates how to digitally sign PDF documents using Acrobat Reader 11. The illustrations assume that the user already has a digital certificate. You will need the latest version of Adobe

More information

FLASH. Mac versus PC. Pixels versus Vectors Two kinds of images are in the digital world: bitmaps and vectors:

FLASH. Mac versus PC. Pixels versus Vectors Two kinds of images are in the digital world: bitmaps and vectors: FLASH Macromedia Flash is a multimedia graphics program especially for creating moving images for use on the Web. Flash has opened up a whole new world for digital animators. You can rotoscope with it,

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Adobe Captivate Tips for Success

Adobe Captivate Tips for Success Adobe Captivate Tips for Success Before you begin editing your Captivate project, make sure you create a back up copy of your.cp file in case you delete something you need later. 1 Before You Record Your

More information

The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department.

The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department. The Reprographics E-Copy Process The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department. FTP Site Submission For Print Job Files FTP Print Job Submissions

More information

TABLE OF CONTENTS SURUDESIGNER YEARBOOK TUTORIAL. IMPORTANT: How to search this Tutorial for the exact topic you need.

TABLE OF CONTENTS SURUDESIGNER YEARBOOK TUTORIAL. IMPORTANT: How to search this Tutorial for the exact topic you need. SURUDESIGNER YEARBOOK TUTORIAL TABLE OF CONTENTS INTRODUCTION Download, Layout, Getting Started... p. 1-5 COVER/FRONT PAGE Text, Text Editing, Adding Images, Background... p. 6-11 CLASS PAGE Layout, Photo

More information

on (release) { geturl (clicktag1, "_blank"); De tweede button action (enz..) on (release) { geturl (clicktag2, "_blank");

on (release) { geturl (clicktag1, _blank); De tweede button action (enz..) on (release) { geturl (clicktag2, _blank); Online advertising specifications 2015 General Requirements A working url should be provided. Landing pages must open in a new tab or window. Clicking on an ad must not initiate a download of any type

More information

ETHICS ONLINE TRAINING INFORMATION AND TIPS

ETHICS ONLINE TRAINING INFORMATION AND TIPS ETHICS ONLINE TRAINING INFORMATION AND TIPS TRAINING CERTIFICATE TIPS Before printing your training certificate you are asked to complete several fields. This information is very important to ensure that

More information

Step 6: Conversion to PDF

Step 6: Conversion to PDF Step 6: Conversion to PDF This PDF explains Step 6 of the step-by-step instructions that will help you correctly format your ETD to meet UCF formatting requirements. UCF requires students to submit ETDs

More information

Integration of Tracking Methods for Flash Banners

Integration of Tracking Methods for Flash Banners Integration of Tracking Methods for Flash Banners Version 01.02, 06.08.2004 1 Preliminary Remarks Copyright and confidentiality All information from the "Online-Help" as well as any chapter of the "ADTECH

More information

Technical Specifications Digital

Technical Specifications Digital Newsletter Mobile Technical Specifications Digital page 1-5 Mobile page 6 WebTV page 7 The campaign material must be delivered at least 2 working days before the campaign start date. Send campaign material

More information

Killer Tips for Creating Superb e-learning Using Adobe Captivate

Killer Tips for Creating Superb e-learning Using Adobe Captivate 103 Killer Tips for Creating Superb e-learning Using Adobe Captivate Joe Ganci, Dazzle Technologies Corp. www.elearningguild.com Dazzle Technologies Corp. 100 Carpenter Dr., Suite 100, Sterling VA 20164

More information

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it?

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it? SMART BOARD USER GUIDE FOR PC What is it? SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected on

More information

EDITORIAL CALENDAR JANUARY FEBRUARY MARCH SPACE CLOSE: 3/3/15 MATERIAL CLOSE: 3/9/15 SPACE CLOSE: 12/9/14 MATERIAL CLOSE: 12/15/14

EDITORIAL CALENDAR JANUARY FEBRUARY MARCH SPACE CLOSE: 3/3/15 MATERIAL CLOSE: 3/9/15 SPACE CLOSE: 12/9/14 MATERIAL CLOSE: 12/15/14 MEDIA KIT EDITORIAL CALENDAR JANUARY FEBRUARY MARCH APRIL SPACE CLOSE: 12/9/14 MATERIAL CLOSE: 12/15/14 SPACE CLOSE: 1/6/15 MATERIAL CLOSE: 1/12/15 SPACE CLOSE: 2/3/15 MATERIAL CLOSE: 2/9/15 SPACE CLOSE:

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT Tutorial Introduction to Windows Movie Maker 2.1 A Hands-on Workshop from the Academic Technology Center Distributed Learning Services, CIT Adapted with permission by Waynesburg College AAM Copyright 2005

More information

WebViewer User Guide. version 2.1.0. 2002-2015 PDFTron Systems, Inc. 1 of 13

WebViewer User Guide. version 2.1.0. 2002-2015 PDFTron Systems, Inc. 1 of 13 WebViewer User Guide version 2.1.0 2002-2015 PDFTron Systems, Inc. 1 of 13 Table of Contents Introduction Desktop HTML5 Toolbar Menu Toolbar Buttons Page Navigation Display Modes Tool Modes Annotation

More information

Technical Specifications for Advertising

Technical Specifications for Advertising Welcome to Crackle! We appreciate your inquiry to advertise with us. Please contact us to learn about advertising opportunities. James M Smith (James_Smith@spe.sony.com) Senior Vice President Digital Media

More information

Ad Unit Dimensions / Ad sizes Max File Size GIF / JPEG Max File Size HTML 5 / Flash 40 KB 40 KB 40 KB 40 KB 40KB 40KB 40KB. 50KB *Premium ad formats

Ad Unit Dimensions / Ad sizes Max File Size GIF / JPEG Max File Size HTML 5 / Flash 40 KB 40 KB 40 KB 40 KB 40KB 40KB 40KB. 50KB *Premium ad formats Ad Specifications Standard HTML 5 / GIF / JPEG & Flash Dimensions / Ad sizes Max File GIF / JPEG Max File HTML 5 / Flash Banner 468 x 60 Medium Rectangle Skyscraper 120 x 600 Wide Skyscraper 160 x 600

More information

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Release: 7.0 Revision Date: December 9, 2009 1:29 pm This section describes how to use the features in the Cisco Unified MeetingPlace

More information

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works EventCentre : Getting Started with the Universal Communications InterCall, in partnership with WebEx, provides EventCentre web conferencing services. Because EventCentre is powered by WebEx, this guide

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

MyMathLab/MyStatLab Student User Guide

MyMathLab/MyStatLab Student User Guide MyMathLab/MyStatLab Student User Guide Copyright Notice Copyright 2012 by Pearson Education. All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by

More information

Web Conferencing Demo and Tutorial

Web Conferencing Demo and Tutorial Web Conferencing Demo and Tutorial Overview Share presentations, documents, Web content & applications with individuals and groups around the world Adds a visual component to a conference call Enhances

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

MediaMind Pushdown Banner Creation Using the Workshop

MediaMind Pushdown Banner Creation Using the Workshop MediaMind Pushdown Banner Creation Using the Workshop Step 1 Open up the MediaMind Workshop (if you don t have this installed, you can download the files here.) This must be installed when creating ads

More information

COURSE OUTLINE REVISED SPRING 2008

COURSE OUTLINE REVISED SPRING 2008 COURSE OUTLINE REVISED SPRING 2008 DMA140 Course Number Interactive Web Animation Course Title 3 1 lecture/ 4 studio hours Credits Catalog description: Hours: lecture/laboratory/other (specify) Introduction

More information

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5 Image Upload... 2 Known Issues...3 Implementing the Block...4 Using Adobe SWC files...4 Configuring in Flash...5 Setting Up in the Sizmek MDX Platform...8 Image Upload The Image Upload Block enables advertisers

More information

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS digital ad specifications TABLE OF CONTENTS General Requirements... 2 Standard Display Sizes... 2 Unique Ad Formats...3-5 Billboard... 3 Interstitial... 3 Expanding Medium Rectangle... 3 Expanding Leaderboard...

More information

What is idvd? idvd is a software program used to create menus for DVD projects and to burn video to DVDs.

What is idvd? idvd is a software program used to create menus for DVD projects and to burn video to DVDs. RESEARCH AND INSTRUCTIONAL SUPPORT Revised: June 2007 What is idvd? idvd is a software program used to create menus for DVD projects and to burn video to DVDs. Starting a new idvd project You can open

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

More information

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6 Introduction to Smart Board Table of Contents Overview 2 Connection Basics 3 Using the Board (Basics) 4 The Floating Tools Toolbar 5-6 The Smartboard Smart Tool Buttons Collecting and Sharing Content with

More information

2. How to Use SMART Board as a Projector and Whiteboard

2. How to Use SMART Board as a Projector and Whiteboard Page 1 Smart Board Getting Started Smart Board is an interactive whiteboard developed by SMART Technologies that combines the capabilities of a data projector and a white board. Use the SMART Board to

More information

Service Desk Manager QUICK TIP: Service Desk Manager 12.6 Upgrade New Features and Known Issues

Service Desk Manager QUICK TIP: Service Desk Manager 12.6 Upgrade New Features and Known Issues Service Desk Manager QUICK TIP: Service Desk Manager 12.6 Upgrade New Features and Known Issues New Features: Firefox Functionality Analysts now have the ability to use the most up-to-date versions of

More information

user documentation version 1.0.8

user documentation version 1.0.8 user documentation version 1.0.8 Table of Contents Docsoft:TE Settings 3 Editing Metadata 4 Editing/Inserting Words 4 How to Insert a New Word 4 How to Edit an Existing Word 5 Editing/Inserting Utterances

More information

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 1 General Guidelines 2 Newsletters 3 Rich Media 5 Video 6 Mobile Specs 7 Flash 8 Custom Content/ Microsites 8 Skin Specifications ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 GENERAL GUIDELINES

More information

GRC 119 Assignment 6 Create a Flash Animation Banner Ad

GRC 119 Assignment 6 Create a Flash Animation Banner Ad GRC 119 Assignment 6 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

MathXL Getting Started Guide for Students

MathXL Getting Started Guide for Students MathXL Getting Started Guide for Students Copyright Notice Copyright 2013 by Pearson Education. All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or

More information

Lynda.com > InDesign CS5 Tutorials Interactive Documents & Presentations

Lynda.com > InDesign CS5 Tutorials Interactive Documents & Presentations Creating Interactive Documents with PDFs and SWFs Adapted from Chris Converse, http://www.codifydesign.com/ Laurie Burruss laurie@lynda.com Pasadena City College Dec 9 3 pm Lynda.com > InDesign CS5 Tutorials

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE

HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE This document describes the steps required to create an HTML5 Jeopardy- style game using an Adobe Captivate 7 template. The document is split into

More information

Reviewer s Guide. Morpheus Photo Animation Suite. Screenshots. Tutorial. Included in the Reviewer s Guide:

Reviewer s Guide. Morpheus Photo Animation Suite. Screenshots. Tutorial. Included in the Reviewer s Guide: Morpheus Photo Animation Suite Reviewer s Guide The all-in-one animation suite includes Morpheus Photo Morpher, Morpheus Photo Warper, Morpheus Photo Mixer, as well as all 15 sample morphs, warps, and

More information

TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS

TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS Contents 1. Formats, Sizes and Weights of Standard Advertising Products... 3 2. General Requirements for Advertisements... 3 2.1. GIF,

More information

Hangout Network 901 S. Main St, Lakeport CA 95453 (866) 611-1099

Hangout Network 901 S. Main St, Lakeport CA 95453 (866) 611-1099 Network 901 S. Main St, Lakeport CA 95453 (866) 611-1099 Re: Network Media Kit Thank you for your interest in becoming a Network sponsor! This media kit has been prepared to help you understand the value

More information

GRC 119 Assignment 7 Create a Flash Animation Banner Ad

GRC 119 Assignment 7 Create a Flash Animation Banner Ad GRC 119 Assignment 7 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69 1997 1999 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks or registered trademarks of Macromedia,

More information

MetService Online Advertising Technical Specifications

MetService Online Advertising Technical Specifications MetService Online Advertising Technical Specifications Updated: 17 August 2012 FORMATS & DEADLINES Please note: If advertisements do not meet the specifications below, MetService may be unable to load

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

hello WELCOME TO PIQUE ONLINE Online opportunities Shifting Media Landscape Piquenewsmagazine.com highlights

hello WELCOME TO PIQUE ONLINE Online opportunities Shifting Media Landscape Piquenewsmagazine.com highlights online media kit hello WELCOME TO PIQUE ONLINE Online opportunities piquenewsmagazine.com is the ideal advertising medium for businesses wishing to reach the Pique s worldwide interactive audience. Relaunched

More information

NIS-Elements Viewer. User's Guide

NIS-Elements Viewer. User's Guide NIS-Elements Viewer User's Guide Publication date 10.09.2013 v. 4.20.00 Laboratory Imaging, s. r. o., Za Drahou 171/17, CZ - 102 00 Praha 10 No part of this publication may be reproduced or transmitted

More information

I. Create a New Project

I. Create a New Project Judith Herb College of Education imovie 09 Tutorial Students in the Judith Herb College of Education are required to complete video projects in many classes as well as their student teaching. These videos

More information

Technical Specifications

Technical Specifications Technical Specifications Material & Tags Submission - Materials have to be sent to banner@persgroep.nl. - We will send feedback within 24 hours after material reception. - All elements should work properly

More information

Introduction to Flash Animation

Introduction to Flash Animation Title Introduction to Flash Animation Type Consensus Document Map Authors Derek Bishoff, Christopher Shadwell Subject Business Course None Selected Grade(s) 10, 11, 12 Location Curriculum Writing History

More information

How to Build a Form in InDesign CS5

How to Build a Form in InDesign CS5 How to Build a Form in InDesign CS5 Subject Descriptors: InDesign CS5, Text Frame, Field, Form, Tabs, Leader, Radio, Buttons, New Layer, Export, PDF, Recognition, Highlight Application (Version): Adobe

More information

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT 20-25 Minutes This topic is for users of PlansXpress Total Toolkit Edition. To upgrade to PlansXpress Total Toolkit, call

More information

Tutorial for Basic Editing in Adobe Premiere Pro CS5

Tutorial for Basic Editing in Adobe Premiere Pro CS5 Tutorial for Basic Editing in Adobe Premiere Pro CS5 Interface Overview Highlighting Key Tools - Project Files This is where all the files you import into Premiere are located. This includes movie files,

More information

E-mail Encryption. How do I send my e-mail encryption key?

E-mail Encryption. How do I send my e-mail encryption key? E-mail Encryption SecurenCrypt e-mail encryption was designed to work as a plug-in with Microsoft Outlook. The following instructions are geared toward users encrypting e-mail with Outlook. However, throughout

More information

Designing and animating characters in Flash Part 1: Drawing tools and symbols Adobe Developer Connection

Designing and animating characters in Flash Part 1: Drawing tools and symbols Adobe Developer Connection Designing and animating characters in Flash Part 1: Drawing tools and symbols Chris Georgenes Adobe Certified Expert mudbubble.com (www.adobe.comhttp://www.mudbubble.com/) keyframer.com (www.adobe.comhttp://www.keyframer.com/)

More information

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts

More information

Dreamweaver CS6 Basics

Dreamweaver CS6 Basics Dreamweaver CS6 Basics Learn the basics of building an HTML document using Adobe Dreamweaver by creating a new page and inserting common HTML elements using the WYSIWYG interface. EdShare EdShare is a

More information

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE Learning Management System (LMS) Quick Tips Contents Process Overview... 2 Sign into the LMS... 3 Troubleshooting... 5 Required Software... 5 Mobile devices are not supported... 5 Using the Check System

More information

SMART Board User Guide for PC

SMART Board User Guide for PC SMART Board User Guide for PC What is it? The SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected

More information

Create a new file/canvas to work with by going to the file menu and selecting new.

Create a new file/canvas to work with by going to the file menu and selecting new. GIMP: Gif Animation Animating images to create a cartoon-like effect can be performed in GIMP. The GIMP program will only animate.gi f files, so the animation will appear more like a cartoon than like

More information

Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications

Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications Click on text to jump to that section Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications ecatalog Specifications

More information