Hi, naja ich bin absoluter anfänger im HTML und wollte mal ne Frage stellen:
Ich hab angefangen mit Processing zu programieren, das ist so ein weniger bekanntes prog mit dem man Animationen machen kann.
http://www.processing.org
Es ist auch möglich das zu exportieren und ins Internet zu stellen.
Aber es kommt bei mir immer ein Fehler und es geht irgendwie nicht.
Ich versuchs mal das da anzuhängen (HTML ist ja aktiviert, wenn das verboten ist oder so, dann sorry)
<html>
<head>
<title>Pong_Versuch : Built with Processing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin: 0px 0px 0px 0px;
font-family: verdana, geneva, arial, helvetica, san-serif;
font-size: 11px;
background-color: #DDDDCC;
text-decoration: none;
font-weight: normal;
line-height: normal;
}
A { color: #3399CC; }
A:link { color: #3399CC; text-decoration: underline; }
A:visited { color: #3399CC; text-decoration: underline; }
A:active { color: #3399CC; text-decoration: underline; }
A:hover { color: #3399CC; text-decoration: underline; }
#content {
position: absolute;
left: 55px;
top: 60px;
}
-->
</style>
</head>
<body>
<div id="content">
<div>
<applet code="Pong_Versuch" archive="Pong_Versuch.jar"
width="300" height="200">
<param name="image" value="loading.gif">
<param name="boxmessage" value="Loading Processing software...">
<param name="boxbgcolor" value="#FFFFFF">
<!-- This is the message that shows up when people don't have
Java installed in their browser. Any HTML can go here
(i.e. if you wanted to include an image other links,
or an anti-Microsoft diatribe. -->
To view this content, you need to install Java from [url='http://java.com']java.com[/url]
</applet>
</div>
</div>
</body>
</html>
Alles anzeigen
Hmm, ich hab gedach die ANimation wird gezeigt...
Jedenfalls glaub ich den Fehler zu wissen:
//---------
<applet code="Pong_Versuch" archive="Pong_Versuch.jar"
width="300" height="200">
<param name="image" value="loading.gif">
//---------
In diesem Codeabschnitt wird die Date "Pong_Versuch.jar" verlangt, muss ich die jetzt anhängen oder so, wie kann man die Laden???
(Wie gesagt, bin absoluter Anfänger)
Danke für weiterbringende Antworten.
edit by ph0re: bitte code tags benützen