Integration Java-Applet

Use GitHub to post feature requests for phpwcms.
Locked
Andreas
Posts: 4
Joined: Tue 22. Feb 2005, 12:37

Integration Java-Applet

Post by Andreas »

Hello,
Can anyone tell me, how to integrate an Java-Applet into an article?
I tried but i've seen nothing, not in the Frontend and not in the Source.

Hallo, kann mir jemand sagen, wie ich ein Java-Applet in einen Artikel einfügen kann?
Ich habe es bereit auf verschiedene Arten versucht, jedoch wird es nicht angezeigt.
Auch im Source der Frontend-Seite erscheint es nicht.
Pappnase

Post by Pappnase »

hallo

zum einen hast du doch das onload feld! und zum anderen ganz normal als html contentpart sollte es funzen! Hast du mal ein beispiel was genau!?
Neelix
Posts: 80
Joined: Wed 29. Sep 2004, 12:06
Location: España

JAVA

Post by Neelix »

:idea:

can you test this:

- only4testing: is the applet ok? ( AND JAVA running...!)
- create an blank html file only with minimum html-part and your applet-code

Then:
- create an new article in html-style
- copy the applet-part in your article:
my test with applet-tag:
<APPLET code="picture/InternetTime.class" width=159 height=20></APPLET>
(:!: maybe you need to edit the path of your applet)

If you dont' like applet-tag => use the object-tag
- in my case:
<object classid="java:picture/InternetTime.class" codetyte="application/java-vm" width="159"
height="20"></object>
Erfahrung ist das, was man besitzt, kurz nach dem es gebraucht wurde.
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
Andreas
Posts: 4
Joined: Tue 22. Feb 2005, 12:37

Post by Andreas »

Hallo,
danke für deine Antwort, aber ein Freund hat das Problem schon entdeckt.
Ich wusste nicht, dass auch im Code-Modus, bei Copy/Paste die HTML Zeichen 'ausgeklammert werden'.
Per Hand funzt es jetzt einwandfrei.

Gruß, Andreas
Locked