Package | mx.managers |
Class | public class BrowserManager |
Inheritance | BrowserManager Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
document.location
property in JavaScript.
Events are dispatched when the url
property is changed.
Listeners can then respond, alter the URL, and/or block others
from getting the event.
To use the BrowserManager, you call the getInstance()
method to get the current
instance of the manager, and call methods and listen to
events on that manager. See the IBrowserManager class for the
methods, properties, and events to use.
More examples
Using the BrowserManager
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
Learn more
Deep linking in sandboxed applications
Deep linking in multi-versioned applications
About deep linking
Deep linking in multi-versioned applications
About deep linking
Related API Elements
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
[static]
Returns the sole instance of this Singleton class;
creates it if it does not already exist. | BrowserManager | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Method Detail
getInstance | () | method |
public static function getInstance():IBrowserManager
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this Singleton class; creates it if it does not already exist.
ReturnsIBrowserManager — Returns the sole instance of this Singleton class;
creates it if it does not already exist.
|
Thu Dec 6 2018, 01:12 PM -08:00