MACROMEDIA FLASH 8-DEVELOPING FLASH LITE Develop Manual page 29

Developing flash lite applications
Hide thumbs Also See for FLASH 8-DEVELOPING FLASH LITE:
Table of Contents

Advertisement

10.
In the Actions panel, type the following code:
fscommand2("SetSoftKeys", "Left", "Right");
fscommand2("FullScreen", true);
The two parameters of the
specify the labels that Flash Lite displays above the soft keys when the application is not
being viewed in full-screen mode. In this case, the application uses the
command (see
FullScreen
application to display in full-screen mode. Consequently, the values you choose for those
parameters can be arbitrary text strings or expressions.
fscommand2("SetSoftKeys", foo, bar);
11.
Select Control > Test Movie to test the application in the emulator.
Click the Left and Right soft keys on the emulator with your mouse, or press the Page Up
and Page Down keys on your keyboard to test the application.
command—Left and Right, in this case—
SetSoftKeys
in Flash Lite 1.x ActionScript Language Reference) to force the
Using the soft keys (Flash Professional Only)
FullScreen
29

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-DEVELOPING FLASH LITE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents