ok thanks for that but i still cant compile the program and would really like to test it can you quicky add the code needed for these methods please:
/**
*
*/
public void setTrack(int trackNumber)
{
}
/**
*
*/
public String getTrackName()
{
}
/**
* Return information about the currently selected track. The information
* contains the track name and playing time, in the format
* track-name (playing time)
* Return an empty string if no track is selected.
*/
public String getTrackInfo()
{
}
}
please look at the zip file in my first post thanks ( kentsound.zip has everything in it)
thanks
Last edited by king000000; Oct 24th, 2008 at 11:18 am.