Oh, nevermind. The On[PROPERTY]Changed slot is available for all properties...
----- Original Message ---- From: Jason H <[email protected]> To: [email protected] Sent: Sun, January 9, 2011 3:08:04 AM Subject: [Qt-qml] Video Element auto-play 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(); } _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
