Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > macromedia flash sitedesign > november 2007 >

macromedia flash sitedesign : Flash CS3 Reference


Emiliano
11/1/2007 12:00:00 AM
Hi there,
i'm studying actionscript 3.0 but i can't find all property and methods in
reference.

For example data grid, many adobe examples reports :

//Resize the component horizontally
myDataGrid.width = 200;
//Resize the component vertically
myDataGrid.height = 200;
//Resize the component horizontally with 5 rows
myDataGrid.rowCount = 5;
//Resize the component horizontally & vertically
myDataGrid.setSize(200, 200);

but if u search public propery u can't find width height ecc. ???

Why ???

Thx

AddThis Social Bookmark Button