On 5/25/05, Kristopher Schultz <[EMAIL PROTECTED]> wrote:

> The ProgressBar component does not appear to work properly if the graphic
> asset being loaded is in the browser's cache. The simple example below
[...]

That odd.  Anyway, here's a workaround:

    <mx:Image id="myImage" complete="progressbar.mode = 'manual';
progressbar.setProgress(100, 100)" />

When the image dispatches a complete event, set the progress to 100.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to