FlashVarUtil
| Kind of class: | public class |
|---|---|
| Package: | org.casalib.util |
| Inherits from: | none |
| Version: | 09/15/08 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.util.FlashVarUtil |
| File last modified: | Thursday, 19 February 2009, 11:33:37 |
Utility for providing easy access to HTML embeded FlashVars.
Usage note:
- You must first initialize StageReference before using this class.
Summary
Class methods
getValue
public static function getValue (
key:String) : String
Returns a FlashVar value by key.
Parameters:
key:
The name of the FlashVar to retrieve.
Returns:
- The string value of the FlashVar.
Usage note:
- You must first initialize StageReference before using this class.
hasKey
public static function hasKey (
key:String) : Boolean
Checks to if FlashVar exists.
Parameters:
key:
The name of the FlashVar to check for existence.
Returns:
- Returns
trueif the key exists; otherwisefalse.
Usage note:
- You must first initialize StageReference before using this class.