Search found 2 matches

Go to advanced search

by karelbilek
12 Aug 2012 10:40
Forum: Web and scripting
Topic: Playing local files with the VLC Web Plugin
Replies: 9
Views: 19882

Re: Playing local files with the VLC Web Plugin

We did a nasty trick in our application.

You really can't load file name by javascript; however, you CAN read a file path by java applet.

So we added an additional java applet to our app (so now, we require both VLC plugin and Java. Hurray for open internet.)
by karelbilek
29 Nov 2011 15:59
Forum: VLC media player for macOS Troubleshooting
Topic: VLC plugin on 10.7.1 and Firefox 6.0.2
Replies: 4
Views: 4303

Re: VLC plugin on 10.7.1 and Firefox 6.0.2

This is easily fixed, I put it as a bug into trac but it was closed as duplicate and as already done for 1.2 You have to open the plug-in package and add this into Info.plist file: <key>WebPluginMIMETypes</key> <dict> <key>application/x-vlc-plugin</key> <dict> <key>WebPluginExtensions</key> <array> ...

Go to advanced search