Ord(); Play() - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

ord()

Availability
Flash Lite 1.0.
Usage
ord(character)
Operands
The character to convert to an ASCII code number.
character
Description
String function; converts characters to ASCII code numbers.
Example
The following example uses the
function to display the ASCII code for the character A:
ord()
trace ("multibyte number = " add ord("A"));// Output: multibyte number = 65

play()

Availability
Flash Lite 1.0.
Usage
play()
Operands
None.
Description
Function; moves the playhead forward in the timeline.
34
Flash Lite Global Functions

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents