|
Specifically, I'm trying to add an NES emulator to my myspace page. t I ripped the code from their site and put it on to my page but it won't save.
<applet code="vNES.class" codebase="http://www.vonsole.com/" archive="http://www.vonsole.com/vNES.jar" width="512" height="480"> <param name="rom" value="http://www.vonsole.com/g/A5F5"> <param name="romsize" value="524304"> <param name="scale" value="on"> <param name="sound" value=""> <param name='nicesound' value="on"> <param name='stereo' value="on"> </applet>
applet always turns into ..
Anyone HTML savy enough to help?
|