[Qt-interest] mime type of WebKit

ssuk hyun kim ssukhyun at gmail.com
Tue May 11 05:58:55 CEST 2010


Hello.

I installed ogg codec and tested html5 video tag using QtWebKit on Window
XP.

A html below works nicely.

<video width=320 height=240 controls>
    <source src="clock.ogv" >
</video>

But If I add mime type, it doesn't work.

<video width=320 height=240 controls>
    <source src="clock.ogv"  type="video/ogg">
</video>
What do I miss?

Regards,
Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100511/a8868379/attachment.html 


More information about the Qt-interest-old mailing list