03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

msg = "Use your directional joypad to navigate this application";<br />

} else {<br />

msg = "Please use the 2 key to scroll up, the 6 key to scroll right,<br />

the 8 key to scroll down, <strong>and</strong> the 4 key to scroll left.";<br />

}<br />

See also<br />

capabilities (System.capabilities)<br />

_capCompoundSound property<br />

_capCompoundSound<br />

Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the<br />

System.capabilities.hasCompoundSound property.<br />

Numeric variable; indicates whether Flash Lite can process compound sound data. If so, this<br />

variable is defined <strong>and</strong> has a value of 1; if not, this variable is undefined. For example, a single<br />

Flash file can contain the same sound represented in both MIDI <strong>and</strong> MFi formats. The player<br />

will then play back data in the appropriate format based on the format supported by the<br />

device. This variable defines whether the Flash Lite player supports this ability on the current<br />

h<strong>and</strong>set.<br />

Example<br />

In the following example, useCompoundSound is set to 1 in Flash Lite 1.1, but is undefined in<br />

Flash Lite 1.0:<br />

useCompoundSound = _capCompoundSound;<br />

if (useCompoundSound == 1) {<br />

gotoAndPlay("withSound");<br />

} else {<br />

gotoAndPlay("withoutSound");<br />

See also<br />

capabilities (System.capabilities)<br />

_capEmail property<br />

_capEmail<br />

Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the<br />

System.capabilities.hasEmail property.<br />

Global Properties 91

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!