Hello,
I've made some progress.
This works (in Firefox with the vlc plugin) :
<html>
<object data="myfile.avi" type="application/x-vlc-plugin" width="400"
height="300" autostart="no" id="vlc"></object>
</html>
<script label="play">
var vlc = document.getElementById("vlc");
vlc.playlist.play();
</script>
This works too (probably without the need of vlc) with an .mp4 file :
<object data="myfile.mp4" width="400" height="300"></object>
This doesn't work :
<video src="myfile.flv" width="400" height="300" controls> Your browser
does not support the <code>video</code> element.
</video>
BUT it works with an URL like http:// ...
FrD
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/Ts4QGte9cDAJ.
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.