1 Step RoboPDF, ActiveEdit, ActiveTest, Authorware, Blue Sky Software, Blue Sky, Breeze, Breezo, Captivate, Central,
ColdFusion, Contribute, Database Explorer, Director, Dreamweaver, Fireworks, Flash, FlashCast, FlashHelp, Flash Lite,
FlashPaper, Flash Video Encoder, Flex, Flex Builder, Fontographer, FreeHand, Generator, HomeSite, JRun, MacRecorder,
Macromedia, MXML, RoboEngine, RoboHelp, RoboInfo, RoboPDF, Roundtrip, Roundtrip HTML, Shockwave, SoundEdit,
Studio MX, UltraDev, and WebHelp are either registered trademarks or trademarks of Macromedia, Inc. and may be registered in
the United States or in other jurisdictions including internationally. Other product names, logos, designs, titles, words, or phrases
mentioned within this publication may be trademarks, service marks, or trade names of Macromedia, Inc. or other entities and
may be registered in certain jurisdictions including internationally.
Third-Party Information
This guide contains links to third-party websites that are not under the control of Macromedia, and Macromedia is not
responsible for the content on any linked site. If you access a third-party website mentioned in this guide, then you do so at your
own risk. Macromedia provides these links only as a convenience, and the inclusion of the link does not imply that Macromedia
endorses or accepts any responsibility for the content on those third-party sites.
Speech compression and decompression technology licensed from Nellymoser, Inc. (www.nellymoser.com).
Sorenson™ Spark™ video compression and decompression technology licensed from
Sorenson Media, Inc.
Writing: Jay Armstrong, Charles Nadeau, Jennifer Rowe, David Sullivan, Jon Michael Varese
Managing Editor: Rosana Francescato
Editing: Evelyn Eldridge, Rosana Francescato, Mark Nigara, Anne Szabla
Production Management: Patrice O’Neill
Media Design and Production: Adam Barnett, Aaron Begley, Paul Benkman, John Francis, Geeta Karmarkar, Masayo Noda,
Paul Rangel, Arena Reed, Mario Reynoso
Special thanks to Maureen Keating, Jennifer Taylor, Mike Downey, Greg Clausen, Doug Wolens, Melissa Baerwald, Alan
Musselman, David Acala, Jason Wylie
In this part, you’ll familiarize yourself with the Macromedia Studio 8
software suite and learn everything you need to do before you begin
building your website.
This manual introduces you to Macromedia Studio 8, an integrated web
development suite that includes Macromedia Dreamweaver 8,
Macromedia Flash Professional 8, Macromedia Fireworks 8, Macromedia
Contribute 3.1, and Macromedia FlashPaper 2.
This manual gives an overview of the products, introduces conceptual
information about website development, and shows you how to build a
simple but functional website through a series of tutorials.
The information in this manual is designed for beginners, especially users
who are unfamiliar with one or all of the products in the Studio 8 family.
Intermediate and advanced users can benefit by learning recommended
techniques.
NOTE
This manual is not a comprehensive reference for all of the features of the
Studio products. For in-depth information, see each product’s help
system. To use a product’s help system, in the product’s Help menu,
select Using Product Name.
This chapter contains the following sections:
What you can do with Studio 8. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Studio 8 includes five Macromedia products: Dreamweaver, Flash,
Fireworks, Contribute, and FlashPaper. This section provides a brief
overview of each product.
This section covers the following topics:
■“What you can do with Dreamweaver” on page 10
■“What you can do with Flash” on page 11
■“What you can do with Fireworks” on page 12
■“What you can do with Contribute” on page 13
■“What you can do with FlashPaper” on page 13
What you can do with Dreamweaver
The visual editing features in Macromedia Dreamweaver let you quickly
create web pages without writing a line of code. You can view all your site
elements or assets and drag them from an easy-to-use panel directly into a
document. You can streamline your development workflow by creating and
editing images in Macromedia Fireworks or another graphics application,
and then import them directly into Dreamweaver. Dreamweaver also
provides tools that make it easy to add Macromedia Flash assets to
web pages.
In addition to drag-and-drop features that help you build web pages,
Dreamweaver provides a full-featured coding environment that includes
code-editing tools such as code coloring, tag completion, a coding toolbar,
and code collapse. Also provided is language reference material about
Cascading Style Sheets (CSS), JavaScript, ColdFusion Markup Language
(CFML), and other languages. Macromedia Roundtrip HTML technology
imports your hand-coded HTML documents without reformatting the
code; you can then reformat code with your preferred formatting style.
Dreamweaver also lets you build dynamic, database-driven web
applications using server technologies such as CFML, ASP.NET, ASP, JSP,
and PHP. If you prefer working with XML data, Dreamweaver provides
tools that let you easily create XSLT pages, attach XML files, and display
XML data on your web pages.
10Introduction
Dreamweaver is fully customizable. Using new behaviors, Property
inspectors, and site reports, you can create your own objects and
commands, modify keyboard shortcuts, and even write JavaScript code to
extend Dreamweaver capabilities.
For more information on the resources available for learning Dreamweaver,
see “Getting the most from the Dreamweaver documentation” on page 18.
What you can do with Flash
With the wide array of features in Macromedia Flash, you can create many
types of applications. The following are some examples of the kinds of
applications Flash can generate:
Animations These include banner ads, online greeting cards, and
cartoons. Many other types of Flash applications include animation
elements as well.
Games Many games are built with Flash. Games usually combine the
animation capabilities of Flash with the logic capabilities of ActionScript.
User interfaces Many website designers use Flash to design user
interfaces. The interfaces include simple navigation bars as well as much
more complex interfaces. You can find an example of a navigation bar
created with Flash across the top of the www.macromedia.com home page.
Flexible messaging areas These are areas in web pages that designers
use for displaying information that may change over time. A flexible
messaging area (FMA) on a restaurant website might display information
about each day’s menu specials. You can find an example of an FMA on the
www.macromedia.com home page. The procedures in “Tutorial: Building
Your First Flash Application” on page 215 guide you through the process of
building an FMA.
Rich Internet applications These include a wide spectrum of
applications that provide a rich user interface for displaying and
manipulating remotely stored data over the Internet. A rich Internet
application could be a calendar application, a price-finding application, a
shopping catalog, an education and testing application, or any other
application that presents remote data with a graphically rich interface.
You can find many examples of real projects created by Flash users on the
Macromedia website at www.macromedia.com/cfusion/showcase/.
What you can do with Studio 811
To build a Flash application, you typically perform the following
basic steps:
1. Decide which basic tasks the application will perform.
2. Create and import media elements, such as images, video, sound,
and text.
3. Arrange the media elements on the Stage and in the Timeline to define
when and how they appear in your application.
4. Apply special effects to media elements.
5. Write ActionScript code to control how the media elements behave,
including how the elements respond to user interactions.
6. Test your application throughout the creation process to determine if it
is working as planned and find any bugs in its construction.
7. Publish your FLA file as a SWF file that can be displayed in a web page
and played back with Flash Player.
Depending on your project and your working style, you may use these
steps in a different order. As you become familiar with Flash and its
workflows, you will discover a style of working that suits you best.
What you can do with Fireworks
You can use Macromedia Fireworks to create, edit, and animate web
graphics, add advanced interactivity, and optimize images in a professional
environment. In Fireworks, you can create and edit bitmap and vector
graphics in a single application. Everything is editable, all the time. And
you can automate the workflow to meet the demands of time-consuming
updates and changes.
Fireworks integrates with other Macromedia products such as
Dreamweaver, Flash, FreeHand, and Director, as well as your other favorite
graphics applications and HTML editors, to provide a truly integrated web
solution. You can easily export Fireworks graphics with HTML and
JavaScript code customized for the HTML editor you’re using.
12Introduction
What you can do with Contribute
As a web developer or designer, you use a website-creation application,
such as Dreamweaver, to build your website. That includes planning,
designing, developing, testing, and publishing the website. When that
work is done, you can use Macromedia Contribute to manage your site,
and to set up users to maintain content on the site.
As a Contribute administrator, you set up Contribute users and help them
use Contribute to maintain the website. You can set folder and user
permissions, which determine who can edit website content and what they
can edit.
Contribute users maintain the website. The Contribute browse-edit-publish
workflow helps users easily find the page to edit, make changes to the
page, and then update the page on the website. The user needs no
experience in HTML or web design. Because Contribute works like a
word processor, the user experience for editing pages is intuitive and
familiar. Users can add or update text, images, tables, links, and Microsoft
Word and Excel documents.
What you can do with FlashPaper
Macromedia FlashPaper lets you easily convert any printable document to
a Flash document (SWF file or PDF file). Flash documents are typically
much smaller than other document types, and you can view them in any
browser that supports Flash, or directly in Flash Player.
You can view Flash documents across platforms, and retain the formatting,
graphics, fonts, special characters, and colors of source documents,
regardless of the application and platform used to create the document. For
example, if you created a Microsoft Excel spreadsheet on a Windows XP
computer, you can use FlashPaper to convert it to a Flash document, and
then send it to a Macintosh user.
Because you can embed a Flash document in a web page, you can publish
file types that most people can’t easily view on the web today, such as
Microsoft Project, Microsoft Visio, and even QuarkXPress and AutoCAD.
When a user opens your web page, the Flash document opens instantly, so
the user can view the file without leaving the web page.
What you can do with Studio 813
Flash documents also work well as stand-alone files. Anyone who has Flash
Player installed on their computer can view SWF files, and anyone who has
Adobe Acrobat Reader installed on their computer can view PDF files.
NOTE
You cannot edit a Flash document in FlashPaper; if you need to update
the document, make changes to the original document, and then convert it
again to a Flash document.
Installing Studio 8
This section describes the installation procedure for Studio 8. You can
install Studio 8 on Windows and Macintosh systems. Macromedia
recommends that you install the suite of tools in one simple operation, but
you can selectively install individual applications if you choose to do so.
Before you install Studio 8, be sure you meet the minimum system
requirements for each Studio product. For a complete list of product
system requirements and recommendations, visit www.macromedia.com/
go/sysreqs/.
To install Studio 8 on Windows or Macintosh operating
systems:
1. Insert the Studio 8 CD into your computer’s CD-ROM drive to display
the Studio 8 installation screen.
14Introduction
If the screen does not appear, or if you are installing from a network
drive, in Windows, use Windows Explorer to locate the Studio 8
Installer.exe file in the Accessibility directory, double-click the filename,
and follow the installation instructions. On the Macintosh, doubleclick the Install Studio 8 icon on the desktop.
2. Do one of the following:
■To install the Studio 8 suite of tools, click Install. (Macromedia
recommends this option.)
■To install only a single application, select it from the screen, and
then click Install.
You can repeat this process to install other products individually.
NOTE
You cannot install FlashPaper as an individual application. When you
select FlashPaper and click Install, the Contribute installer starts.
Contribute automatically installs FlashPaper.
3. Follow the installation instructions.
NOTE
If you are asked for a password, enter your system administrator login
password and click OK.
4. Click Done when the installation process is complete.
The installed Studio 8 applications are now available.
5. In Windows, select Programs > Macromedia from the Windows Start
menu. On the Macintosh, open the Applications folder.
To view extra material provided with Studio 8:
■Click the Browse CD Contents link at the bottom right of the
installation screen.
To uninstall the applications (Windows):
■Select Start > Settings > Control Panel > Add/Remove Programs, and
select the application to uninstall.
To uninstall the applications (Macintosh):
■Drag a product folder from the Application folder to the Trash icon.
Installing Studio 815
Activating your Studio products
If you are a single-license user, you must activate the license for your
Macromedia products within 30 days of installation. When you activate
one of the Studio 8 products, the other products are also activated.
You can activate the product through an Internet connection
process that takes only a few moments. Product activation does not
require you to submit personal information, just your product
serial number.
NOTE
For more information on product activation, visit www.macromedia.com/
go/activation/.
To activate a product:
1. Double-click the Dreamweaver, Flash, Fireworks, or Contribute
executable icon to start one of the products.
NOTE
You cannot activate FlashPaper.
2. Click Continue to go to the next screen.
3. Enter your serial number in the Macromedia Product Activation
window and click Continue.
After activation, your Studio 8 products are ready to use.
in a
16Introduction
Registering your Studio products
It’s a good idea to register your Studio 8 products electronically or by mail.
Registration entitles you to additional Macromedia support. When you
register one of the Studio 8 products, the other products are also registered.
When you register, you can sign up to receive up-to-the-minute notices
about upgrades and new Macromedia products. You can also sign up for
timely e-mail notices about product updates and new content that appears
on www.macromedia.com.
To register a product:
■In any of the Studio 8 products, select Help and then select either the
online or the print registration option.
CHAPTER 1
Learning Studio
Macromedia Studio 8 includes a variety of resources to help you learn the
Studio programs quickly. This chapter outlines all of the documentation
resources that are available to you, and provides detailed information about
using the help systems in the Studio products.
This chapter contains the following sections:
Getting the most from the Studio documentation . . . . . . . . . . . . . .17
Using the Studio help systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .32
Getting the most from the Studio
documentation
This section describes the documentation in the Studio products. It also
points you to helpful online resources.
This section covers the following topics:
■“Getting the most from the Dreamweaver documentation” on page 18
■“Getting the most from the Flash documentation” on page 21
■“Getting the most from the Fireworks documentation” on page 27
■“Getting the most from the Contribute and FlashPaper
documentation” on page 29
1
17
Getting the most from the Dreamweaver
documentation
Dreamweaver includes a variety of media to help you learn the program
quickly and become proficient in creating web pages. The Dreamweaver
help system includes several documents that help you learn about
Dreamweaver, Dreamweaver Extensibility, and ColdFusion. You can also
consult a number of additional online resources as you learn how to build
web pages.
Accessing the Dreamweaver documentation
The following table summarizes the documentation included in the
Dreamweaver help system.
You can purchase printed versions of select titles. For more information,
see www.macromedia.com/go/buy_books.
TitleDescription/
Audience
Getting Started
with Dreamweaver
Using
Dreamweaver
Basic introduction to
Dreamweaver
concepts and the
interface, with
detailed beginner
tutorials. Intended for
beginning users, as
well as intermediate
and advanced users
who want to learn
about new features.
Comprehensive
information about all
Dreamweaver
features. Intended for
all Dreamweaver
users.
Where to Find It
• View in Dreamweaver:
Select Help > Getting Started
with Dreamweaver
• View online: http://
livedocs.macromedia.com/
go/livedocs_dreamweaver/
• Get the PDF:
www.macromedia.com/go/
dw_documentation
• View in Dreamweaver:
Select Help > Dreamweaver
Help, or Help > Using
Dreamweaver
• View online: http://
livedocs.macromedia.com/
go/livedocs_dreamweaver/
• Get the PDF:
www.macromedia.com/go/
dw_documentation
18Learning Studio
TitleDescription/
Audience
Extending
Dreamweaver
Dreamweaver API
Reference
Description of the
Dreamweaver
framework and
application
programming
interface (API).
Intended for advanced
users who want to
build extensions or
customize the
Dreamweaver
interface.
Descriptions of the
utility API and the
JavaScript API, both
of which let you
perform various
supporting tasks
when developing
Dreamweaver
extensions. Intended
for advanced users
who want to build
extensions or
customize the
Dreamweaver
interface.
Where to Find It
• View in Dreamweaver:
Select Help > Extending
Dreamweaver
• View online: http://
livedocs.macromedia.com/
go/livedocs_dreamweaver/
• Get the PDF:
www.macromedia.com/go/
dw_documentation
• View in Dreamweaver:
Select Help > Dreamweaver
API Reference
• View online: http://
livedocs.macromedia.com/
go/livedocs_dreamweaver/
• Get the PDF:
www.macromedia.com/go/
dw_documentation
Getting the most from the Studio documentation19
TitleDescription/
Where to Find It
Audience
Using ColdFusion A selection of the
most important books
in the ColdFusion
documentation set.
(The full set is
available on
LiveDocs.) Intended
for anyone interested
in ColdFusion, from
beginners to
advanced developers.
ReferenceHTML, server model,
and other types of
reference manuals,
mainly published by
O’Reilly. Intended for
anyone needing more
information about
coding syntax,
concepts, and so on.
• View in Dreamweaver:
Select Help > Using
ColdFusion
• View online: http://
livedocs.macromedia.com/
go/livedocs_coldfusion/
• Get the PDF:
www.macromedia.com/go/
cf_documentation
• View in Dreamweaver:
Select Help > Reference. For
a full list of manuals, click the
Book pop-up menu in the
Reference panel.
Accessing additional online Dreamweaver
resources
The following table summarizes additional online resources for learning
Dreamweaver.
20 Learning Studio
ResourceDescription/
Audience
Dreamweaver
Support Center
Dreamweaver
Developer Center
TechNotes, plus
support and problemsolving information for
Dreamweaver users.
Articles and tutorials
to help you improve
your skills and learn
new ones.
Where to Find It
www.macromedia.com/go/
dreamweaver_support
www.macromedia.com/go/
dreamweaver_devcenter
ResourceDescription/
Where to Find It
Audience
Dreamweaver
Documentation
Resource Center
Macromedia
Online Forums
Macromedia
Training
Product manuals in
PDF format, errata,
tutorials, and release
notes.
Discussion and
problem-solving
information by
Dreamweaver users,
technical support
representatives, and
the Dreamweaver
development team.
Courses featuring
hands-on tasks and
real-world scenarios.
www.macromedia.com/go/
dw_documentation
www.macromedia.com/go/
dreamweaver_newsgroup
www.macromedia.com/go/
dreamweaver_training
Getting the most from the Flash
documentation
The Macromedia Flash help system contains a great deal of information
and resources that describe the full range of Flash authoring capabilities
and the ActionScript language. Many online resources are also available to
help you learn Flash. This document is intended to help you navigate these
resources and find the information that is most helpful to you in realizing
your goals with Flash.
Accessing the Flash documentation
The following tables summarize the documents included in the Flash
help system.
You can purchase printed versions of select titles. For more information,
see www.macromedia.com/go/buy_books.
Getting the most from the Studio documentation21
Feature information
TitleDescription/
Audience
Getting Started
with Flash
Using FlashComprehensive
Flash 8 Video
Encoder Help
Basic introduction to
Flash concepts and
interface, with a
detailed beginner
tutorial. Intended for
beginning Flash users.
information about all
the features of Flash
except ActionScript.
Intended for all Flash
users.
Complete information
about using the Flash
8 Video Encoder
application.
Intended for Flash
designers creating
video content.
Where to Find It
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
• View in Flash 8 Video
Encoder: Select Help > Using
Flash Video Encoder
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
22 Learning Studio
Tutorials and samples
TitleDescription/
Audience
Flash TutorialsA collection of step-
by-step tutorials that
teach a variety of both
beginning and
advanced Flash
techniques. Intended
for all Flash users.
Flash SamplesA collection of sample
files demonstrating
various Flash features
and techniques, with a
detailed description of
each one. Intended for
all Flash users.
ActionScript
TitleDescription/
Audience
Learning
ActionScript 2.0
in Flash
ActionScript 2.0
Language
Reference
A detailed
introduction to coding
with ActionScript,
including extensive
reusable code
examples. Intended
for beginning and
intermediate
ActionScript users.
Dictionary-style
reference entries for
each term in the
ActionScript
language. Intended for
all ActionScript users.
Where to Find It
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
Where to Find It
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
Getting the most from the Studio documentation 23
Components
TitleDescription/
Audience
Using
Components
Components
Language
Reference
Information about how
to use and customize
components in your
Flash documents.
Intended for all Flash
users.
Dictionary-style
reference entries for
each term in the
ActionScript
component API.
Intended for all Flash
users.
Extending Flash
TitleDescription/
Audience
Extending FlashInformation about
adding functionality to
the Flash authoring
tool with JavaScript.
Intended for
JavaScript users and
advanced Flash users.
Where to Find It
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
Where to Find It
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
fl_documentation
24 Learning Studio
Flash Lite
TitleDescription/
Audience
Getting Started
with Flash Lite
Developing Flash
Lite Applications
Learning Flash
Lite 1.x
ActionScript
Flash Lite 1.x
ActionScript
Language
Reference
Introductory
information about
Flash Lite workflows
and authoring
considerations.
Intended for mobile
and device developers
and intermediate
Flash users.
Information about
creating Flash content
for mobile phones and
devices. Intended for
mobile and device
developers and
intermediate Flash
users.
Information about
writing ActionScript
for mobile phones and
devices. Intended for
mobile and device
developers and
intermediate Flash
users.
Dictionary-style
reference entries for
each term in the Flash
Lite 1.x ActionScript
language. Intended for
mobile and device
developers and
intermediate Flash
users.
Where to Find It
• View in Flash: Select
Help > Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
flash_lite_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
flash_lite_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
flash_lite_documentation
• View in Flash: Select Help >
Flash Help
• View online:
livedocs.macromedia.com/
go/livedocs_flash
• Get the PDF:
www.macromedia.com/go/
flash_lite_documentation
Getting the most from the Studio documentation 25
Accessing additional online Flash resources
The following table summarizes additional online resources for
learning Flash.
ResourceDescriptionWhere to Find It
Flash Support
Center
Flash Developer
Center
Flash
Documentation
Resource Center
Macromedia
Online Forums
Macromedia
Training
Flash Resource
Manager (English
only)
TechNotes, plus
support and problemsolving information.
Articles and tutorials
to help you improve
your skills and learn
new ones.
PDF and HTML
versions of the Flash
documentation.
Discussion and
problem-solving
information by Flash
users, technical
support
representatives, and
the Flash
development team.
Classroom and online
instruction offered by
Macromedia training
partners.
An alternative viewer
for viewing the Flash
help system outside
the Flash application.
• www.macromedia.com/go/
flash_support
• www.macromedia.com/go/
flash_devcenter
• www.macromedia.com/go/
fl_documentation
• www.macromedia.com/go/
flash_forums
• www.macromedia.com/go/
flash_training
• www.macromedia.com/go/
flash_resource_manager
26 Learning Studio
Getting the most from the Fireworks
documentation
Fireworks includes a variety of media to help you learn the program
quickly. The Fireworks help system includes several documents that help
you learn about using and extending Fireworks. You can also consult a
number of additional online resources as you learn to use Fireworks.
Accessing the Fireworks documentation
The following table summarizes the documentation included in the
Fireworks help system.
TitleDescription/
Audience
Getting Started
with Fireworks
Using FireworksComprehensive
Extending
Fireworks
Basic introduction to
Fireworks concepts
and interface, with a
detailed beginner
tutorials. Intended for
beginning Fireworks
users.
information about all
the features of
Fireworks. Intended
for all Fireworks users.
Information about
adding functionality to
Fireworks with
JavaScript. Intended
for JavaScript users
and advanced
Fireworks users.
Where to Find It
• View in Fireworks: Select
Help > Getting Started with
Fireworks
• View online:
www.macromedia.com/go/
livedocs_fireworks
• Get the PDF:
www.macromedia.com/go/
fireworks_documentation
• View in Fireworks: Select
Help > Using Fireworks
• View online:
www.macromedia.com/go/
livedocs_fireworks
• Get the PDF:
www.macromedia.com/go/
fireworks_documentation
• View in Fireworks: Select
Help > Extending Fireworks
• View online:
www.macromedia.com/go/
livedocs_fireworks
• Get the PDF:
www.macromedia.com/go/
fireworks_documentation
Getting the most from the Studio documentation27
Accessing additional online Fireworks resources
The following table summarizes additional online resources for learning
Fireworks.
ResourceDescriptionWhere to Find It
Fireworks
Documentation
Resource Center
Fireworks
Developer Center
Fireworks
Support Center
Fireworks Forum Discussion and
Macromedia
Training
Product manuals,
errata, tutorials, and
release notes.
Articles and tutorials
to help you improve
your skills and learn
new ones.
TechNotes, plus
support and problemsolving information for
Fireworks users.
problem-solving
information by
Fireworks users,
technical support
representatives, and
the Fireworks
development team.
Courses featuring
hands-on tasks and
real-world scenarios.
• www.macromedia.com/go/
fw_documentation
• www.macromedia.com/go/
fireworks_devnet
• www.macromedia.com/go/
fireworks_support
• View in a news reader: news:/
/forums.macromedia.com/
macromedia.fireworks
• View in a browser:
www.macromedia.com/go/
fireworks_forum
• www.macromedia.com/go/
fireworks_training
28 Learning Studio
Getting the most from the Contribute and
FlashPaper documentation
Contribute and FlashPaper include a variety of media to help you learn the
programs quickly. Both products include several documents that help you
learn about using Contribute and FlashPaper. You can also consult a
number of additional online resources as you learn how to use Contribute
and FlashPaper.
Accessing the Contribute and FlashPaper
documentation
The following table summarizes the documentation included in
Contribute and FlashPaper.
TitleDescription/
Audience
Contribute Quick
Start
Deploying
Contribute
Basic introduction to
installing Contribute,
connecting to a
website, and
completing some
simple tasks quickly.
Intended for
beginning Contribute
users.
Overview of what a
system administrator
should know when
deploying Contribute
within an organization.
Topics include setting
network and server
permissions,
configuring Contribute
to work with your
website, managing
users, and
understanding site
structure. Intended for
Contribute
administrators.
Where to Find It
• In Contribute: Select Help >
Quick Start Guide
• View the FlashPaper format:
www.macromedia.com/go/
contribute_docs_en
• View online:
livedocs.macromedia.com
• Get the PDF:
www.macromedia.com/go/
contribute_docs_en
• In Contribute: Select Help >
Macromedia Contribute Help,
and open Administering
Contribute.
Getting the most from the Studio documentation 29
TitleDescription/
Audience
Using and
Administering
Contribute
How Do I panelQuick step-by-step
Contribute
tutorial
Using
FlashPaper
Comprehensive
information about the
Contribute features.
Intended for all
Contribute users and
administrators.
instructions on
completing some
common Contribute
tasks. Intended for
Contribute users and
administrators.
Step-by-step tutorial
that guides you
through
representative
Contribute tasks. In
the tutorial you’ll
update the web pages
of a sample website
and quickly become
familiar with
Contribute features.
Intended for
beginning Contribute
users.
Comprehensive
information about all
FlashPaper features.
Intended for all
FlashPaper users.
Where to Find It
• In Contribute: Select Help >
Macromedia Contribute Help
• View online:
livedocs.macromedia.com
• Get the PDF:
www.macromedia.com/go/
contribute_docs_en
• In Contribute: Select View >
Sidebar
• In Contribute: Select Help >
Contribute Tutorial
• In Contribute: Select Help >
FlashPaper Help
• www.macromedia.com/go/
flashpaper_documentation
30 Learning Studio
Loading...
+ 320 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.