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 it can stream it down to the browser and it should play.
There might be a way to change the security settings in the browser, but in any case this is problem with wicket. On Fri, Jun 18, 2010 at 6:18 PM, drobson <drob...@gammatelecom.com> wrote: > > 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. >