The Adobe Design Bundle offers the unified design environment of Adobe Creative Suite 2 Premium software with Macromedia Flash Profe …
Bring the power of professional-quality video and audio to your creative projects and business communications. Adobe’s family of …
Issue
The information in this article addresses the issue of the way Microsoft Word handles Digital Certificates for Macros, which caus …
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
The Resource Level Monitor runs in the background when you start HomeSite+ for Dreamweaver MX and war …
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
There are a few additional supporting subset tags for the cfdocument tag: cfdocumentitem and cfdoc …
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
As ColdFusion engineers, we like to think that our job is to make ColdFusion developers’ live …
When it came time to brainstorm for features in ColdFusion MX 7, many ColdFusion team members wondered what we could give developers, s …
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 …
You can modify a few initial settings for Flash documents without using ActionScript; instead, you override some settings in the URL of …
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 …
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 …
Several methods in IFlashPaper use or return an object of type FlashPaper.SelectionRange. This is a simple class that is defined as fol …
The following functions are supported by the IFlashPaper interface:
addListener(listener:Object):Void; Adds or removes a listener for v …
A FlashPaper 2.0 document exposes a single function at the root level:
function getIFlashPaper():FlashPaper.IFlashPaper;
This return …
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
By now, you might be wondering, that’s great, I can remove all the user interface elements from my …
A Basic FlashPaper Loader Function
Rather than using the timeline, I’ll use ActionScript’s setInterval() function to keep …