Hello all
There’s a problem with an application we (mostly I) programmed. Here’s the basics:
The customer of this application: …
http://rtl.sportal.de/radsport/center/index_tdf.html?600282
… received User Feedbacks that their Browsers crash / close when trying to open the page.
(you can also go to http://www.sportal.de/radsport/center/index_tdf.html?600282 if you like. That’s our own- we just license it out to several customers)
It’s a live reporting application that loads a live commentary (and some other live files) and displays them. The SWF on the side loads some XML files from the same server (relative referencing, like “…/…/…/…/live/commentary/radsport/mcneu_123456_situation.xml”).
Apparently, the “crashing” has to do with the SWF on the right side. Once it is done loading itself (it’s a scene with one frame and an onEnterFrame that compares “_root.getBytesLoaded()” and “_root.getBytesTotal()” and does a gotoAndPlay(“main”,1) when it’s done [“main” is the second scene]).
Before, I had a “this.gotoAndPlay(2)” to skip to the next frame (= the next scene) but that made it crash on our Apple Mac here in Firefox and MSIE. Probably because there is no frame 2 in that scene… Now it works (at least in FireFox, still crashes MSIE).
Any idea off the top of your people’s minds? The problem is, it runs on all PCs here in the office (with the exception of MSIE on our Apple)… so we can’t test it from here. :puzzled:
Should I post the source?
Can you guys check the link and see if it crashes your browser and if so, tell me what system you run and if it gave you an error message?
Thanks in advance!
~Marcel