Hi FlexCoders, I'm trying to solve a problem where i'd like an image to rotate in place. I use this spinning image to denote the loading of new data in my application. (aside: The spin will be slow and non-flickering for good accessibility).
On a webpage, i've achieved this sping using the animated gif. My understanding is that Flex doesn't support the animaged gif. So...using Flex components, the closest thing i've seen is using the <AnimateProperty> within a <Sequence>. I used this example on the Adobe Flex language reference site. http://livedocs.adobe.com/flex/201/langref/mx/effects/AnimateProperty .html This works for me, but not how i want it to. I would like the image to spin about it's radius, and not about it's upper right corner. Thanks for any help! Ted

