Gnash  0.8.11dev
Functions | Variables
plugin/test/baseuri/sub/test.as File Reference

Functions

 createTextField ("tf", 50, 10, 10, 10, 10)
 
function log (msg)
 
xml load ('test.xml')
 

Variables

tf autoSize = true
 
tf border = 1
 
 xml = new XML()
 
xml onLoad
 

Function Documentation

createTextField ( "tf"  ,
50  ,
10  ,
10  ,
10  ,
10   
)
xml load ( 'test.xml )
log ( msg  )

Variable Documentation

tf autoSize = true
tf border = 1
xml onLoad
Initial value:
= function(x) {
log("Loaded: " + x);
log("XML: " + this);
}
x
Definition: extensions/fileio/test.as:62
function log(msg)
Definition: plugin/test/baseuri/sub/test.as:6
xml = new XML()