Flash situation
- Started
- Last post
- 6 Responses
- gabs958
I flash animated this site: http://www.silvapardo.com/
I dont know what happen but after you navigate for a while, the "stops action" along the page seems to disapear and the site goes crazy and never stops.
Can anyone give me hand whit that. Thanxs
- dbdesign0
Not sure :(
I hope this isn't some kind of bug or something.
Nice work though, I dig it :)
- gabs9580
you have to enter in spanish or espaƱol, english is not online yet.
- flashbender0
dunno man, I clicked on everything in the spanish version and it did not freak out.
The only thing that springs to mind is if you are you using setInterval() somewhere and it never gets cleared?
- gabs9580
How is that of setinterval?
- flashbender0
if you have setInterval calling a function that has play(); or a tween function or something like that, if it is not cleared then it will continually fire.
Just a thought because I had something similar in one of my projects and that was the culprit - I use setInterval to create a lag and I cleared all but one and when that one fired, it was fine until it kept triggering the play(); command and then all hell broke lose.
- gabs9580
Ok ok.. mil gracias