I am developing a Kiosk using HTML and IE 8 for an interactive display that allows users to navigate various information screens and run interactive powerpoints and videos. I am using Windows 7 32 bit, IE 8 and for videos I am using VLC (it seems to be the one that works best for my videos, Media Player was too jerky and dull). Problem is that I get these annoying pop ups when trying to play my videos. I am using a batch file to run them so VLC opens full screen and quits back to the link page when the video finishes. Everything works, but it would be nice to turn off the warning. Nothing I have found on Microsoft.com works, it just causes more security pop ups. I have a program that will lock things down once I get them running right, so I really don't need Windows or Microsoft security. And the kiosk will have no access to my network or the internet.
Here's my batch file:
@echo off
set "file=C:\VC Touch Screen\Turtle Movie\PAIS.avi"
start "" /w /max "c:\Program Files\VideoLAN\VLC\vlc.exe" "%file%" vlc --fullscreen vlc://quit
Hopefully someone else has dealt with this annoyance from Microsoft and knows how to get rid of it and without causing other crap to pop up. It's the only thing holding me up from deploying my kiosk solution.