I have some JavaScript on my main page that contains a special Flash player
that loads and starts playing a specific mp3 file for each associated link
that the user clicks on. This currently works fine when I use
mountSharedResource within my application subclass, then my JavaScript calls
something (basically) like
playFile('mpl','resource/track/trackId/1');
What I would like to do create is session-relative URL's (correct term?)
that allows my JavaScript to request the appropriate file from Wicket and
also perform other actions at the same time, for example, increment download
count of file or log user's download. Any guidance would be very welcome.
I have spent a lot of time searching online and trying to understand the
source code, but I'm still not grasping what's going on.
Thanks,
Jamie
--
View this message in context:
http://www.nabble.com/JavaScript-w--Flash-Player---Need-guidance-on-to-generate-session-relative-url%27s-tp16366136p16366136.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]