Specifying initial settings for FlashPaper 2.0 documents

June 28th, 2006 by Posted in Macromedia FlashPaper, Macromedia Products

You can modify a few initial settings for Flash documents without using ActionScript; instead, you override some settings in the URL of your SWF file, as follows:

foo.swf?INITIAL_VIEW=35&POPUP_ENABLED=false 

In this example, the document is created with an initial zoom of 35%, and with the Open In New Browser buttonhidden.

The currently defined settings are as follows:

INITIAL_VIEW Initial zoom level (numeric percentage, “width”, or “page”).

INITIAL_PAGE Initial page to display (numeric value).

INITIAL_BOOKMARK Name of outline entry to use for initial view.

POPUP_ENABLED If false, hide the Open In New Browser button.

HIDE_SIDEBAR If true, do not show the sidebar.

UIFONT Name of the font to use for the FlashPaper user interface.

UIFONTSIZE Sizes to use for Normal fonts in the FlashPaper user interface.

UISMALLFONTSIZE Sizes to use for Small fonts in the FlashPaper user interface.