Adobe Design Bundle

Adobe Design Bundle

The Adobe Design Bundle offers the unified design environment of Adobe Creative Suite 2 Premium software with Macromedia Flash Profe …

Adobe Video and Audio

Adobe Video and Audio

Bring the power of professional-quality video and audio to your creative projects and business communications. Adobe’s family of …

Printed Documentation generation issue for RoboHelp HTML X5 and RoboInfo 5, related to Digital Certificates and Macros

Printed Documentation generation issue for R ...

Issue
The information in this article addresses the issue of the way Microsoft Word handles Digital Certificates for Macros, which caus …

Printed Documentation fix for RoboHelp HTML X5 and RoboInfo 5

Printed Documentation fix for RoboHelp HTML ...

Issue
The information in this article addresses the issue of the way Microsoft Word handles Digital Certificates for Macros, which caus …

About the Resource Level Monitor in Macromedia HomeSite

About the Resource Level Monitor in Macromed ...

About the Resource Level Monitor

The Resource Level Monitor runs in the background when you start HomeSite+ for Dreamweaver MX and war …

Unicode issues in HomeSite/HomeSite+ 5.5

Unicode issues in HomeSite/HomeSite+ 5.5

The following Unicode issues have been discovered with Macromedia HomeSite 5.5 and HomeSite+ 5.5.It is not possible in HomeSite to set …

Code Examples for the cfdocument Tag

Code Examples for the cfdocument Tag

Code Examples for the cfdocument Tag
There are a few additional supporting subset tags for the cfdocument tag: cfdocumentitem and cfdoc …

Using the cfdocument Tag

Using the cfdocument Tag

Using the cfdocument Tag
This is the most exciting part of introducing this feature—showing you how to use it!
Sample 1: Using the c …

Easy-to-Use Solution for Developers

Easy-to-Use Solution for Developers

Easy-to-Use Solution for Developers
As ColdFusion engineers, we like to think that our job is to make ColdFusion developers’ live …

Your Need for the cfdocument Tag

Your Need for the cfdocument Tag

When it came time to brainstorm for features in ColdFusion MX 7, many ColdFusion team members wondered what we could give developers, s …

Printing Web Pages in FlashPaper or PDF Format with ColdFusion MX 7

Printing Web Pages in FlashPaper or PDF Form ...

Most of us, at one time or another, have experienced the poor result of printing web content from a browser. The page printout is ugly …

Specifying initial settings for FlashPaper 2.0 documents

Specifying initial settings for FlashPaper 2 ...

You can modify a few initial settings for Flash documents without using ActionScript; instead, you override some settings in the URL of …

Loading FlashPaper 2.0 documents as sprites in Director

Loading FlashPaper 2.0 documents as sprites ...

Basically, you need to disable any scaling by Director, and make sure the origin is centered. Here is a snippet of Lingo code to accomp …

Loading FlashPaper 2.0 documents into Flash

Loading FlashPaper 2.0 documents into Flash

t’s important to understand is that a FlashPaper document is a SWF file; you can load it as you would any other SWF file using lo …

The FlashPaper.SelectionRange Class

The FlashPaper.SelectionRange Class

Several methods in IFlashPaper use or return an object of type FlashPaper.SelectionRange. This is a simple class that is defined as fol …

Functions supported by the IFlashPaper interface

Functions supported by the IFlashPaper inter ...

The following functions are supported by the IFlashPaper interface:
addListener(listener:Object):Void; Adds or removes a listener for v …

FlashPaper 2.0 ActionScript API

FlashPaper 2.0 ActionScript API

A FlashPaper 2.0 document exposes a single function at the root level:

function getIFlashPaper():FlashPaper.IFlashPaper;

This return …

History of the FlashPaper ActionScript API

History of the FlashPaper ActionScript API

Documents that you convert with FlashPaper 1.0 support a limited number of functions. FlashPaper 1.0 documents do not work well when em …

Adding Your Own User Interface

Adding Your Own User Interface

Adding Your Own User Interface
By now, you might be wondering, that’s great, I can remove all the user interface elements from my …

A Basic FlashPaper Loader Function

A Basic FlashPaper Loader Function

A Basic FlashPaper Loader Function
Rather than using the timeline, I’ll use ActionScript’s setInterval() function to keep …