Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java (3d) applet and Cold Fusion

Status
Not open for further replies.

biosol

MIS
Joined
Mar 12, 2002
Messages
141
Location
US
I am a total newbee at embedding a java applet. Can anyone tell me if I have all the information needed here (this is the html web page source code from another, working page. I have the golf1.3d file). I've tried briefly to register it in the CF Admin and use the <cfapplet> tag, but didn't get it to work.

Thanks,
----------
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="750" HEIGHT="500"
codebase="<param NAME="CODE" VALUE="App007">
<param NAME="ARCHIVE" VALUE="App007.jar">
<param NAME="type" VALUE="application/x-java-applet;version=1.2">
<param NAME="SOURCE" VALUE="GOLF1.3d">
<param NAME="SHOWGUI" VALUE="YES">
<comment>
<embed type="application/x-java-applet;version=1.2" java_CODE="App007" java_ARCHIVE="App007.jar" WIDTH="750"
HEIGHT="500" SOURCE="GOLF1.3d" SHOWGUI="YES" pluginspage="</noembed>
</object>
 
if you're just going to do it with html try forum215

it's been a while since i've used an applet so couldn't tell you myself.

If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year, killing everyone inside.
 
Thanks for the suggestion, I've moved it to that forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top