two questions about mp3 and downloading manager

aiman.h.kallaf

Active member
1- are there any downloading manager addon for xenforo , is it possible to make one ?
2- after long time making thing mess in the bb media code to embeded mp3

this is the best of what i was able to do

match
http://localhost/Forum/index.php?attachments/{$id}/
localhost/Forum/index.php?attachments/{$id}/

embeded

<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" flashvars="audioUrl=http://localhost/Forum/index.php?attachments/{$id}/" width="400" height="27" quality="best"></embed>


the problem now is i can't do the same for swf files :s
is there some conditional codes ? or can i play with the code so that i can specify which format to use
?attachments/{$id}/
can it be something like
?attachments/{$id1}-mp3{$id2}/
localhost/Forum/index.php?attachments/{$id1}-mp3{$id2}/
 
thanks but can i use this
?attachments/{$id}/
can it be something like
?attachments/{$id1}-mp3{$id2}/

can i define more than one id
you are talking about complete custom coding...

to use the multiple ids as a playlist of sorts you would need to write some sort of code to handle the url and distinguish the different instances of audio to be queued. This would all depend on which playback method you choose which again this is all custom stuff.

You would need to hire a coder or make a formal request in my opinion as this would seem to not pertain to general questions or support but what your asking should be totally possible.
 
thanks i thing i gut it
all what i need to do
?attachments/mp3.{$id}/
?attachments/swf.{$id}/

that should work with some playing with the link
also it would be nice to have it as a trick for members
 
Top Bottom