hello im trying to embed an applet in my page when i use it this way it works fine
but im trying to use embed so i can put it on myspace or other hosted sites
anyone know what im doing wrong?
Thanks
MCP, .Net Solutions Development <%_%>
Code:
<applet code = "NESCafeApplet"
archive = "NESCafe056.jar"
width = "443"
height = "435">
<param name = "ROMFILE" value = "games/Mike_tyson's_punch_out.nes">
<param name = "LIGHTGUN" value = "false">
<param name = "SOUND" value = "true">
<param name = "LOADSTATE" value = "">
</applet>
Code:
<embed allowScriptAccess="never" allowNetworking="internal" type="application/..applet;jpi-version=1.4.1" width="200" height="200" align="baseline" code="NESCafeApplet" archive="[URL unfurl="true"]http://www.werdsweb.com/nes/NESCafe056.jar"[/URL] romfile="[URL unfurl="true"]http://www.werdsweb.com/nes/games/Mike_tyson's_punch_out.nes"[/URL] "pluginspage="[URL unfurl="true"]http://java.sun.com/j2se/1.4.1/download.html">[/URL]
</embed>
anyone know what im doing wrong?
Thanks
MCP, .Net Solutions Development <%_%>