Hello,
I'm making an app to have all the different online channels in a single application, so I just have to click on each button (BBC one, ITV 1, etc) and it will get me to the live channel.
I started thinking about create a GUI
java browser (pretty simple), add one button for each channel, and each button would show in a JEditorPane the Flash Channel. But I'm facing a couple of troubles:
1.-Is it possible to show inside a JEditor Pane Flash content?
2.-Is it any way to show a specific part of a website in a JEditorPane, instead of showing the whole website?
This is my code so far (the simpliest web browser ever):
P.S: I know that there are plenty of softwares out there that do this, but I want to have one application only with the channel that I like to watch and that I know that they work all the time, and not having thousands of channel that never work.
Please help !!! :-)