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.

send an SMS<br />

myMessage = "sms:4156095555?body=sample sms message";<br />

getURL(myMessage);<br />

}<br />

}<br />

See also<br />

capabilities (System.capabilities)<br />

_capStreamSound property<br />

_capStreamSound<br />

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

System.capabilities.hasStreamingAudio property.<br />

Numeric variable; indicates whether the device can play streaming (synchronized) sound. If<br />

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

Example<br />

The following example plays streaming sound if canStreamSound is enabled:<br />

on(press) {<br />

canStreamSound = _capStreamSound;<br />

if (canStreamSound) {<br />

// play a streaming sound in a movieclip with this button<br />

tellTarget("music") {<br />

gotoAndPlay(2);<br />

}<br />

}<br />

See also<br />

capabilities (System.capabilities)<br />

_focusrect property<br />

_focusrect = Boolean;<br />

Specifies whether a yellow rectangle appears around the button or movie clip that has<br />

keyboard focus. If _focusrect is set to its default value of true, a yellow rectangle appears<br />

around the currently focused button or movie clip as the user presses the Tab key to navigate<br />

through objects in a SWF file. Specify false if you do not want to show the yellow rectangle.<br />

This is a property that can be overridden for specific instances.<br />

96 ActionScript language elements

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

Saved successfully!

Ooh no, something went wrong!