You are not logged in.

Sathyan

Beginner

  • "Sathyan" started this thread

Posts: 29

Location: China

Occupation: Software Developer

  • Send private message

1

Monday, March 8th 2010, 9:17am

playing GIF picture using QMovie

Dear All,

I'm trying to play a gif file using qmovie in Qt 4.6

The problem is... the Gif file is keep on playing (looped). It never stops, untill i use stop() or setPaused(true).

how to stop the playing exactly after one loop ?
if i play the same gif in a browser or other picture viewers, it plays only once and stops.

Thanks for your help..

sathyan

2

Monday, August 2nd 2010, 10:29am

Please any solution fot it? THX for help.

3

Monday, August 2nd 2010, 10:42am

First thought - use http://doc.qt.nokia.com/4.6/qmovie.html#frameChanged check if it is last frame and stop.
Fighting fire with fire.
Three can keep a secret if two of them are dead.

Rate this thread