-
I need help!
I downloaded 3D Cube from this site and I can't get it to work on my site : http://frankb2004.tripod.com
Is there anything I have done wrong:
<APPLET CODE="image3dcube.class" WIDTH=250 HEIGHT=250>
<PARAM name="background" value="FFFFFF">
<PARAM name="shadowcolor" value="FFFFFF">
<PARAM name="textcolor" value="000000">
<PARAM name="spotlight" value="no">
<PARAM name="showlightbutton" value="no">
<PARAM name="sleeptime" value="5">
<PARAM name="target" value="_self">
<PARAM name="anglestep" value="8">
<PARAM name="mouseresponse" value="6">
<PARAM name="zoomspeed" value="5">
<PARAM name="image0" value="http://frankb2004.tripod.com/Frank/am1.jpg">
<PARAM name="image1" value="http://frankb2004.tripod.com/Frank/am10.jpg">
<PARAM name="image2" value="http://frankb2004.tripod.com/Frank/am2.jpg">
<PARAM name="image3" value="http://frankb2004.tripod.com/Frank/am5.jpg">
<PARAM name="image4" value="http://frankb2004.tripod.com/Frank/am8.jpg">
<PARAM name="image5" value="http://frankb2004.tripod.com/Frank/am9.jpg">
<PARAM name="">
<PARAM name="">
<PARAM name="">
<PARAM name="">
<PARAM name="">
<PARAM name="">
</APPLET> <script language="JavaScript">
var url = "<img src=http://www.intel.com/cpc/webapplets/pix/spacer.gif" +
"?iid=iwa+photocube&" + ">";
if (window.location.href.indexOf("http://") == 0)
document.write(url);
else document.write("<img src=\"spacer.gif\">");
</script>
<noscript>
</noscript>
Please help me with my java problem! Thanks!
-
this is not a java problem, post your question in an html forum
-
Hi frankusho,
The following absolute address values must be relative
to your website. I had the same problem.
Change:
<PARAM name="image0" value="http://frankb2004.tripod.com/Frank/am1.jpg">
<PARAM name="image1" value="http://frankb2004.tripod.com/Frank/am10.jpg">
<PARAM name="image2" value="http://frankb2004.tripod.com/Frank/am2.jpg">
<PARAM name="image3" value="http://frankb2004.tripod.com/Frank/am5.jpg">
<PARAM name="image4" value="http://frankb2004.tripod.com/Frank/am8.jpg">
<PARAM name="image5" value="http://frankb2004.tripod.com/Frank/am9.jpg">
To:
<PARAM name="image0" value="Frank/am1.jpg">
<PARAM name="image1" value="Frank/am10.jpg">
<PARAM name="image2" value="Frank/am2.jpg">
<PARAM name="image3" value="Frank/am5.jpg">
<PARAM name="image4" value="Frank/am8.jpg">
<PARAM name="image5" value="Frank/am9.jpg">
Also, make sure all files are in the same directory on your server.
PS. anyone know of a way to be able to use absolute
address values in this script. I need to get an image
from another website.
Thanks, John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks