Macromedia FlashPaper first appeared in Macromedia Contribute as a tool to easily publish office documents to the web by converting the …
A Quick Glance at the FlashPaper API You can find the FlashPaper 2 API fully documented in the FlashPaper 2 API documentation. A Flash …
A Basic FlashPaper Loader Function Rather than using the timeline, I’ll use ActionScript’s setInterval() function to keep …
Adding Your Own User Interface By now, you might be wondering, that’s great, I can remove all the user interface elements from my …
Documents that you convert with FlashPaper 1.0 support a limited number of functions. FlashPaper 1.0 documents do not work well when em …
A FlashPaper 2.0 document exposes a single function at the root level: function getIFlashPaper():FlashPaper.IFlashPaper; This return …
The following functions are supported by the IFlashPaper interface: addListener(listener:Object):Void; Adds or removes a listener for v …
Several methods in IFlashPaper use or return an object of type FlashPaper.SelectionRange. This is a simple class that is defined as fol …
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 …
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 …
You can modify a few initial settings for Flash documents without using ActionScript; instead, you override some settings in the URL of …
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 …
When it came time to brainstorm for features in ColdFusion MX 7, many ColdFusion team members wondered what we could give developers, s …
Easy-to-Use Solution for Developers As ColdFusion engineers, we like to think that our job is to make ColdFusion developers’ live …
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 …
Code Examples for the cfdocument Tag There are a few additional supporting subset tags for the cfdocument tag: cfdocumentitem and cfdoc …