How to add flash to project?
Hi John,
Flash is not supported. The only way is to open it in the external browser (new window).
Paste this code into the Code Editor:
import QtQuick 2.5 Item { anchors.fill: parent MouseArea { anchors.fill: parent onClicked: Qt.openUrlExternally("https://google.com"); } }