up vote 0 down vote favorite
share [g+] share [fb]

In which .swc package are the flash.net namespace classes found?

I think it is either Flex.swc or Framework.swc but I'm not sure.

Cheers

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Neither. It belongs to the playerglobal.swc. See About SWC files in Flex documentation.

link|improve this answer
True. But I'll add that the flash.* classes aren't actually in the playerglobal.swc file. They are just stubs since the real implementation is native in Flash Player. – James Ward Mar 23 '09 at 21:27
feedback

Your Answer

 
or
required, but never shown