mbchr()
27
Description
Function; reads data from an external file, such as a text file or text generated by a
ColdFusion, CGI, ASP, PHP, or Perl script, and sets the values for variables in a Flash Lite
level. This function can also update variables in the active SWF file with new values.
The text at the specified URL must be in the standard MIME format
application/x-www-
form-urlencoded
(a standard format used by CGI scripts). Any number of variables can be
specified. The following example phrase defines several variables:
company=Macromedia&address=600+Townsend&city=San+Francisco&zip=94103
Normally, Flash Lite displays a single SWF file, and then closes. The
loadVariablesNum()
function lets you display several SWF files at once and switch among SWF files without
loading another HTML document.
To load variables into a target movie clip, use the
loadVariables()
function instead of the
loadVariablesNum()
function.
See also
getURL()
,
loadMovie()
,
loadMovieNum()
,
loadVariables()
mbchr()
Availability
Flash Lite 1.0.
Usage
mbchr(
number
)
Operands
number
The number to convert to a multibyte character.
Description
String function; converts an ASCII code number to a multibyte character.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...