Is It possible to use .swf file as my background image in Qml??
QML and Qt Quick
2
Posts
2
Posters
3.1k
Views
1
Watching
-
wrote on 22 Sept 2011, 06:17 last edited by
I want to dispaly animated background so is It possible to use .swf file as my background image in Qml??
-
wrote on 22 Sept 2011, 06:57 last edited by
Hi,
you can use QML "WebView":http://doc.qt.nokia.com/4.7-snapshot/qml-webview.html to play .swf, but I think this will be very heavy for phone app. May be better solution is to convert .swf to .gif and use "AnimatedImage":http://doc.qt.nokia.com/4.7-snapshot/qml-animatedimage.html
1/2