*/
@SuppressWarnings("unchecked")
private RunnableClip getSoundclip(String clipname) throws Exception
{
Iterator<InputStream> clipFactory = (Iterator<InputStream>) getObject(clipname);
return new RunnableClip( ClipBooster.createClip(clipFactory.next()));
}