Using the <param> tag

You use the <param> JSP tag to set predefined properties of the Flash SWF file and <object> and <embed> parameters, such as the background color.

The syntax for the <param> tag is as follows:

<prefix:mxml|flash>
   ...
   <prefix:param name="param_name" value="param_value" />
   ...
</prefix:mxml|flash>

For a complete list of the display parameters you use to define the Flash SWF file, see About the <object> and <embed> tag properties.

To pass dynamic data or user-defined variables to your Flex applications, use the <flashvar> tag to define the value of the flashVars variables. For more information about flashVars, see Using the <flashvar> tag.


Version 1.5

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/15/flex_docs_en/00000857.htm