Quote Originally Posted by ChrisW67 View Post
Am I correct in assuming that by "Qt player plugin" you mean "Apple Quicktime (QT) Player plugin?" I guess the platform is not Linux/UNIX as your profile would lead us to believe.

Please post some small example that can be used to reproduce the issue so that it may be possible to tell if the issue exists, and whether it lies in the Qt QWebView, the Apple QT plugin, or your HTML/Javascript.
we are not using Apple Quicktime (QT) Player plugin, we have own player here the code.

Qt Code:
  1. class VideoPlugin : public QLabel {
  2.  
  3. Q_OBJECT
  4. public:
  5. VideoPlugin();
  6. ~VideoPlugin() ;
  7. void setImage(QPixmap p);
  8. };
To copy to clipboard, switch view to plain text mode