
March 2nd, 2013, 09:14 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 4
Time spent in forums: 50 m 2 sec
Reputation Power: 0
|
|
How embed java live stream? [was:How embed javascript live stream?]
Hi there again.
I'm building a website of amateur meteorology and I am trying to put a javascript live stream using the following code:
Code:
<applet codebase= "hxxp://meteoelvas.no-ip.info" archive="wwCam.jar" code="wwCam.class" width="320" height="240"> <param name="filename" value="hxxp://meteoelvas.no-ip.info/ww.jpg" />
<param name="sound" value="yes" /> </applet>
But I always get this error message:
Quote: ClassFormatError
Incompatible magic value 1008813135 in class file wwCam |
As you can see here: hxxp://meteoelvas.com/wxwebcam_1.php.
What am I doing wrong?
The only way I got it to work so far is with the "iframe" tag.
Thanks once more for any help. 
Last edited by E-Oreo : March 2nd, 2013 at 10:45 PM.
|