clsid for quicktime

Koos Vriezen koos.vriezen at xs4all.nl
Sat Feb 12 02:17:49 GMT 2005


Hi,

Attached fixed video on
http://www.apple.com/trailers/paramount/sahara/sahara_medium.html
with source of information.

Koos
-------------- next part --------------
Index: rendering/render_frames.cpp
===================================================================
RCS file: /home/kde/kdelibs/khtml/rendering/render_frames.cpp,v
retrieving revision 1.193
diff -u -3 -p -r1.193 render_frames.cpp
--- rendering/render_frames.cpp	1 Feb 2005 18:51:16 -0000	1.193
+++ rendering/render_frames.cpp	12 Feb 2005 02:13:53 -0000
@@ -693,6 +693,9 @@ void RenderPartObject::updateWidget()
               else if(objbase->classId.contains(QString::fromLatin1("8AD9C840-044E-11D1-B3E9-00805F499D93")) ||
                       objbase->classId.contains(QString::fromLatin1("CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA")))
                   serviceType = "application/x-java-applet";
+              // http://www.apple.com/quicktime/tools_tips/tutorials/activex.html
+              else if(objbase->classId.contains(QString::fromLatin1("02BF25D5-8C17-4B23-BC80-D3488ABDDC6B")))
+                  serviceType = "video/quicktime";
 
               else
                   kdDebug(6031) << "ActiveX classId " << objbase->classId << endl;


More information about the kfm-devel mailing list