Hello,

I'd like to embed a vlc player in a tiddler. The mozilla vlc plugin is 
installed.
I'd use it to play various files stored on my computer (.avi files)

I tried :
<html>
<embed type="application/x-vlc-plugin"
         autoplay="yes" loop="yes" width="400" height="300"
         id="vlc"
         target="myfile.avi" />
</html>
<script label="play">
var vlc = document.getElementById("vlc");
vlc.playlist.play();
</script>

I only get a black rectangle but no movie playing.

Has anyone succeeded in using vlc this way ?

Thanks in advance

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/-/8wAM3_SaGOUJ.
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.

Reply via email to