Do you have a way to make sure the Content-Length response header is coming across correctly? I ran into a similar problem with a flex app (in browser) and found it was related to the fact that I was using a server-side proxy that wasn't passing the Content-Length response header from the source server back to the flash player... Not sure if this will apply to your situation with an AIR app... -James
--- In [email protected], "Battershall, Jeff" <[EMAIL PROTECTED]> wrote: > > I've built at AIR app that supports application update, but I'd like to > show the user the progress of the updater download. For some reason, the > ProgressEvent.bytesTotal just isn't coming over the wire. bytesLoaded > sure is, just not bytesTotal. It isn't as though this is some tiny > file, either - we're talking about 4MB, so the player *should* have time > to get this info. > > Any suggestions/info appreciated! > > Jeff Battershall > Application Architect > Dow Jones Indexes > [EMAIL PROTECTED] > (609) 520-5637 (p) > (484) 477-9900 (c) >

