CHAPTER 8 Multimedia Authoring Tools

Slides:



Advertisements
Similar presentations
3.01D Design Multimedia Presentations
Advertisements

Introduction to Macromedia Director 8.5 – Lingo
Multimedia Production
Understand the Macromedia Flash environment Open a document and play a movie Create and save a movie Work with layers and the timeline Plan a Web site.
MULTIMEDIA DEVELOPMENT 4.3 : AUTHORING TOOLS. At the end of the lesson, students should be able to: 1. Describe different types of authoring tools Learning.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Multimedia Authoring Tools Jon Ivins DMU. Essence of Multimedia… n Combination and integration of different media elements for presentation via a unified.
SCA Introduction to Multimedia
1 Introduction to Multimedia SMM Introduction to Multimedia Chapter 8.
Multimedia Authoring Tools Pertemuan 8 Matakuliah: T0732 / Sistem Multimedia Tahun: 2007.
Macromedia Flash MX 2004 – Design Professional Macromedia Flash MX GETTING STARTED WITH.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Introduction to Multimedia
3.2 Presentation Software End Show Creating slide shows including audio,video and digital images End Show.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
Specialized Application Software Chapter Specialized Applications Graphics Programs Audio and Video Software Multimedia Programs Web Authoring.
COM 205 Multimedia Applications
Multimedia Authoring Tools Lecture 13
Multimedia Authoring Tools Pertemuan 15&16 Matakuliah: O Computer / Multimedia Tahun: Feb
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 8: Multimedia Authoring Tools.
3.02D Design Multimedia Presentations 3.02 Demonstrate interactive multimedia presentations.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Last updated: 5/07/06 CHAPTER 08: MEDIA INTEGRATION Introduction To Media Integration Delivering Multimedia Advantages and Disadvantages of Multimedia.
3.02D Design Multimedia Presentations 3.02 Demonstrate interactive multimedia presentations.
Unit 3: Multimedia The Development Process. What is Multimedia? An interactive piece of software using several types of media: –Text –Graphics (photographs.
1 SEG3120 Analysis and Design for User Interfaces Flash Anis Zarrad Parallel Simulations and Distributed Systems (PARADISE) Research Laboratory SITE, University.
1 Introduction to Multimedia SMM 2005 Dr. Rabiah Abdul Kadir Jabatan Multimedia, FSKTM, UPM
The Development Process
CMPD 434 MULTIMEDIA AUTHORING Chapter 06 Multimedia Authoring Process IV.
XP 1 Delivering Professional Presentations with PowerPoint “Tell the audience what you are going to tell ‘em. Then tell ‘em what you told ‘em.” — Dale.
MULTIMEDIA DEFINITION OF MULTIMEDIA
CHAPTER TEN AUTHORING.
Multimedia Authoring Programs
Discovering Computers 2009 Chapter 13 Programming Languages and Program Development.
Application Software Practical 9/10/11/12 Macromedia Director.
Introduction to Making Multimedia
MULTIMEDIA TECHNOLOGY AND APPLICATIONS CHAPTER 6
XP Section 1, Chapter 41 Succeeding in Business Applications with MS Office 2003 Delivering Professional Presentations with PowerPoint “Tell the audience.
MACROMEDIA DIRECTOR - LECTURE NOTES -. INTRODUCTION Macromedia Director 8.5 is the best selling multimedia authoring program and leading tool for creating.
Marketing Development Block 4 Dr. Uma Kanjilal. Stages of a Multimedia Project  Planning and costing- infrastructure, time, skills etc.  Designing and.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
Reading Flash. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also choose some.
XP Tutorial 7 Creating a Flash Web Site. XP New Perspectives on Macromedia Flash 82 Objectives Plan and create a Flash Web site Create a Flash template.
1 A Basic Introduction to Flash. Outline What is a flash? Macromedia Flash MX 2004 Flash concepts Flash Demos Conclusion Additional help 2.
Lesson 3-Multimedia Skills. Overview Members of a multimedia team. Roles and responsibilities in a multimedia team.
Multimedia Authoring Programs CECS Multimedia Authoring Programs  Create multimedia titles  Produce content w/paint, text & animation tools 
Authoring tools There are three main authoring tools:
Chapter1 The flash interface and action script 3.0.
California State University, LA Presented by Amanda Steven StevenAamirObaid.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 7: Making Multimedia.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 13 Computer Programs and Programming Languages.
Chapter 04: Specialized Application Software
Creating a Flash Web Site
Chapter 10 Multimedia and the Web.
Features of Authoring Tools
Creating Dynamic Web Pages with FrontPage Barry Sosinsky Valda Hilley
Chapter Lessons Understand the Macromedia Flash workspace
SPECIALIZED APPLICATION SOFTWARE
Software and Multimedia
Software and Multimedia
Chapter 10 Development of Multimedia Project
Multimedia Authoring Tools
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
3.02D Multimedia Authoring Programs
GRAPHICAL USER INTERFACE
Lesson 9: GUI HTML Editors and Mobile Web Sites
About Multimedia Files
Working with Symbols and Interactivity
COM 205 Multimedia Applications
Presentation transcript:

CHAPTER 8 Multimedia Authoring Tools CSC253 INTERACTIVE MULTIMEDIA

Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.

Introduction Multimedia authoring tools provide the framework for organizing and editing the elements of a multimedia project. Authoring software provides an integrated environment for combining the content and functions of a project. It enables the developer to create, edit, and import data. Authoring Tools Text Audio Animation Video Graphic

Introduction Most authoring systems also support a scripting language for more sophisticated applications. Authoring tools require less technical knowledge to master and are used exclusively for applications that present a mixture of textual, graphical, and audio data.

Introduction Four main perspectives in multimedia authoring tools: (any software package that could authors multimedia product) Product (the result of combining all multimedia components) Developer (designers, programmers, and multimedia authors) End user (customer or viewer)

Multimedia Authoring Tools Authoring system in multimedia. Features of authoring tools.

Authoring Systems in Multimedia In multimedia authoring systems, multimedia elements and events are often regarded as objects. Objects exist in a hierarchical order of parent and child relationships. Each object is assigned properties and modifiers. On receiving messages, objects perform tasks depending on the properties and modifiers.

Features of Authoring Tools Editing and organizing features. Programming features. Interactivity features. Performance tuning and playback features. Delivery, cross-platform, and Internet playability features.

Editing and Organizing features Authoring systems include editing tools to create, edit, and convert multimedia elements such as animation and video clips. The organization, design, and production process for multimedia involves storyboarding and flowcharting. Visual flowcharting or overview facility illustrates project structure at a macro level.

Programming features Visual programming with icons or objects is the simplest and easiest authoring process. Visual authoring tools such as Authorware and IconAuthor are suitable for slide shows and presentations. Authoring tools offer ‘very high level language’ (VHLL) or interpreted scripting environment.

Interactivity Features Interactivity gives the end user control over the content and flow of information in a project. Simple branching is the ability to go to another section of the multimedia production. Conditional branching is an activity based on the results of IF-THEN decisions or events. Structured language supports complex programming logic, subroutines, event tracking, and message passing among objects and elements.

Performance Tuning and Playback Features Achieving synchronization is difficult, considering that performance of the different computers used for multimedia development and delivery varies. Authoring system should facilitate precise timing of events. It should enable developers to build a part of a project and then test it immediately.

Delivery, Cross Platform and Internet Playability Features Delivering the project may require building a run-time version of the project, using the multimedia authoring software. Run-time version or standalone allows a project to play back without the complete authoring software and all its tools and editors. It is important to use tools that facilitate easy transfer across platforms. Authoring systems provide a means for converting their output to be delivered within the context of HTML or DHTML.

Types of Authoring Tools Card- and page-based tools. Icon-based, event-driven tools. Time-based tools.

Card and Page-based Tools Card- and page-based authoring systems provide a simple and easily understood metaphor for organizing multimedia elements. Cards are developed that have different elements associated with them and are put in stacks. It contains media objects such as buttons, text fields, and graphic objects. It provides a facility for linking objects to pages or cards. You can link the cards by allowing the user to click on buttons or other elements and jump to a different card in the stack. Example : Hypercard, ToolBook, HyperNext Studio, Hyper Studio, PhytonCard, Revolution

Card and Page-based Tools

Card and Page-based Tools: Example: ToolBook

Card and Page-based Tools Advantage Easy to understand metaphor 1 screen = 1 card = 1 page Easy to used Provide template Short development time Disadvantage Some run only on one platform Tools are not powerful / stand-alone

Icon Based, Event-Driven Tools Icon-based, event-driven tools provide a visual programming approach to organize and present multimedia. Multimedia elements and interaction cues are organized as objects in a flowchart. Flowchart can be built by dragging appropriate icons from a library, and then adding the content. With icon-based programs, you use symbols in a flowchart scheme. Each icon represents a particular event.

Icon Based, Event-Driven Tools An advantage of icon-based programs is that you can easily see how a title is structured, that is, the flow of a program and especially the branching. Example : Multimedia Authoware

Icon Based, Event-Driven Tools: Example: Multimedia Authoware

Icon Based, Event-Driven Tools Advantages Clear structure Easy editing and updating Disadvantages Difficult to learn Expensive

Time-Based tools Time-based tools are best suited for messages with a beginning and an end. Some time-based tools facilitate navigation and interactive control. Time Based Authoring Programs use a movie metaphor. Like a movie on videotape, you start the multimedia title and it plays until some action causes it to pause or stop. Macromedia’s Director and Flash are time-based development environments.

Time-Based tools Macromedia Director: A multimedia database, ‘Cast’, contains still images, sound files, text, shapes, scripts, movies, and other Director files. Score is a sequencer for displaying, animating, and playing Cast members. Lingo is an object-oriented scripting language that enables interactivity and programmed control.

Time-Based tools: Example: Macromedia Director (Mac)

Time-Based tools Advantages Good for creating animation Branching, user control, interactivity Disadvantages Expensive Steep learning curve for advances features

Time-Based tools Macromedia Flash: Flash is used for delivering rich multimedia content to the Web. It allows the creation of simple static HTML pages with the Flash Player plug-in.

Time-Based tools: Example: Macromedia Flash

Time-Based tools Advantages Easy to put animation and interactive movies Interactive menus Disadvantages Increase in file size Music and sound files embedded in Flash movies increase file sizes and increases the download time

Time-Based tools

Cross-platform Authoring Notes Macintosh and Windows computers use different schemes to manage text and colors. While using text fields, ensure that the text displays correctly on both platforms. Outline and shadow styles on text should be avoided on Macintosh since they are not currently supported in Windows.

Summary Multimedia authoring tools provide the framework needed for organizing and editing multimedia elements in a project. The three types of authoring tools are card- or page-based, icon-based or event-driven, and time-based. Text and color compatibility must be verified before moving multimedia projects across platforms.