Flex DownloadProgressBar preloader override

Posted by Shawn Simon on Stack Overflow See other posts from Stack Overflow or by Shawn Simon
Published on 2010-04-10T05:20:33Z Indexed on 2010/04/10 5:23 UTC
Read the original article Hit count: 379

Filed under:

I'm watching this video, which is pretty good http://www.gotoandlearn.com/play?id=108 It shows how to inherit from DownloadProgressBar to create a customer preloader for your flex app. The DownloadProgressBar class has an overridable getter for the property 'preloader.' Isn't this poor design? What does a property called preloader have anything to do with a class for a DownloadProgressBar?

© Stack Overflow or respective owner

Related posts about flex