Search found 4 matches

Go to advanced search

by coldfire73
09 May 2008 11:25
Forum: Web and scripting
Topic: DVD Flow (a HTML movie player with VLC)
Replies: 38
Views: 18803

Re: DVD Flow (a HTML movie player with VLC)

Sorted that too now. It required a delay after calling PlayItem() (which returns immediately) before calling vlc.video.fullscreen = true; function forceFullscreen(arValue) { var vlc = getVLC("vlc"); if( (vlc.input.state == 2 || vlc.input.state == 3) && vlc.input.hasVout ) { vlc.vid...
by coldfire73
08 May 2008 13:49
Forum: Web and scripting
Topic: DVD Flow (a HTML movie player with VLC)
Replies: 38
Views: 18803

Re: DVD Flow (a HTML movie player with VLC)

Just another question.... I've been attemting to tweak the MoviePlay.html so that the movie will initially play in fullscreen mode, dropping back to the windowed view when the mode is toggled (i know there is a button on the page to toggle the mode, but I'd prefer the movie to start fullscreen so i ...
by coldfire73
08 May 2008 05:21
Forum: Web and scripting
Topic: DVD Flow (a HTML movie player with VLC)
Replies: 38
Views: 18803

Re: DVD Flow (a HTML movie player with VLC)

Great! That worked fine for me! Thanks for the speedy response!
by coldfire73
08 May 2008 00:50
Forum: Web and scripting
Topic: DVD Flow (a HTML movie player with VLC)
Replies: 38
Views: 18803

Re: DVD Flow (a HTML movie player with VLC)

Hi there, Firstly... superb front-end! Thanks! I have a minor issue with it, in that i can play most things that VLC supports, except it seems to crash both Firefox and IE when using RTSP. For example, the XML I'm using is: <linkTo>rtsp://localhost:5554/Channel2</linkTo> In DamienF's HTML VLC Plugin...

Go to advanced search