Quote:
Originally Posted by AndrewD
a) You can always turn off 'can_play_musicbox' on the LDM permissions page by usergroup
b) As far as I thought, bookmarking the link does not allow the user to bypass the access permissions - the player checks for a valid logged in user before streaming the file. If I'm wrong, let me know and I'll check/fix.
Is there something else you want to block?
|
Hi,
The thing is, the links and downloads manager installed on my website is solely based on the jukebox.
With bookmarking, I meant bookmarking the streamurl.
For example, when the user clicks on the winamp icon, it opens a new window playing the file. The users can mark that 'window' and go from there directly.
Is there a way to remove the address bar and limit the size of the window so that they cannot scroll.
I know that it can be done with javascript like:
javascript

penNewWindow('link','height=416,width= 575,toolbar=no,scrollbars=yes,left=0,top=0')
but how would you implement that in the vb template?
Thanks in advance
Regards