1 Attachment(s)
java code not working right. loading.. not using plugin on computer
I hope someone can help with this code im trying to embed this java program on this page on my computer for fun cause im a newbie to java i want it to work for ie and firefox and i just need help i spent hours of searching trial and error.Attachment 704
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="200" height="200">
<PARAM name="code" value="class="shackle"><script src="http://api.kryptonware.com/emulation" type="text/javascript">
</OBJECT>
</script>
<div id="EMUapplet"><script type="text/javascript">
// <![CDATA[
fullrom = "http://dna.xploregames.com/vm_gbx/DMG-TR-USA.zip";
disRAM = "http://www.virtualgbx.com/play/save/code.php";
altRAM = ""
emu = "XGB";
width = "480px";
height = "432px";
loadgame();
// ]]>
</script></div>
</div>
<!-- #EndEditable "news" --></object></div>
Re: java code not working right. loading.. not using plugin on computer
Is the code you are trying to load into your browser a java applet?
Try using the html <APPLET tag.
Re: java code not working right. loading.. not using plugin on computer
ya its a java applet. I looked up applet tags how do i incorporate the applet tag in. My apologies for my lack of knowledge
Re: java code not working right. loading.. not using plugin on computer
Look at some doc for how to write HTML.
Have you tried Google?
Re: java code not working right. loading.. not using plugin on computer
I researched and im thinking this is a script. I'm about to put this in file 13 cause i learned something about applet tags and have working pages now but this script is still not working and its bugging me.:confused:
Re: java code not working right. loading.. not using plugin on computer
If your problem is with a script, then you should ask your questions on a forum for scripts.
Java is not a script.