Quote:
Originally Posted by AndrewD
Several things to check:
a) Is there an entry for mp3, etc, in the VB attachments table (VB/admincp/attachments/extensions and sizes). You need to provide an entry for each filetype that can be played, including the mimetype information (e.g. for mp3: Content-type: audio/mpeg)
b) LDM permissions -> can_play_musicbox Enable this permission for usergroups that should be able to access the embedded player.
c) is your PC running under Windows? I have included a test in the LDM code for this, as I have no way of testing the embedded players on Macs or Linux.
|
Thanks for your reply me at this and other questoin. I have solved the problem by adding image types for attachment talble.
By the ways, I have one more question.
I have stored both audio file and zip file in my LDM. I turn off the "off-site-download" function because I want to prevent people from download my audio files. Unfortunately, this stop people from download the zip file too. Is there anyways to let people download zip file but not audio file?
Thanks