Hi Poul,
I'm using TWS with a tiddlywiki that shows some videos in webm format so that both Chrome and Firefox can display them without the help of a plugin.
Her is the typical content of a video tiddler :
<html>
</br>
<video width="480" height="384" poster="./image.png" controls="controls">
<source src="./video.webm" />
</video>
</html>
The image (image.png) is displayed but I can't play the vidéo.
It works when the TW is directly loaded in Chrome or Firefox.
Any Idea of what causes this problem ?
Thanks
FrD
On Saturday, December 31, 2011 5:30:55 PM UTC+1, Poul wrote: