This seems to work just fine... though, in Firefox 3.x it seems a bit
unstable (I use FF3 with prism plugin to have standalone tiddlywiki
apps). Under the latest FF it works great.
<html>
<embed type="application/x-vlc-plugin"
autoplay="false" loop="true"
width="320" height="240"
id="vlc"
src="sample.avi" />
</html>
<script label="Play">
var vlc= document.getElementById("vlc");
vlc.playlist.play();
</script>
<script label="Stop">
var vlc= document.getElementById("vlc");
vlc.playlist.stop();
</script>
--
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.