You are currently browsing the daily archive for March 2nd, 2007.
Abstarct classes are not supported in AS 3.0.It was not supported even in AS 2.0.
Supported class types:
dynamic
internal(default)
final
public
Unless any attribute is defined for a class,it will be internal type.this means it is accessible inside the current package.



