Jump to content
Search Community

Strange loading

polonDev test
Moderator Tag

Recommended Posts

Hello,

 

I am using LoaderMax for more then one month.

I had no problem with that at all but yesterday all my versions of app started to be strange.

Loading progress is juggling and my progressbar is sometimes going far out of my view.

 

I didn't change anything just it happened.

 

Maybe it's not LoaderMax related.

 

 

Local version with simulate downloads works fine.

 

 

What can be wrong ?

 

Thank you.

Link to comment
Share on other sites

Hmmm, if you didn't change anything, and LoaderMax didn't change anything, I can only suspect your Flash Player may have been upgraded. What version are you using? Can you roll back to a later version?

 

Also, when was the last time you updated your LoaderMax files? I would suggest downloading a fresh version.

 

If none of these ideas shine any light on the issue, please try to provide a very simple file that we can compile that will replicate the issue. We will do our best to help.

Link to comment
Share on other sites

Flash player version within 2 days is still same. I have currently NPSWF32_11_5_502_110.dll

Is it chance that is web hosting problem ?

 

Also, when was the last time you updated your LoaderMax files? I would suggest downloading a fresh version.

month ago.

Link to comment
Share on other sites

Please re-compile with the latest LoaderMax files. We are constantly staying on top of minor inconveniences Adobe bakes into new versions of the player.

 

I haven't heard of web hosts being the reason for many problems. Sometimes they aren't configured properly to serve flvs, but for images and mp3s.

 

Do you have access to another server that you can test on?

 

If you can provide some files that we can test it would go a long to helping solve the issue. As of now we certainly aren't aware of any reason a swf would perform differently from one day to the next. I'm sure your situation is frustrating. We'll certainly help if we can.

Link to comment
Share on other sites

hmm, I saw the issue on your server but not on mine:

http://www.snorkl.tv/dev/preloader/Main/Main.html

 

I get a progressbar that grows consistently and never goes back or jumps out of bounds.

Mac Safari: Flash Player 11.4.402

Mac Firefox: Flash Player 11.4.402

Mac Chrome: Flash Player 11.5.31

 

I haven't looked at the code, as this seems to make a strong case (in conjunction with your own past experience) for the code being solid.

 

I really don't know what to suggest at this point, but it seems like the issue lies somewhere with your host perhaps.

Link to comment
Share on other sites

Thx for test. Anyway i have this code :

__queue = new LoaderMax({onprogress:ProgressHandler, maxConnections:1, onComplete:AllComplete});

 

and

 

 

private function ProgressHandler(e:LoaderEvent):void
{
trace(e.target.progress * 100);
__progressBar.scaleX = e.target.progress;
}

 

If I do debug via Remote debug session and connect to my host i got very strange numbers calculated by LoaderMax:

 

 

2.8908613386995885

4.004135851426948

6.894997190126537

6.908406947312888

9.799268286012476

9.814266040760367

10.257229138343702

0

5.0804892954976255

10.163305319521873

10.165787163283603

15.248603187307852

15.293896835959433

20.37671285998368

20.54299639201963

25.625812416043882

25.710970680118262

30.793786704142505

30.945799634548504

36.028615658572754

36.13921282120487

41.22202884522912

41.34596591808054

46.42878194210479

46.492224073264026

51.57504009728827

51.65430398242855

56.73712000645279

56.863383807830836

61.94619983185509

62.04485312138388

67.12766914540812

67.37151029499815

72.4543263190224

72.67365926146535

74.57971527047444

75.82358434080678

0

6.404377992768493

7.5037623375354245

13.908140330303919

15.141991595817453

21.546369588585947

22.892797811003614

26.000586338317213

0

33.558985283123214

36.13264647747406

69.69163176059728

73.58028737339082

107.13927265651404

111.27269747959403

144.83168276271726

146.77959505545712

180.33858033858036

184.03162541093576

217.59061069405897

220.83713118195877

254.396116465082

257.60474381164033

291.16372909476354

300.26013129461404

333.8191165777373

337.8337412820172

371.3927265651404

372.79579693372796

406.35478221685116

409.96794445070304

424.0006964144895

0

2889.5943562610228

3231.834215167549

6121.428571428572

6415.255731922399

8510.493827160493

0

98.94179894179894

[sWF] /Problem/ProjectX.swf - 2130 bytes after decompression

100

all done

 

 

The host just asked what is the problem to help me but I don't know what to answer.

How to specify the problem which caused this.

Link to comment
Share on other sites

I'm not a server-side guy at all, but it sounds to me like the problem has to do with the headers that the server is sending and the data they carry about the file(s) it is serving. Maybe it's a gzip issue or mime type or some other info in the header. But like Carl said, it definitely sounds like a server-side issue. I wish I had better info to share.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...