Re: Integration of Jplayer and Wicket

2010-06-18 Thread drobson
I've been able to get the player working by putting the MP3 on the classpath. Its is now available from the address http://localhost/MyApp/resources/com.gamma.tele.OrangeMP3.DisplayMP3/HoneyTrap.mp3 but the problem with this is i want to be able to access MP3s without having to add them to the cla

Re: Integration of Jplayer and Wicket

2010-06-18 Thread Steve Mactaggart
It would need to be served from the server and not accessed locally. If you look at the source of the HTML when generated from the server version and it has a Local path, then the browser won't access that file as it is outside the security sandbox. If the server can read the file from disk then

Re: Integration of Jplayer and Wicket

2010-06-18 Thread drobson
How do I allow the server to pick it up. Is there a certain method to do this securely? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integration-of-Jplayer-and-Wicket-tp2259121p2259859.html Sent from the Wicket - Dev mailing list archive at Nabble.com.