‘Macromedia FlashPaper’ Category

FlashPaper 2 Support

FlashPaper 2 Support

FlashPaper 2 Support Play the RoboDemo movie › Included with Contribute 3 is Macromedia’s ground-breaking FlashPaper 2 technolo …

Importing FlashPaper 2 Documents into Macromedia Flash and Using the FlashPaper API

Importing FlashPaper 2 Documents into Macromed ...

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

A Quick Glance at the FlashPaper API

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

A Basic FlashPaper Loader Function

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

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 …

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 …

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 …

Functions supported by the IFlashPaper interface

Functions supported by the IFlashPaper interfa ...

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

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 …

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 …

Loading FlashPaper 2.0 documents as sprites in Director

Loading FlashPaper 2.0 documents as sprites in ...

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 …

Specifying initial settings for FlashPaper 2.0 documents

Specifying initial settings for FlashPaper 2.0 ...

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

Page 1 of 212»