Problem getting Java Applet working
-
I am having issues getting a Java applet working. I have tested this offline on my PC and it works. When I go into WordPress and paste exactly as below, it doesn’t work. This is what I’m pasting in the HTML editor:
<applet code="RubikPlayer.class" archive="rubikplayer.jar" width="80" height="80"> <PARAM name="scriptLanguage" value="SupersetENG"> <PARAM name="scriptProgress" value="0"> <PARAM name="displayLines" value="0"> <param name="alpha" value="-20"> <param name="beta" value="35"> <PARAM name="colorTable" value="0x003373,0xff4600,0xf8f8f8,0x00732f,0x8c000f, 0xffd200,0x707070"> <PARAM name="stickers" value="4,4,4,4,4,4,4,4,4, 3,3,3,3,3,3,3,3,3, 2,2,2,2,2,2,2,2,2, 1,1,1,1,1,1,1,1,1, 0,0,0,0,0,0,0,0,0, 5,5,5,5,5,5,5,5,5"> <param name="Script" value="TL"> </applet>
When I view source of the page, I noticed that for some reason the HTML editor puts
after each line automatically, which causes issues with the first line <applet . To fix this, I attempted to move the second line up to the <applet line, but that causes issues with the Java (not sure why).So my question is, how can I prevent the HTML editor from automatically adding
tags at the end of each line in my applet code?Thanks in advance!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Problem getting Java Applet working’ is closed to new replies.