The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Brando Amp3 Mp3 Attachment Player Details »» | |||||||||||||||||||||||||||||
This is an update of https://vborg.vbsupport.ru/showthread.php?t=161567 which now works with the new variable system in vB4. I've tested it in 4.0.3 and it works just like the old player did in vB3.
I don't have time to figure out how products work so this is a simple template hack. Maybe someone can improve it. There is another vb4 mp3 attachment plugin that relies on player from Google which is no longer available. You host the player on your server so there is no worrying about Google moving or deleting the file. Instructions:
Brandon Download Now
Show Your Support
|
Comments |
#22
|
||||
|
||||
Working for me....nice - voted and rated.
Thank you. |
#23
|
|||
|
|||
can anyone confirm that it is working for vB 4.1.0
|
#24
|
|||
|
|||
Can someone tell were the postbit_attachment file in the vb 4.1.1 is. Somehow i can't find it?
|
#25
|
|||
|
|||
working in 4.1.5. Thank you very much to Brandon for the initial product and Aurfscan for the refinement. Good work. Cheers!
|
#26
|
||||
|
||||
Sorta got there!
I thought I'd give this a try on 4.2.2pl1. It sorta worked once, 1 outa 4 ain't bad. I thought I did it wrong, but it woiked-with bugs! FINALLY worked out I had to set up another My site is connected to a lot of independent Oz musos and I have been frustrated by not having simple ways to express themselves, sell their music even. The volume of original music I have lined up requires that Members can upload their tracks, or our Reviewers can drop mp3s in they have been sent to artists without me having to upload to the database for them as is with most players. It is excellent value as they can put up lesser than top quality to disenchant pirates, or just put up previews. For instance, the one that DOES work is Shane Howard, from, Goanna Band that had huge international hit Solid Rock with the didjeridoo playing...its his latest work (Almost first time listeners!)! An mp4 version would be awesome also, anything above that I just dream about! Something that handled ALL common video versions would be awesome. I have search so hard for stuff that works in the Blogs, Calendars and CMS, I'll test it in all and report back. I also use vBTube, but none of the Videos play on Apple devices...doh... http://www.tooraktimes.com.au/showth...ed=1#post21884 It is wonderfully simple way of members easily uploading their tracks. Any help here would be appreciated, cheers |
#27
|
||||
|
||||
Installed and works perfect on vBulletin 4.2.2 Patch Level 1.
I used the following code because your original has two errors. Code:
<!-- Embed Player --> <vb:if condition="$show['member']"> <vb:if condition="$attachment[attachmentextension] == mp3"> <script src="./clientscript/audio/audio-player.js" language="JavaScript"></script> <object style="vertical-align: middle;" id="./attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="290" height="24" data="./clientscript/audio/player.swf" type="application/x-shockwave-flash"> <param value="./clientscript/audio/player.swf" name="movie"/> <param value="playerID=1&soundFile=./attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" name="FlashVars"/><param value="high" name="quality"/> <param value="false" name="menu"/> <param value="transparent" name="wmode"/> </object> </vb:if></vb:if> <!-- /Embed Player --> |
#28
|
|||
|
|||
Tried this in 3.8.8 as there is no new one made for that version.
The old mod was for 3.6 I loaded it and plays but the box just says connecting and never shows the timer which we need on collabs to each person part on timing. I tried this one on it and sad to say this did not work for me.. Man I sure had high hopes it would have. When I post the code and save it a pop up error appears but says I can do it anyway and I did but it will not show the player. Edit: Marked as installed as I could use your player on 3.8.8 and it showing the timer now but has no volume adjustment. Hey least it works.. Thanks Brandon.... |
#29
|
||||
|
||||
installed
thank you |
#30
|
|||
|
|||
Could i ask is this working on 4.2.1 when i attached an mp3 it just give's me the normal link then when i press it it downloads to my desktop
|
#31
|
|||
|
|||
Ok this is what happened i am running 4.2.1 when i uploaded a mp3 this is how it looked below
You can see it does not have the option to play.My friend who runs 4.2.2 said it was working ok on his forum and this is how it should look below You will see he does have the option to play. This is the code i put in my postbit_attachment below <!-- Embed Player --> <vb:if condition="$show['member']"> <vb:if condition="$attachment[attachmentextension] == mp3"> <script src="./clientscript/audio/audio-player.js" language="JavaScript"></script> <object style="vertical-align: middle;" id="./attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="290" height="24" data="./clientscript/audio/player.swf" type="application/x-shockwave-flash"> <param value="./clientscript/audio/player.swf" name="movie"/> <param value="playerID=1&soundFile=./attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" name="FlashVars"/><param value="high" name="quality"/> <param value="false" name="menu"/> <param value="transparent" name="wmode"/> </object> </vb:if></vb:if> <!-- /Embed Player --> Obviously that must need changing for vbullwtin 4.2.1 can anyone help me to get this to work Many thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|