My goal here is to be able to have a local webpage which I can embed in my GUI. That local page will be able to play a video using VLC. I'm pretty sure I need a plugin to play a video with VLC (other browsers do, right?) but I'm not sure if this is possible in Java.
Is there another way of embedding video into an HTML page and then displaying that using Swing? Is VLC the wrong way to go? I know this project might seem weird but I assure you this is the way I want to do it.