I need a java code so I can insert a movie say on a tour and it plays in on the webpage so they dont have to download it anyone know what im talking about? or does anyone know what a script like that is called? Thanks
To clarify, he is talking about a java applet that plays movies (pornholios.net uses it). You dont need media player or any of that shit, the applet itself runs it.
I think the way it really works if you take all the frames out as JPGs and then they are streamed with the applet. Not too sure.
This can be done by simple javascript. Making an applet that does this takes much more time. Java it self is complex and this would take some seriouse time if your gonna do this from scrach. Using a java applet will also slow down your tour espessialy for users that dont have top noch computers.
ok, anyone know of javascript that can do this? Don't want to write one... with javascript are we then talking about frames->jpg and then loading jpg one after the other with js?
Originally posted by maxcom ok, anyone know of javascript that can do this? Don't want to write one... with javascript are we then talking about frames->jpg and then loading jpg one after the other with js?
-max
Nope not frames/jpg it streams the movie in a table.
Comment