Browse - computer tips - mng loopDate: 2007oct21 Q. How can I tell if an MNG animation is supposed to loop? A. The word "LOOP" will actually be in the binary file. So on a Linux/Unix box you can do: strings MYFILE.mng | grep LOOP If you get something, at least some part of the animation is supposed to loop. Add a commentSign in to add a comment |