Use Actionscript to rotate it - there are various libraries that use tween and transitions to achieve Actionscript-based animation on any desired property, like rotation.
Jason --- In [email protected], "tedgies" <[EMAIL PROTECTED]> wrote: > > 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 >

