Browser

Inherits from:none (Browser is a root class)
  • Version: 1.0
  • Author: Brendan Dawes
  • Classpath: com.dragslidefade.Browser
  • File last modified: Saturday, 16 April 2005, 10:19:12
Opens a browser window to a specific width and height, centered in the middle of the screen.
Example:
var b:Browser = new Browser("mywin",500,400);
b.openWindow("http://www.dragslidefade.com/");

Summary

Constructor
Instance methods

Constructor

Browser

function Browser (
$winName:String, $winW:Number, $winH:Number)
Parameters:
winName:
the name of the window
winW :
the width of the window
winH :
the height of the window

Instance methods

openWindow

function openWindow (
$url:String)
Parameters:
url:
the url to open in the new browser window