Ely over at QuietlyScheming.com just created a SuperImage component
which I believe fixes the issue you're experiencing.

http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/

Cheers,

Brian

On 2/1/07, maikelsibbald <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I've got a HBox with number(about 10) of images (375x200). For some
>  reason the images are flickering. It's really anoying.
>
>  I'm changing they x-property and let the moveEffect handle the rest,
>  for some reason it really looks weird.
>
>  <mx:HBox id="preview_container2"
>  height="100%"
>  horizontalGap="35"
>  paddingTop="30"
>  paddingLeft="30"
>  paddingRight="30"
>  moveEffect="previewMove">
>  <mx:Repeater id="preview_rpt"
>  dataProvider="{mediaTestHelper.galleryDataArray}">
>  <controls:PreviewHolder data="{preview_rpt.currentItem}"/>
>  </mx:Repeater>
>  </mx:HBox>
>
>  


-- 
Brian Dunphy

Reply via email to