JohnGoogz
3-10-06, 11:15 AM
Hi all,
I have created a web site "http://www.traditional.ws"".
It was created in FrontPage and works fine.
I then tried using an applet that I downloaded from this page "http://www.javafile.com/imagefx/cube3d/cube3d.php".
i created a HTM with the following html embeded in it to run the applet:
<p align="center">
<applet CODE="image3dcube.class" WIDTH="400" HEIGHT="400" align="center">
<param name="background" value="FFFFFF">
<param name="shadowcolor" value="FFFFFF">
<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="2">
<param name="image0" value="P1010074.jpg">
<param name="image1" value="stan and sheldon 2.jpg">
<param name="image2" value="guy1.jpg">
<param name="image3" value="daryl.jpg">
<param name="image4" value="professor and TJ Storm.jpg">
<param name="image5" value="P1010032.jpg">
<param name="url0" value="cube spin_1.htm">
<param name="url1" value="cube spin_1.htm">
<param name="url2" value="cube spin_1.htm">
<param name="url3" value="cube spin_1.htm">
<param name="url4" value="cube spin_1.htm">
<param name="url5" value="cube spin_1.htm">
</applet>
</p>
cube spin_1.htm is the name of the page with the html above.
When you launcH the site (HTTP://WWW.TRADITIONAL.WS), click on the central graphic logo, then hit the "Pictures" link, at the very bottom of the page I have a link to launch the applet in another window(XX in bright green). Click that and you will see the issue.
It runs fine in the FrontPage launched browser off of my local machine, but when I promote it to Powweb (putting the class file in the main directory along with the rest of the website), and then run using IE.6.0.2800 all I get is a message in the applet window saying "Loading file1" nothing more??
Any suggestions??
I have created a web site "http://www.traditional.ws"".
It was created in FrontPage and works fine.
I then tried using an applet that I downloaded from this page "http://www.javafile.com/imagefx/cube3d/cube3d.php".
i created a HTM with the following html embeded in it to run the applet:
<p align="center">
<applet CODE="image3dcube.class" WIDTH="400" HEIGHT="400" align="center">
<param name="background" value="FFFFFF">
<param name="shadowcolor" value="FFFFFF">
<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="2">
<param name="image0" value="P1010074.jpg">
<param name="image1" value="stan and sheldon 2.jpg">
<param name="image2" value="guy1.jpg">
<param name="image3" value="daryl.jpg">
<param name="image4" value="professor and TJ Storm.jpg">
<param name="image5" value="P1010032.jpg">
<param name="url0" value="cube spin_1.htm">
<param name="url1" value="cube spin_1.htm">
<param name="url2" value="cube spin_1.htm">
<param name="url3" value="cube spin_1.htm">
<param name="url4" value="cube spin_1.htm">
<param name="url5" value="cube spin_1.htm">
</applet>
</p>
cube spin_1.htm is the name of the page with the html above.
When you launcH the site (HTTP://WWW.TRADITIONAL.WS), click on the central graphic logo, then hit the "Pictures" link, at the very bottom of the page I have a link to launch the applet in another window(XX in bright green). Click that and you will see the issue.
It runs fine in the FrontPage launched browser off of my local machine, but when I promote it to Powweb (putting the class file in the main directory along with the rest of the website), and then run using IE.6.0.2800 all I get is a message in the applet window saying "Loading file1" nothing more??
Any suggestions??