Okay, I've added a webkit bugzilla item:
https://bugs.webkit.org/show_bug.cgi?id=25067

we'll also want audio to work, of course.  Currently they go to
quicktime.
ie
file:///C:/mediatests/bruce.wav
should go to
<audio src="bruce.wav" autoplay=true></audio>

On Apr 6, 2:04 pm, Adam Barth <[email protected]> wrote:
> Most of the work to make this happen will take place in WebKit (see,
> for example, how images and the like are handled).  You might want to
> file this as a feature request at bugs.webkit.org.
>
> Adam
>
> On Mon, Apr 6, 2009 at 1:56 PM, Evan Martin <[email protected]> wrote:
>
> > Patches welcome.  :P
>
> > On Thu, Apr 2, 2009 at 2:54 PM, fbarchard <[email protected]> wrote:
>
> >> Feature request
> >> When a user types in a url directly pointing to a media file, such
> >> as .mp4, could we handle those like a .png and use a default <video>
> >> tag?
>
> >> Otherwise I end up needing to make a .html file for each movie I want
> >> to play.
>
> >> MVI_2599.html:
>
> >> <video src="MVI_2599.mov" autoplay=true>
> >> </video>
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to