Question

I can't find it by manually searching the Flex directory either. I've downloaded the latest Flex 4.6 (updated Nov 2011 it seems) and ThrottleEvent is nowhere to be found. Anyone know what I'm doing wrong or what I need to be able to use ThrottleEvent?

Was it helpful?

Solution

ThrottleEvent is in the flash.events.* package; meaning it is not part of the Flex Framework; but rather part of Flash--most likely in PlayerGlobals.swc.

You will not be able to access source code for this event; but you should be able to import it into your project and make use of the class, assuming your project is targeting Flash Player 11/AIR 3.2 or greater.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top