[Qt-interest] QWebPluginFactory queries
Nitin Mahajan
nitinm76 at yahoo.com
Tue Jan 12 09:45:07 CET 2010
Hello ,
I have some queries regarding the QWebPluginFactory class.
1. Whether the plug-in would be created based on the MimeType::name alone or the file extension would also be matched with the supported MimeType::fileExtensions?
2. Is there a way the plugin can get created only based on file extension, even if the mime type is not specified in the HTML code. I have one example
<html>
<embed width="480" height="360" src="http://walkernewsdownload.googlepages.com/HP-iPaq-614.wmv"/>
</html>
I have created a plugin-factory from QWebPluginFactory and trying to launch a sample plugin.
With this, I can see the video player plug-in being launched in firefox, but the sample plug-in which I created does not get launched from my plugin-factory.
Can I get some hints towards this?
regards
-Nitin
Get your new Email address!
Grab the Email name you've always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/
More information about the Qt-interest-old
mailing list