Previous Next


                                                 774
         CHAPTER 9                                                        Multimedia Features




                 TABLE 9.19 Entries in a floating window parameters dictionary
KEY    TYPE          VALUE

Type   name          (Optional) The type of PDF object that this dictionary describes; if present, must be
                     FWParams for a floating window parameters dictionary.

D      array         (Required) An array containing two non-negative integers representing the floating
                     window’s width and height, in pixels, respectively. These values correspond to the
                     dimensions of the rectangle in which the media will play, not including such items
                     as title bar and resizing handles.

RT     integer       (Optional) The window relative to which the floating window should be positioned:
                        0               The document window
                        1               The application window
                        2               The full virtual desktop
                        3               The monitor specified by M in the media screen parameters MH or
                                        BE dictionary (see 9.22)

                     Default value: 0.

P      integer       (Optional) The location where the floating window (including such items as title
                     bar and resizing handles) should be positioned relative to the window specified by
                     RT:

                        0               Upper-left corner
                        1               Upper center
                        2               Upper-right corner
                        3               Center left
                        4               Center
                        5               Center right
                        6               Lower-left corner
                        7               Lower center
                        8               Lower-right corner
                     Default value: 4.

O      integer       (Optional) Specifies what should occur if the floating window is positioned totally
                     or partially offscreen (that is, not visible on any physical monitor):
                        0               Take no special action
                        1               Move and/or resize the window so that it is on-screen
                        2               Consider the object to be non-viable
                     Default value: 1

T      boolean       (Optional) If true, the floating window should have a title bar. Default value: true.

Previous Next