Posted by Jukka K. Korpela on 02/20/07 11:27
Scripsit Laddie_In_A_Stitch:
> Hi. I created a simple html menu that contains links to media on local
> disk. I use code like this:
>
> <a href="file:///C:\Temp\movie.avi">Play movie</a>
Wrong syntax. "\" is disallowed in URLs. Use "/" instead, hoping that your
browser gets it right. Note that file: URLs are by definition
system-specific, so the (probably nonexistent) full user-level documentation
of your browser(s) is the right source of information on them.
> I have several movies that are ~1GB in size. When clicking on the link
> above IE6 takes very long to start playing the movie.
Should we be surprised?
> If seems IE6
> first reads the whole movie file before passing it to Windows Media
> Player Classic. Why? Is there a way to make IE6 just start playing
> right away?
Could be. Did you test how <embed> works in your particular system?
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|