Hi, I'm trying to create a video player (that works with streams) for my website. I don't want user to need to install VLC. So website should be downloaded with necessary VLC files. So, I have created a java applet that downloads and extracts a zip file that includes VLC files (dlls & plugins). ...