Inside Quicktime: Interactive Movies

Total Page:16

File Type:pdf, Size:1020Kb

Inside Quicktime: Interactive Movies Inside QuickTime The QuickTime Technical Reference Library Interactive Movies October 2002 Apple Computer, Inc. Java and all Java-based trademarks © 2001 Apple Computer, Inc. are trademarks of Sun Microsystems, All rights reserved. Inc. in the U.S. and other countries. No part of this publication may be Simultaneously published in the reproduced, stored in a retrieval United States and Canada system, or transmitted, in any form or Even though Apple has reviewed this by any means, mechanical, electronic, manual, APPLE MAKES NO photocopying, recording, or WARRANTY OR REPRESENTATION, otherwise, without prior written EITHER EXPRESS OR IMPLIED, WITH permission of Apple Computer, Inc., RESPECT TO THIS MANUAL, ITS with the following exceptions: Any QUALITY, ACCURACY, person is hereby authorized to store MERCHANTABILITY, OR FITNESS documentation on a single computer FOR A PARTICULAR PURPOSE. AS A for personal use only and to print RESULT, THIS MANUAL IS SOLD “AS copies of documentation for personal IS,” AND YOU, THE PURCHASER, ARE use provided that the documentation ASSUMING THE ENTIRE RISK AS TO contains Apple’s copyright notice. ITS QUALITY AND ACCURACY. The Apple logo is a trademark of IN NO EVENT WILL APPLE BE LIABLE Apple Computer, Inc. FOR DIRECT, INDIRECT, SPECIAL, Use of the “keyboard” Apple logo INCIDENTAL, OR CONSEQUENTIAL (Option-Shift-K) for commercial DAMAGES RESULTING FROM ANY purposes without the prior written DEFECT OR INACCURACY IN THIS consent of Apple may constitute MANUAL, even if advised of the trademark infringement and unfair possibility of such damages. competition in violation of federal and state laws. THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND No licenses, express or implied, are IN LIEU OF ALL OTHERS, ORAL OR granted with respect to any of the WRITTEN, EXPRESS OR IMPLIED. No technology described in this book. Apple dealer, agent, or employee is Apple retains all intellectual property authorized to make any modification, rights associated with the technology extension, or addition to this warranty. described in this book. This book is intended to assist application Some states do not allow the exclusion or developers to develop applications limitation of implied warranties or only for Apple-labeled or liability for incidental or consequential Apple-licensed computers damages, so the above limitation or Every effort has been made to ensure exclusion may not apply to you. This that the information in this document warranty gives you specific legal rights, is accurate. Apple is not responsible and you may also have other rights which for typographical errors. vary from state to state. Apple Computer, Inc. 1 Infinite Loop Cupertino, CA 95014 408-996-1010 Apple, the Apple logo, AppleScript, ColorSync, Mac, Macintosh, QuickDraw, and QuickTime are trademarks of Apple Computer, Inc., registered in the United States and other countries. Aqua is a trademark of Apple Computer, Inc. Contents Preface About This Book 15 Book Structure 15 Conventions Used in This Book 17 Special Fonts 17 Types of Notes 17 Development Environment 18 Updates to This Book 18 For More Information 18 Chapter 1 QuickTime Interactivity 21 QuickTime Basics 23 Movies and Media Data Structures 23 Movies––A Few Good Concepts 25 Time Management 26 The QuickTime Architecture 27 The Movie Toolbox 27 The Image Compression Manager 28 QuickTime Components 28 The Component Manager 30 Atoms 30 QuickTime Player 31 Sprites and Sprite Animation 35 Creating Desktop Sprites 37 Wired Movies 40 Adding Actions 40 Wired Actions 41 User Events 42 Using Flash and QuickTime 43 QuickTime Media Skins 45 QuickTime VR 49 The QuickTime VR Media Type 50 3 Apple Computer, Inc. October 2002 CONTENTS Creating QTVR Movies Programmatically 52 Chapter 2 QuickTime Sprites, Sprite Animation and Wired Movies 55 Sprite Animation and the Sprite Toolbox 56 Sprites and the Sprite Toolbox 56 Sprite World Characteristics 57 Sprite Tracks 58 Sprite Animation 59 Sprite Spatial Concepts 59 Local Coordinate System 60 Source Box 60 Bounding Box 61 Four Corners 62 Registration Point 62 Display Space 68 Sprite Properties 69 Wired Movies 70 Adding Actions 70 QuickTime Events 71 Actions and Their Targets 71 Action Parameters 72 Expressions 73 Operators 73 Operands 74 External Movie Targets for Wired Actions 74 Chapter 3 Sprite Media Handler 75 Defining the Sprite Media Handler 76 Key Frame Samples and Override Samples 77 Sprite Track Media Format 78 Assigning Group IDs 81 Sprite Image Registration 82 Sprite Track Properties 83 Alternate Sources for Sprite Image Data 84 4 Apple Computer, Inc. October 2002 CONTENTS Supported Modifier Inputs 85 Hit-Testing Flags 85 Using Sprites in a Sprite Track 86 Referenced Sprite Images 86 Specifying Sprite Button Behaviors 86 Using the Action Handler Sprite Property 87 String Variable Support 88 Creating a QuickTime Sprite Movie 88 Useful Sprite Media Handler Functions 97 SpriteMediaSetSpriteProperty 97 SpriteMediaGetSpriteProperty 98 SpriteMediaHitTestAllSprites 99 SpriteMediaCountSprites 99 SpriteMediaCountImages 100 SpriteMediaGetIndImageDescription 100 SpriteMediaGetDisplayedSampleNumber 100 SpriteMediaGetSpriteName 101 SpriteMediaGetImageName 101 SpriteMediaHitTestOneSprite 101 SpriteMediaSpriteIndexToID 101 SpriteMediaSpriteIDToIndex 102 SpriteMediaGetIndImageProperty 102 Sprites Functions Specific to Wired Sprites 102 SpriteMediaSetActionVariable 102 SpriteMediaGetActionVariable 102 SpriteDescription Structure 103 Wired Actions in QuickTime 5 103 New Wired Actions 103 New Wired Operands 109 Chapter 4 Authoring Wired Movies and Sprite Animations 115 Authoring Movies With the Sprite Media Handler 116 Defining a Key Frame Sample 116 Creating the Movie, Sprite Track, and Media 117 Adding Images to the Key Frame Sample 118 Adding More Images for Other Sprites 119 5 Apple Computer, Inc. October 2002 CONTENTS Adding Sprites to the Key Frame Sample 120 Adding More Actions to Other Sprites 124 Adding Sample Data in Compressed Form 125 Defining Override Samples 125 Setting Properties of the Sprite Track 127 Retrieving Sprite Data From a Modifier Track 128 Authoring Wired Movies 132 Actions of the First Penguin 134 Actions of the Second Penguin 134 Creating a Wired Sprite Movie 134 Assigning the No Controller to the Movie 135 Setting Up the Sprite Track’s Properities 135 Adding an Event Handler to the Penguin 137 Adding a Series of Actions to the Penguins 137 Important Things to Note in the Sample Code 139 Authoring Movies With External Movie Targets 140 Specifying an External Movie Target for an Action 140 Target Atoms for Embedded Movies 141 Supporting External Movie Targets 142 Specifying String Parameters to Actions and Operands 142 Wiring a Movie by Adding an HREF Track 144 Creating an HREF Track 145 Adding Hypertext Links to a QuickTime Movie With a Text Track 146 Step #1––Creating a Movie With a Text Track and Hypertext Links 146 Step #2––Creating a New Text Movie 147 Step #3––Adding a Text Sample to the Movie 148 Step #4––Adding a Hypertext Link 150 Step #5––Adding a Specified Atom Container 153 Step #6––Getting the First Media Sample 155 Step #7––Adding Hypertext Actions 156 Step #8––Replacing the Sample 156 Step #9––Updating the Movie Resource 157 Chapter 5 Using the Sprite Toolbox to Create Sprite Animations 159 Overview of Sprite Toolbox 159 How To Add Sprite-Based Animations to an Application 160 6 Apple Computer, Inc. October 2002 CONTENTS Creating and Initializing a Sprite World 160 Creating and Initializing Sprites 162 Creating Sprites for a Sample Application 163 Animating Sprites 165 Disposing of a Sprite Animation 168 Sprite Hit-Testing 169 Hit-Testing Flags 169 Enhancing Sprite Animation Performance 170 Constants and Functions in the Sprite Toolbox 170 Constants 171 Background Sprites 171 Flags for Sprite Hit-Testing 171 Sprite Properties 172 Flags for SpriteWorldIdle 173 Sprite and Sprite World Identifiers 173 Useful Sprite Toolbox Functions 174 NewSpriteWorld 174 DisposeSpriteWorld 175 SetSpriteWorldClip 175 SetSpriteWorldMatrix 175 SpriteWorldIdle 176 InvalidateSpriteWorld 176 SpriteWorldHitTest 176 DisposeAllSprites 177 NewSprite 177 DisposeSprite 177 InvalidateSprite 177 SpriteHitTest 178 GetSpriteProperty 178 SetSpriteProperty 179 Chapter 6 Flash Media Handler 181 Flash Media 182 Flash Support in QuickTime 5 183 Wired Actions and Operands 184 kActionFlashTrackSetFlashVariable 184 7 Apple Computer, Inc. October 2002 CONTENTS kActionFlashTrackDoButtonActions 185 kOperandFlashTrackVariable 185 QT Events 185 Importing a Flash Movie 186 Adding Wired Actions To a Flash Track 187 Extending the SWF Format 187 What You Need to Modify 188 Chapter 7 Creating Advanced Interactive Movies 191 Embedded Movies 191 Creating New Types of QuickTime Movies 191 Using Embedded Movies 192 Dynamically Loading Embedded Movies From URLs 193 Triggering Wired Actions When an Embedded Movie is Loaded 194 Targeting Elements of Embedded Movies with All Wired Actions 194 Target Type Atoms for Hierarchical Movies 196 Example #1 197 Example #2 198 Movie Track and Movie Wired Actions 198 Movie Controller Actions 199 Wired QT Event 200 Extended Wired Operand Functionality 201 Wired Actions and JavaScript 201 Movie Property Atom Toolbox Routines 202 Custom Wired Actions 202 Custom Action Handler Usage 203 Authoring Custom Wired Actions 204 Extension to Wired Movie Format: Executing Custom Actions 204 Wired Actions 204 Wired Operands 205 Writing a Custom Action Handler Component 205 The Action Being Executed 207 Fetching the Parameters 207 8 Apple
Recommended publications
  • Don't Pay with Itunes Gift Card Consumer Alert
    DON’T PAY WITH iTUNES GIFT CARDS Consumer Alert In the news: SPOT IT: You are asked to pay with iTunes Demands for you to pay right away Someone calls instilling panic and urgency—your for taxes, hospital or utility bills, grandchild is going to jail; you will be arrested for bail money, or to settle a debt are past due taxes; or your utilities will be turned off common. Criminals make up all in hours—unless you immediately buy iTunes gift kinds of reasons for why you owe cards then share the 16-digit code with the caller urbanbuzz Shutterstock.com money. The goal is the same: to to make your payment. steal from you. You apply for a loan and to prove your credit Con artists using this ploy will ask for an untraceable worthiness, you are asked for an advance fee to form of payment, like wiring money, sending cash, or a be paid right away with iTunes gift cards. pre-loaded money or gift card. The iTunes gift card is the payment method of choice right now for many criminals. A caller tells you that an iTunes gift card is the way you use Apple Pay. What you need to know: When someone catches you off guard and hits your panic button, it is hard to think straight. Criminals know STOP IT: Don’t pay anyone with a gift card this, and hope you will focus on the worse-case scenario they are painting and not on your common sense. If you’re not shopping at the iTunes store, you should not be paying with an iTunes gift card.
    [Show full text]
  • Winamp "Classic" 2.81: * Updated to PP's Latest Input and Output Plugins * in Mp3 Now Doesnt Continue to Play on Output Plugin Error
    Winamp "Classic" 2.81: * updated to PP's latest input and output plugins * in_mp3 now doesnt continue to play on output plugin error. * smaller installers because we use msvcrt.dll now * fixed bugs relating to files with ~ in their names. * doublerightclick in credits makes for fullscreen credits * more bugfixes (including a fix in the version update notification checking) * updated installer to have nicer error messages. * made systray icon update if explorer restarts * and more (muahaha)! Winamp 2.80: * fixed drag&drop from open file dialog related bugs * made CDDB support better handle notfound CDs/lack of CDDB installed. * update to CDDB ui (bugfix) * new splash screen * minibrowser security fix * updated winamp agent to support both winamp 2.x and 3.x * included PP's hacks for slightly better unicode filename support * in_wave support for floating point .WAV files fixed * better win9x compatibility for DirectSound * waveOut made skip less * some in_mod perfile fixes * OGG Vorbis support for Standard and Full installs. * CD support back in lite installer. Winamp 2.79: * upgraded unzip/decompress support to zlib 1.1.4, for big security fix * improved multiple instance detection code/opening many files from explorer iss ues * winamp agent tooltip improvement * fix to id3v2+unicode support Winamp 2.78: * minibrowser fixes * cddb2 support * updates to mod, midi, and wav support (from the wonderful PP) Winamp 2.77: * mb.ini skin support (Winamp/MBOpen) * added page and slider for 'shuffle morph rate' to Preferences so you can control how much the playlist morphs (mutates) each time it cycles through. * PP's ACM disk writer output plugin instead of the classic one * PP's WAV/VOC reader (Which is apparently so much better, but we will see) * included new in_midi and in_mod (yay) * made playlist editor automatically size down when necessary (on startup) * made drag&drop playlist URLs work * made alt+delete work again in playlist editor * made winamp.exe and winampa.exe both much less likely to fudge HKCR/.
    [Show full text]
  • Apple Business Manager Overview Overview
    Getting Started Guide Apple Business Manager Overview Overview Contents Apple Business Manager is a web-based portal for IT administrators to deploy Overview iPhone, iPad, iPod touch, Apple TV, and Mac all from one place. Working Getting Started seamlessly with your mobile device management (MDM) solution, Apple Configuration Resources Business Manager makes it easy to automate device deployment, purchase apps and distribute content, and create Managed Apple IDs for employees. The Device Enrollment Program (DEP) and the Volume Purchase Program (VPP) are now completely integrated into Apple Business Manager, so organizations can bring together everything needed to deploy Apple devices. These programs will no longer be available starting December 1, 2019. Devices Apple Business Manager enables automated device enrollment, giving organizations a fast, streamlined way to deploy corporate-owned Apple devices and enroll in MDM without having to physically touch or prepare each device. • Simplify the setup process for users by streamlining steps in Setup Assistant, ensuring that employees receive the right configurations immediately upon activation. IT teams can now further customize this experience by providing consent text, corporate branding or modern authentication to employees. • Enable a higher level of control for corporate-owned devices by using supervision, which provides additional device management controls that are not available for other deployment models, including non-removable MDM. • More easily manage default MDM servers by setting a default server that’s based on device type. And you can now manually enroll iPhone, iPad, and Apple TV using Apple Configurator 2, regardless of how you acquired them. Content Apple Business Manager enables organizations to easily buy content in volume.
    [Show full text]
  • Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer
    Fakult¨at fur¨ Informatik der Technischen Universit¨at Munc¨ hen Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer Institut fur¨ Informatik Lehrstuhl Informatik II Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer Vollst¨andiger Abdruck der von der Fakult¨at fur¨ Informatik der Technischen Universit¨at Munc¨ hen zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Arndt Bode Prufer¨ der Dissertation: 1. Univ.-Prof. Dr. Helmut Seidl 2. Univ.-Prof. Dr. Johann Schlichter Die Dissertation wurde am 30. November 2006 bei der Technischen Universit¨at Munc¨ hen eingereicht und durch die Fakult¨at fur¨ Informatik am 24. Mai 2007 angenommen. Abstract This thesis describes the automated production of multimedia-based learning mate- rials. Recording of real live lectures enables a lightweight and cost-effective way of creating electronic lectures. The flexible screen grabbing technology can capture vir- tually any material presented during a lecture and furthermore can be integrated seamlessly into an existing teaching environment in a transparent manner, so that the teacher is not aware of the recording process. Throughout this thesis the design and development of a flexible and easy-to-use lec- turing environment on the basis of Virtual Network Computing (VNC) is explained. The VNC infrastructure and protocol is adapted to build up an environment that of- fers scalable transmission of live lectures and is capable of supplying a large number of distance students in parallel. Furthermore, the suggested system provides com- fortable lecture recording in order to produce electronic lectures for asynchronous replay at any time later.
    [Show full text]
  • Join Together Read Me.Rtfd
    Join Together v5.1.5 AppleScript Studio Application for iTunes Find more free AppleScripts and info on writing your own at Doug's AppleScripts for iTunes. This application will enable you to join the files of selected iTunes tracks together with Quick Time and export them as a single AAC file/track. Optionally, with Apple's "Chapter Tool" application installed, you can then create a "chapterized" audio file of the exported AAC file. Requires: Mac OS 10.4 ("Tiger") or better iTunes 4.9 or better (version 6 or better preferred) QuickTime Player v7.0 or better Chapter Tool required for creating "chapterized" AAC's This application is Donationware. If you use it and like it please consider making a donation to support my AppleScripting efforts. Click here for more info. Installation: Place the Join Together application anywhere it is conveniently accessible. The Applications folder is as good a place as any. Because Join Together is an application I do not recommend placing it in your iTunes Scripts folder since it cannot be accessed from the iTunes Script menu. (See the accompanying "Make A Join Together Launch Script" to create a small AppleScript that can launch Join Together from the iTunes Script menu.) QuickTime v7.x.x In order to export joined files as AAC files you must have QuickTime Player 7 or better. Chapter Tool "Chapter Tool" is a command-line application that assists with creating "chapterized" audio files, (a.k.a enhanced audio files). This script utilizes it to create such files from your joined tracks. You can download the Chapter Tool application (currently Beta 2.0b8 as of this writing) by clicking on the URL clip provided in this script's download package.
    [Show full text]
  • Legal-Process Guidelines for Law Enforcement
    Legal Process Guidelines Government & Law Enforcement within the United States These guidelines are provided for use by government and law enforcement agencies within the United States when seeking information from Apple Inc. (“Apple”) about customers of Apple’s devices, products and services. Apple will update these Guidelines as necessary. All other requests for information regarding Apple customers, including customer questions about information disclosure, should be directed to https://www.apple.com/privacy/contact/. These Guidelines do not apply to requests made by government and law enforcement agencies outside the United States to Apple’s relevant local entities. For government and law enforcement information requests, Apple complies with the laws pertaining to global entities that control our data and we provide details as legally required. For all requests from government and law enforcement agencies within the United States for content, with the exception of emergency circumstances (defined in the Electronic Communications Privacy Act 1986, as amended), Apple will only provide content in response to a search issued upon a showing of probable cause, or customer consent. All requests from government and law enforcement agencies outside of the United States for content, with the exception of emergency circumstances (defined below in Emergency Requests), must comply with applicable laws, including the United States Electronic Communications Privacy Act (ECPA). A request under a Mutual Legal Assistance Treaty or the Clarifying Lawful Overseas Use of Data Act (“CLOUD Act”) is in compliance with ECPA. Apple will provide customer content, as it exists in the customer’s account, only in response to such legally valid process.
    [Show full text]
  • Designing PCI Cards and Drivers for Power Macintosh Computers
    Designing PCI Cards and Drivers for Power Macintosh Computers Revised Edition Revised 3/26/99 Technical Publications © Apple Computer, Inc. 1999 Apple Computer, Inc. Adobe, Acrobat, and PostScript are Even though Apple has reviewed this © 1995, 1996 , 1999 Apple Computer, trademarks of Adobe Systems manual, APPLE MAKES NO Inc. All rights reserved. Incorporated or its subsidiaries and WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be may be registered in certain RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval jurisdictions. QUALITY, ACCURACY, system, or transmitted, in any form America Online is a service mark of MERCHANTABILITY, OR FITNESS or by any means, mechanical, Quantum Computer Services, Inc. FOR A PARTICULAR PURPOSE. AS A electronic, photocopying, recording, Code Warrior is a trademark of RESULT, THIS MANUAL IS SOLD “AS or otherwise, without prior written Metrowerks. IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., CompuServe is a registered ASSUMING THE ENTIRE RISK AS TO except to make a backup copy of any trademark of CompuServe, Inc. ITS QUALITY AND ACCURACY. documentation provided on Ethernet is a registered trademark of CD-ROM. IN NO EVENT WILL APPLE BE LIABLE Xerox Corporation. The Apple logo is a trademark of FOR DIRECT, INDIRECT, SPECIAL, FrameMaker is a registered Apple Computer, Inc. INCIDENTAL, OR CONSEQUENTIAL trademark of Frame Technology Use of the “keyboard” Apple logo DAMAGES RESULTING FROM ANY Corporation. (Option-Shift-K) for commercial DEFECT OR INACCURACY IN THIS purposes without the prior written Helvetica and Palatino are registered MANUAL, even if advised of the consent of Apple may constitute trademarks of Linotype-Hell AG possibility of such damages.
    [Show full text]
  • Ease Your Automation, Improve Your Audio, with Ffmpeg
    Ease your automation, improve your audio, with FFmpeg A talk by John Warburton, freelance newscaster for the More Radio network, lecturer in the Department of Music and Media in the University of Surrey, Guildford, England Ease your automation, improve your audio, with FFmpeg A talk by John Warburton, who doesn’t have a camera on this machine. My use of Liquidsoap I used it to develop a highly convenient, automated system suitable for in-store radio, sustaining services without time constraints, and targeted music and news services. It’s separate from my professional newscasting job, except I leave it playing when editing my professional on-air bulletins, to keep across world, UK and USA news, and for calming music. In this way, it’s incredibly useful, professionally, right now! What is FFmpeg? It’s not: • “a command line program” • “a tool for pirating” • “a hacker’s plaything” (that’s what they said about GNU/Linux once!) • “out of date” • “full of patent problems” It asks for: • Some technical knowledge of audio-visual containers and codec • Some understanding of what makes up picture and sound files and multiplexes What is FFmpeg? It is: • a world-leading multimedia manipulation framework • a gateway to codecs, filters, multiplexors, demultiplexors, and measuring tools • exceedingly generous at accepting many flavours of audio-visual input • aims to achieve standards-compliant output, and often succeeds • gives the user both library-accessed and command-line-accessed toolkits • is generally among the fastest of its type • incorporates many industry-leading tools • is programmer-friendly • is cross-platform • is open source, by most measures of the term • is at the heart of many broadcast conversion, and signal manipulation systems • is a viable Internet transmission platform Integration with Liquidsoap? (1.4.3) 1.
    [Show full text]
  • Beyond ECI: Next Steps for Your Child This ECI Transition Book Belongs To
    Beyond ECI: Next Steps for Your Child This ECI transition book belongs to: ____________________________________________________ Your Child’s Name What is in this book? Choices for your child after ECI ................................................2 Questions to help you decide ....................................................3 Choices for your child in your community ......................4–5 Choices for your child in the local school district .......6–9 Terms you may hear during transition ........................10–11 Ways your service coordinator can help ............................. 12 Further information ................................................................... 12 Checklists....................................................................................... 13 ECI Program Information Program Name _________________________________________________ Program Director _______________________________________________ Telephone ______________________________________________________ ECI Service Coordinator ________________________________________ Telephone ______________________________________________________ Website: hhs.texas.gov/eci Talk to your local ECI program if you need more information or have a concern about your services. If you still have concerns or need more information, call the Office of the Ombudsman at 877-787-8999. For persons who are deaf or hard of hearing, please use the relay option of your choice. While your child has been in Early Childhood Intervention (ECI), you and your ECI team have developed
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • The Top 10 Open Source Music Players Scores of Music Players Are Available in the Open Source World, and Each One Has Something That Is Unique
    For U & Me Overview The Top 10 Open Source Music Players Scores of music players are available in the open source world, and each one has something that is unique. Here are the top 10 music players for you to check out. verybody likes to use a music player that is hassle- Amarok free and easy to operate, besides having plenty of Amarok is a part of the KDE project and is the default music Efeatures to enhance the music experience. The open player in Kubuntu. Mark Kretschmann started this project. source community has developed many music players. This The Amarok experience can be enhanced with custom scripts article lists the features of the ten best open source music or by using scripts contributed by other developers. players, which will help you to select the player most Its first release was on June 23, 2003. Amarok has been suited to your musical tastes. The article also helps those developed in C++ using Qt (the toolkit for cross-platform who wish to explore the features and capabilities of open application development). Its tagline, ‘Rediscover your source music players. Music’, is indeed true, considering its long list of features. 98 | FEBRUARY 2014 | OPEN SOURCE FOR YoU | www.LinuxForU.com Overview For U & Me Table 1: Features at a glance iPod sync Track info Smart/ Name/ Fade/ gapless and USB Radio and Remotely Last.fm Playback and lyrics dynamic Feature playback device podcasts controlled integration resume lookup playlist support Amarok Crossfade Both Yes Both Yes Both Yes Yes (Xine), Gapless (Gstreamer) aTunes Fade only
    [Show full text]
  • Adopting the Aqua Interface
    INSIDE MAC OS X Adopting the Aqua Interface Updated for Mac OS X Public Beta Release. 9/8/00 © Apple Computer, Inc. 2000 Apple Computer, Inc. Even though Apple has reviewed this © 2000 Apple Computer, Inc. manual, APPLE MAKES NO All rights reserved. WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval QUALITY, ACCURACY, system, or transmitted, in any form or MERCHANTABILITY, OR FITNESS by any means, mechanical, electronic, FOR A PARTICULAR PURPOSE. AS A photocopying, recording, or RESULT, THIS MANUAL IS SOLD “AS otherwise, without prior written IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., ASSUMING THE ENTIRE RISK AS TO with the following exceptions: Any ITS QUALITY AND ACCURACY. person is hereby authorized to store documentation on a single computer IN NO EVENT WILL APPLE BE LIABLE for personal use only and to print FOR DIRECT, INDIRECT, SPECIAL, copies of documentation for personal INCIDENTAL, OR CONSEQUENTIAL use provided that the documentation DAMAGES RESULTING FROM ANY contains Apple’s copyright notice. DEFECT OR INACCURACY IN THIS The Apple logo is a trademark of MANUAL, even if advised of the Apple Computer, Inc. possibility of such damages. Use of the “keyboard” Apple logo THE WARRANTY AND REMEDIES SET (Option-Shift-K) for commercial FORTH ABOVE ARE EXCLUSIVE AND purposes without the prior written IN LIEU OF ALL OTHERS, ORAL OR consent of Apple may constitute WRITTEN, EXPRESS OR IMPLIED. No trademark infringement and unfair Apple dealer, agent, or employee is competition in violation of federal authorized to make any modification, and state laws.
    [Show full text]