[Qt-qml] Video Element auto-play

Jason H scorp1us at yahoo.com
Sun Jan 9 09:08:04 CET 2011


How do I get a video element to start playing ASAP (without keys or clicks)?

I get the first frame displayed, but I don't know how do start it.

I was hoping there would be an onStatusChanged signal, that I could do:

onStatusChanged(oldStatus) {

 if (status = Video.Loaded) play();
}


      


More information about the Qt-qml mailing list