Sound player not showing up?

Hello,

I am using sound player in my application but it is not showing up. Please help. I used all the jars.

                                          SoundPlayer player = new SoundPlayer();
				
				       player.play("http://www.a1sounddownload.com/freesounds5/alarmring.mp3");
	
				
				      formLayout.addComponent(player);

Can any one please reply what might be the reason.

If I’m not totally wrong the sound player add-on is an invisible component so you should not see anything :slight_smile:

I haven’t used the component (and cannot, no sound on my work computer…) but the sample attaches the player to the GUI before doing play. Might be worth a try…