Class Hierarchy   Compound List   Compound Members   Related Pages  

MenuStatus Struct Reference

#include <splayer.h>

List of all members.

Public Members

BOOL view100percent
BOOL viewAll
BOOL zoomIn
BOOL zoomOut
BOOL play
BOOL rewind
BOOL forward
BOOL back
BOOL loop
BOOL view100Check
BOOL viewAllCheck
BOOL highQChecked
BOOL loopCheck
BOOL playCheck


Detailed Description

MenuStatus is filled and passed to the Native code in order to specify which menus should be displayed. Flash will make this call whenever the menu state changes. The first group (starting with view100percent) are boolean true if the option should be enabled on the menu. The second group (starting with view100Check) are true if the item should be checked.

Member Data Documentation

BOOL MenuStatus::view100percent

true if the movie can be set to 1:1 zoom.

BOOL MenuStatus::viewAll

true if the movie can be stretched to fit.

BOOL MenuStatus::zoomIn

true if the user can zoom in.

BOOL MenuStatus::zoomOut

true if the user can zoom out.

BOOL MenuStatus::play

true if the user can play a movie.

BOOL MenuStatus::rewind

true if the current movie can be rewound.

BOOL MenuStatus::forward

true if the user can step forward one frame.

BOOL MenuStatus::back

true if the user can step backward one frame.

BOOL MenuStatus::loop

true if the current movie can be looped.

BOOL MenuStatus::view100Check

true if the movie is at 1:1 zoom.

BOOL MenuStatus::viewAllCheck

true if the movie is stretched to fit the window.

BOOL MenuStatus::highQChecked

true if high quality is on.

BOOL MenuStatus::loopCheck

true if looping is on.

BOOL MenuStatus::playCheck

true if playing.


The documentation for this structwas generated from the following file:

Version 1.0 of the Flash 4 Porting SDK                        Middlesoft, Inc.