Speaking with the WebPage
With ActionSpeak™ Installed , Flash can communicate with the web page and HTML forms.
WebForms
ActionSpeak allows us to modify the value of any field in out Web Form. These include TextBoxes & Hidden Fields.
Objects are accessed by their HTML Runtime id (Asp.Net ClientId ).
[ActionScript]
Cookies
ActionSpeak also allows us to Set or Get any Browser cookie in our website.
[ActionScript]
Manipulating the Flash Object
ActionSpeak allows for unique advanced delivery options for Flash Movies.
Popping the Flash Movie into a Transparent Floating Overlay
The Float(style) function makes the Flash Movie float above all other website content in a transparent layer. Traditionally, this trick only worked in Internet Explorer - but ActionSpeak makes this style of delivery stable in all major browsers on the PC and Apple Platforms.

[ActionScript]
Moving Floating Flash Movies
Once the Flash Movie is floating, it can be move around the screen using the MoveTo(x,y) command.
[ActionScript]
Dynamically Resizing Flash Movies
The Flash Movie can be resized using ResizeTo(width, height). This resizes the Flash Object in the browser, as well as changing the size of the Flash Stage.
[ActionScript]
Swapping Flash Movies
The LoadSWF(url) command unloads the current Flash Movie - and loads another from a url.
[ActionScript]
The url is relative to the ASPX page, and cannot contain the tilde "~/" expression.