Introduction to Flash Lite 2.x ActionScript |
|
|
|
| Unsupported and Partially Supported ActionScript Elements > Commands issued through fsCommand and fsCommand2 > Commands summary | |||
The following table lists the ActionScript commands, functions, and keywords that are partially or not supported by Flash Lite 2.x.
|
Command, function, or keyword |
Description |
Support |
|---|---|---|
asfunction
|
A protocol for URLs in HTML text fields. |
Not supported |
fscommand()
|
Function that lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser. |
Partially supported |
on
|
Prefix for events to execute when the event occurs. Limitation: The supported events are |
Partially supported |
onClipEvent
|
Event handler; triggers actions defined for a specific instance of a movie clip. Limitations: Supported events are The |
Partially supported |
onUpdate
|
The |
Not supported |
print()
|
The |
Not supported |
printAsBitmap()
|
A function that prints the target movie clip as a bitmap. |
Not supported |
printAsBitmaNum()
|
A function that prints a level in Flash Player as a bitmap according to the boundaries specified in the parameter ( |
Not supported |
printNum()
|
A function that prints the level in Flash Player according to the boundaries specified in the |
Not supported |
startDrag()
|
A function that makes the target movie clip draggable while the SWF is playing. Only one movie clip can be dragged at a time. Limitation: Supported if mouse or stylus interface is supported. |
Partially supported |
stopDrag()
|
A function that stops the current drag operation. Limitation: Supported if mouse or stylus interface is supported. |
Partially supported |
updateAfterEvent()
|
A function that updates the display (independent of the frames per second set for the SWF file) when you call it in an |
Not supported |
|
|
|
|