DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Thread: I need help!

  1. #1
    Join Date
    Jul 2004
    Posts
    1

    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!

  2. #2
    Join Date
    Feb 2004
    Posts
    808
    this is not a java problem, post your question in an html forum
    The 6th edict:
    "A thing of reference thing can hold either a null thing or a thing to any thing whose thing is assignment compatible with the thing of the thing" - ArchAngel, www.dictionary.com et al.
    JAR tutorial GridBag tutorial Inherited Shapes Inheritance? String.split(); FTP?

  3. #3
    Join Date
    Jan 2005
    Posts
    4
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links