::: JAYP AY Player :::

JAYP (Java AY Player) is a small subproject of JX-Speccy (Java ZX-Spectrum emulator - http://www.gameszoo.net/jxspeccy). It is an applet that can play .AY files. Java version 1.2 or higher is required (download it at http://java.com/en).



Applet :

::: Instructions :::

You can launch JAYP from the command line:

java -jar JAYP.jar jemu.jayp.JAYPCommand <filename.ay>

or you can use it on a web page:

<applet code="jemu.jayp.JAYPApplet.class" archive="JAYP.jar"
        name="jayp" WIDTH="120" HEIGHT="60" >
<param name="ayfile" value="filename.ay">
</applet>

In the applet version you can also specify a .ZIP archive (even with multiple .AY files in it) as filename.

You can also use these options in the applet:

<param name="firstsong" value="number of the first song to play">
to start from a particular song (if multiple AY files are used in a .ZIP, you can use the number M in the "M/NSONGS" label that you see in the bottom part of the applet). Default N = 1.
<param name="autostart" value="1">
to start playing AY file automatically.


Please send comments/suggestions/bugs to: jxspeccy@gameszoo.net

Copyright 2005 Marzio De Biasi