|
Written by Joakim Eriksson
|
|
Sunday, 11 February 2007 |
|
JSIDPlay is like the JaC64 emulator a Java applet that easily can be embedded in a web page. You can either use the object and embed tags as in the introduction to JaC64 or just use the applet tag like this (a snippet from my usage of the applet here at JaC64.com): <applet id="jsidplay" name="jsidplay" code="com.dreamfabric.jsidplay.JSIDPlay" codebase="/c64/" archive="/c64/jsidplay.jar" WIDTH="320" HEIGHT ="16" MAYSCRIPT> </applet>
There are as with JaC64 a bunch of parameters that can be used for specifying things such as sid-file to start playing after loading, set background/foreground color, etc. | Parameter | Values and Usage | | playsid | Filename of the sid to play immediately after loading (autoplay) | | playsong | The number of the song in the sidfile to play | | foreground-color | A value 000000 - ffffff representing the foreground color of the C64 scroller | | background-color | A value 000000 - ffffff representing the background color of the C64 scroller |
The jar file can be found at http://www.jac64.com/c64/jsidplay.jar
|
|
Last Updated ( Thursday, 15 February 2007 )
|