I am attempting to write a program that can play a list of flashes (for example, from YouTube.) I’m using QWebview to show videos, the plugin works fine.
However, how can I tell when a video finishes, so that I can start the next one?
Anyway, are there any other methods to play a list of flash video?
yes you can, In flash you could check the “meta data”, this will have the properties in the flv video, From length of video, audio, cue points etc, also you could check the buffer and compare its percentage: onCompletion handler play next video….
Your best bid would be to check out tutorials on META DATA FLASH PLAYER..theres heaps of different samples around…