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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding applet in page with embed instead of applet

Status
Not open for further replies.

werD420

Technical User
Sep 14, 2004
181
0
0
US
hello im trying to embed an applet in my page when i use it this way it works fine

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>
but im trying to use embed so i can put it on myspace or other hosted sites
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 <%_%>
 
Thanks, yup, Thats the exact page I got the code from, any one know how to use it?

MCP, .Net Solutions Development <%_%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top