Hi,

I'm trying to retrieve out all the properties and methods of an object
(mx.screens.Slide for example).

in Flash MX you could do this using:

for( var name in slide ){
slide[name] // this retrieves every type of property
}

when I do this in FMX04 I won't get all the methods an properties, for
example the gotoNextSlide() method doesn't get iterated...

Anyone ideas on how to retrieve everything of a class (including
complete classname like "mx.screens.Slide"?

Thanks!

Wiebe Tijsma

pls mail me directly to: wiebe at tijsma dot com