FlashPaper 2 Support Play the RoboDemo movie › Included with Contribute 3 is Macromedia’s ground-breaking FlashPaper 2 technolo …
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 …