Add applet to WordPress Page
-
Hi, everyone — I’m crying “uncle” on this one. I’ve been trying to embed a crossword applet made with MagnumOpus (https://www.crauswords.com/) on a Page in WordPress with no luck at all, and I don’t know what to tweak next.
I’ve pared the code down to the barest minimum:
<applet code="crossword.class" archive="crossword.jar" width=640 height=470> <param name="puzzle1" value="christmas-carols-1.crossword"> </applet>
It works here, as a raw html page: https://rchseaglesnest.org/java/puzzle.html
But not here, in the WordPress framework: https://rchseaglesnest.org/christmas-song-crossword/
I’m not sure where WordPress would be expecting to find the .jar file—I have copies of it (and the .class and .crossword files) in my original /java directory, in my /public_html root, and in my operative theme folder, just to see if they would pick it up from one of those.
I’ve also tried various permutations of things like codebase=”https://rchseaglesnest.org/java/” and archive=”https://rchseaglesnest.org/java/crossword.jar” etc. etc. with no luck.
Does anybody have a clue what might be happening? Should this even work at all? Thanks!
- The topic ‘Add applet to WordPress Page’ is closed to new replies.