Oh! One thing I forgot to mention, in case anyone else stumbles on this thread. I had to re-install VLC using their installer, to get it working. Using the portable version (simple zip file) wasn't working.
I had been upgrading with zip files overwriting previous versions, but hadn't been using the plugin until this thread. I noticed during the install that it updates the plugin. By using the portable version, the plugin dll wasn't getting updated - which seems to be what causes the black window with no output. The plugin loads, but it can't find all the other bits of vlc to be able to decode and playback. HTH --Jim On Feb 5, 9:07 am, FrD <[email protected]> wrote: > Thanks for the test. > > Finally I use the <video> tag (html5) in both firefox 10 and IE 9. > It works natively in IE with an mp4 file (H264/mp4) and in firefox with an > ogg file. > > Firefox : > <video width="400" height="300" poster="myposter.png" controls> > <source src="myfile.ogg" /> > </video> > > IE : > <video width="400" height="300" poster="myposter.png" controls> > <source src="myfile.mp4" /> > </video> > > So I guess the following should work in both, but you have to have two > video files : > > <video width="400" height="300" poster="myposter.png" controls> > <source src="myfile.mp4" /> > <source src="myfile.ogg" /> > </video> > > Or, last solution : use the ogg file and install ogg codecs in IE. > > FrD -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

