I made a little animation for a client. Its a repeating movement of a cat. The flash-file works great and shows an endless animation without interruptions. But after I integrated that animation, it plays the animation wrong. It sticks on some point. Heres the code and the link:
The (embeded) animation http://davidgoltz.com/2011/wp-content/themes/davidgoltz/images/katze.swf
http://www.davidgoltz.de/2011/contact/ (after you click on the fish)
The code: http://pastebin.com/hMKW5Mtj
Do you have any ideas?
How are you looping the animation? Sometimes you have to restart the animation by hand by writing code that detects when the animation has reached it final frame and then goto and play frame 1.
I have seen this before myself when using embedded swfs where restarting the playback head using timeline code with an embedded swf doesnt work.