Hy everyone,
I have a weird problem. Try this link : http://www.balazsflorin.trei.ro
Select ENGLISH on the bottom right. Then select Photo Section.
Here I created a scroller for the thumbnails. You can see that now the scroll is going smooth and at a certain speed. If you click several times on ENGLISH or on Photo Section this speed of the scroll will increase(clicking either one will reload photo_en.swf in the container). This is weird because:
- I reload in the container the same page and no variables remain loaded (at least I couldn’t find any).
- The variable that determines the speed does not increase, it’s calculated using the _xmouse position.
- I added in a text field, in the bottom right part of the page, the number of times that the function “scroller” is called (this is the function that verifies where the mouse is on _x). You can see that the function at first is called like 20-40 times/sec and after clicking on ENGLISH several times it will reach even 1000 calls/sec. I searched a lot and this is the only thing that I could find that changed when reloading the page…
Any suggestion are welcome. Thanks in advance.