View Full Version : Show Thread Enhancements - Embedded MP3 Attachment Player
ericgtr
04-16-2010, 10:00 PM
This is a simple modification that will embed an "attached" MP3 player so the file can be played inline. It uses a simple flash player from Google. There are many MP3 player mods but none that I could find that would actually play an attached file and in my community this was a the most missed feature since the upgraded to 4.x.
Unzip and then upload the attached audio_player.swf to your server, then modify the path where it says http://www.YOURSITE.com accordingly.
Open up postbit_attachment and add this at the very bottom:
<!-- Embed Player -->
<vb:if condition="$show['member']">
<embed type="application/x-shockwave-flash" src="http://www.YOURSITE.com/audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<BR />
<vb:if condition="$show['guest']">
<a href="/register.php">Register for free</a> today to download files or play them directly in our embedded media player
</vb:if>
<!-- /Embed Player -->
I have added a register option for guests, if you have attachments viewable by guests though feel free to strip that out of this code.
WassoufTunClub
04-17-2010, 07:26 PM
Nice thnx
Juggernaut
04-17-2010, 08:33 PM
Tagged :D
sulasno
04-18-2010, 12:27 AM
tagged and thanks
kmohamed
04-18-2010, 01:47 AM
it looks great
please send a live demo
thanx
ericgtr
04-18-2010, 03:19 AM
it looks great
please send a live demo
thanx
Here's a link to my site but you'll have to register to see it play live http://www.guitarblast.com/ Otherwise please see the screenshot for exactly what it looks like, it plays the MP3 in the attachment as shown.
junaid
04-18-2010, 04:10 AM
very nice is it possible to get player and keep our web-server
cos it may be fast loading
goran424
04-18-2010, 07:53 AM
Finally!!!
Rated, Installed, Nominated!
Thanks.
sulasno
04-18-2010, 10:11 AM
Do I upload a mp3 to the forum or will posting a link triggers the player ?
COL NIL SATIS
04-18-2010, 12:51 PM
where does this show mate???? i have put the code in but nothing is showing??? any ideas
ericgtr
04-18-2010, 05:40 PM
very nice is it possible to get player and keep our web-server
cos it may be fast loading
I haven't tried but my guess is you can probably take grab the player from http://www.google.com/reader/ui/3247397568-audio-player.swf then upload it to your server and use it that way. I can't guarantee that it will work but I don't see why it wouldn't. Of course, being Google I think it's probably going to have a better up-time percentage than most sites. ;)
Do I upload a mp3 to the forum or will posting a link triggers the player ?
where does this show mate???? i have put the code in but nothing is showing??? any ideas
Once the MP3 is uploaded it will show in the post below where the attachment is normally shown. Make sure the code is applied to the template(s) you are using.
AURFSCAN
04-18-2010, 07:06 PM
im trying to make it work with this https://vborg.vbsupport.ru/showthread.php?t=161567
AURFSCAN
04-18-2010, 07:12 PM
I haven't tried but my guess is you can probably take grab the player from http://www.google.com/reader/ui/3247397568-audio-player.swf then upload it to your server and use it that way. I can't guarantee that it will work but I don't see why it wouldn't. Of course, being Google I think it's probably going to have a better up-time percentage than most sites. ;)
Once the MP3 is uploaded it will show in the post below where the attachment is normally shown. Make sure the code is applied to the template(s) you are using.
uploading google player to server and adjusting code to link to it does work :)
<!-- Embed Player -->
<vb:if condition="$show['member']">
<embed type="application/x-shockwave-flash" src="/location of player on your server/audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<BR />
<vb:if condition="$show['guest']">
<a href="/register.php">Register for free</a> today to download files or play them directly in our embedded media player
</vb:if>
<!-- /Embed Player -->
ericgtr
04-19-2010, 04:50 PM
im trying to make it work with this https://vborg.vbsupport.ru/showthread.php?t=161567
This mod does the same thing, not sure what you mean work "with" it. It's a replacement.
AURFSCAN
04-19-2010, 05:50 PM
google player is nice, the other one is nicer.. thats all
ericgtr
04-19-2010, 06:18 PM
google player is nice, the other one is nicer.. thats all
Agreed, I was hoping he would update it for 4.0, otherwise I wouldn't have created this one.
junaid
04-19-2010, 06:45 PM
I have issue this code
MP3 player is display all format of attachments like zip, rar
what is the solutions i am using vbseo
junaid
04-19-2010, 06:58 PM
I disable vbseo and check this player view all type of attachments
It nice this only view MP3 or supported format extensions audios only
pls update code
NashChristian
04-20-2010, 07:13 AM
Will this work with playing mp3's hosted on other sites, or must they be local on the vb site's personal server?
ericgtr
04-20-2010, 01:51 PM
I disable vbseo and check this player view all type of attachments
It nice this only view MP3 or supported format extensions audios only
pls update code
I do not see a way around this, if your site has other attachment types (aside from images) this will show with it unfortunately.
Will this work with playing mp3's hosted on other sites, or must they be local on the vb site's personal server?
No it won't, but there are several mods available for 4.0 that will do this for you though.
NashChristian
04-20-2010, 05:24 PM
No it won't, but there are several mods available for 4.0 that will do this for you though.
Since you are familiar with them, which do you recommend? Thanks!
junaid
04-20-2010, 06:33 PM
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
ericgtr
04-20-2010, 06:48 PM
Since you are familiar with them, which do you recommend? Thanks!
Here's one way to search them out, from the top of any page type in player in the search, then choose 4.0 mods then titles only.
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
Unfortunately this simple modification cannot. The actual file type isn't defined in the output so I cannot base a condition off of it. I am sure it can be done but it would require some coding changes and quite a bit more development than I have time for.
goran424
04-21-2010, 07:18 AM
I installed it, works fine but only for files of up to 1MB in size. Anything above that gives me an error.
How do you explain this?
ericgtr
04-21-2010, 01:40 PM
I installed it, works fine but only for files of up to 1MB in size. Anything above that gives me an error.
How do you explain this?
I would check your attachment settings to make sure you are allowing file sizes above that. Are files above 1 MB allowed? This modification simply plays what is attached, for example on my site there are many songs that are 5 or 6 MB that work just fine with it.
goran424
04-21-2010, 02:18 PM
I would check your attachment settings to make sure you are allowing file sizes above that. Are files above 1 MB allowed? This modification simply plays what is attached, for example on my site there are many songs that are 5 or 6 MB that work just fine with it.
Well, that is the funny part....I set unlimited size.
Could be issue with hosting server, already contacted them. My theory is that parameter
written in php.ini file at their end have to be changed by entering different value. All of this is part of apache configuration. Just guessing....
Appreciate your reply Eric, thanks.
ericgtr
04-21-2010, 02:26 PM
Well, that is the funny part....I set unlimited size.
Could be issue with hosting server, already contacted them. My theory is that parameter
written in php.ini file at their end have to be changed by entering different value. All of this is part of apache configuration. Just guessing....
Appreciate your reply Eric, thanks.
It's hosted on Google by default, did you move it to your own server?
Cobro
04-21-2010, 09:23 PM
Nice man installed
AURFSCAN
04-22-2010, 09:09 PM
Originally Posted by junaid
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
to have the player only visible for mp3.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<!-- /Embed Player -->
goran424
04-22-2010, 10:04 PM
It's hosted on Google by default, did you move it to your own server?
I'm not sure what I did but spoke to people who host my site and they fixed something at their end. It works perfect now.
Thanks for great product Eric, members gonna love it!
Gamertype
04-23-2010, 12:29 AM
Is there a way to limit what usergroups can upload mp3's as attachments?
ericgtr
04-23-2010, 01:10 AM
Is there a way to limit what usergroups can upload mp3's as attachments?
Sure, Admin CP > Attachments > Attachment Permissions.
Orakk
04-23-2010, 07:07 AM
Originally Posted by junaid
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
to have the player only visible for mp3.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<!-- /Embed Player -->
Thank you muchly, worked a treat. :up:
junaid
04-23-2010, 10:13 AM
Originally Posted by junaid
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
to have the player only visible for mp3.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<!-- /Embed Player -->
Thank you very much
it work fine
Orakk
04-23-2010, 12:04 PM
To get this to work in IE code below is working for us.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle" height="27" width="400">
<param name="quality" value="best">
<param name="allowScriptAccess" value="never">
<param name="wmode" value="window">
<param name="movie" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" flashvars="playerMode=embedded" />
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</object>
</vb:if>
<!-- /Embed Player -->
syrus.xl
04-23-2010, 01:55 PM
You have an error in your coding. The wmode parameter should be set to transparent, not window. Otherwise, any DHTML menus will drop behind the mp3 player.
To get this to work in IE code below is working for us.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle" height="27" width="400">
<param name="quality" value="best">
<param name="allowScriptAccess" value="never">
<param name="wmode" value="window">
<param name="movie" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" flashvars="playerMode=embedded" />
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</object>
</vb:if>
<!-- /Embed Player -->
Gamertype
04-27-2010, 05:37 PM
Sure, Admin CP > Attachments > Attachment Permissions.
I have my mods/admins set to a 50MB upload and VB keeps failing? Any reason why?
goran424
04-27-2010, 06:26 PM
I have my mods/admins set to a 50MB upload and VB keeps failing? Any reason why?
Same reason as me as mentioned at previous page of this thread.
After contacting server host and telling them about the problem, they fixed it at their end. I suggest you try the same.
Here is the live demo, works perfect now:
http://ghostriders-thailand.com/forum/showthread.php?28-Greatest-Classic-Rock-Biker-Tunes-amp-Highway-Hits&p=69#post69
Orakk
04-28-2010, 12:40 AM
You have an error in your coding. The wmode parameter should be set to transparent, not window. Otherwise, any DHTML menus will drop behind the mp3 player.
Thank you, will fix.
Cheers. :up:
mactelesis
04-29-2010, 01:06 PM
Where is "postbit_attachment" located?
goran424
04-30-2010, 12:50 AM
Where is "postbit_attachment" located?
Go to vBulletin ACP -> Styles & Templates -> Style Manager (choose your current style)
At "All style Options" click that small arrow down and you'll see Template Options -> Edit Templates -> Postbit Templates -> postbit_attachment
milaszewski
04-30-2010, 01:31 AM
It's fantastic! Finally!
It works great!
I would love to see it working for inline attachments too! Any ideas?
Senja
05-10-2010, 01:56 PM
Attachment Manager - mp3 11000000 bytes
The problem with uploading a file larger than 1MB.
More than 1MB not loaded
AURFSCAN
05-18-2010, 06:36 PM
Thanks for this ericgtr, It was good while it lasted but time to give google the flick....
Your google player works perfectly but our ol favourite is back and running sweet :)
https://vborg.vbsupport.ru/showthread.php?t=242738
ericgtr
05-18-2010, 06:58 PM
Thanks for this ericgtr, It was good while it lasted but time to give google the flick....
Your google player works perfectly but our ol favourite is back and running sweet :)
https://vborg.vbsupport.ru/showthread.php?t=242738
I've already updated this mod with a new player once, but have added the player for download.
Alphaforums.com
06-03-2010, 12:00 AM
This app is just pure Win. You are the definition of win ericgtr. That's all I have to say (plus that I have tagged, nominated, installed, and 5-Stared).
Note: You may need to activate the mp3 extension in ACP>Attachments for mp3s to be attachable.
baghdad4ever
06-03-2010, 06:50 PM
installed
khanh.phanvan
06-05-2010, 08:34 AM
Originally Posted by junaid
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
to have the player only visible for mp3.
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<!-- /Embed Player -->
very good Thank you very much .
BiZiMDiYaR
06-05-2010, 12:04 PM
Hi,
Is there a vbulletin player, to be able to add an internet radio station and also to play, even if you switch the pages.. ? So the radio should always be online on the forum etc.. Anyone has an idea ? Should be a good player, which plays on IE, firefox, chrome etc... would be a good one :)
Thanks.
frankiepeppers
06-10-2010, 09:45 AM
I have followed instructions to the letter. and no luck with it showing up. any help would be appreciated. my fourms: frankiepeppers.com/forums
UPDATE: GOT IT WORKING
Pashaali
07-02-2010, 05:09 AM
everything is done but when im click on play batten song not play , how i fix it . my hosting supported mp3 file http://www.desifunbox.com/thread12.html
SGoogle
07-03-2010, 06:01 AM
Tag and Thank you Very Much
DAMINK
07-03-2010, 06:24 AM
Got me stumped at the second. I added the code to postbit attachment and edited it to reflect my urland uploaded the attached file to root of my server. I have allowed for .mp3 to be allowed as attachments. I have uploaded a couple and no luck. It just comes up as a link.
http://www.ftw.net.au/fileuploads2/12781413623434_Capture.png
url is http://www.ftw.net.au/showthread.php?9589-clean-test-thread!
Small word of warning. Its an over 18 site i guess. Content can get a bit racey so dont look around just stick to thread at hand :)
AURFSCAN
07-03-2010, 06:27 AM
You dont upload file to server, you attach file in post
DAMINK
07-03-2010, 06:35 AM
I did attach file to post.
That is the result.
I also uploaded the .swf player my server to play it from there.
Thats the file i pointed at in the postbit hack.
AURFSCAN
07-03-2010, 07:47 AM
get rid of everthing you did to install this and use this https://vborg.vbsupport.ru/showthread.php?t=242738
If you still want to use this google one , post the code that you put in your postbit attach template
DAMINK
07-03-2010, 08:10 AM
Tried that AURFSCAN and still the same result.
I must be missing something.
I see in that thread you got it going well.
SO just edit specific themes postbit attachement adding the supplied code then upload the player and javascript. Should be a no brainer. Yet its not working for some reason.
I will persist however. This is somethin i really need.
AURFSCAN
07-04-2010, 02:27 AM
yep thats it, might be the links in your code are not pointing correctly to the player files ??
post the code your using
DAMINK
07-04-2010, 02:35 AM
Certainly mate.
In postbit / postbit_attachment above existing code i placed this.
<!-- Embed Player -->
<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>
<!-- /Embed Player -->
However that i believe is the code from the link you refferenced?
Cant remember now to be honest. Damn stomach infection is running wild in my house currenly.
AURFSCAN
07-04-2010, 03:37 AM
place it below ???
<li>
<img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" />
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
</li>
<br />
<!-- Embed Player -->
<vb:if condition="$show['member']">
<vb:if condition="$attachment[attachmentextension] == mp3">
<script src="./clientscript/audio/audio-player.js" language="JavaScript"></script>
<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 -->
DAMINK
07-04-2010, 04:01 AM
Yep tried that too AURFSCAN.
Same result each time.
To clarify. Once this code is put into postbit_attachments then all you need to do is attach a file of that format and it should play yes? Or am i missing something simple?
AURFSCAN
07-04-2010, 04:16 AM
thats all there is to it, you did upload these (https://vborg.vbsupport.ru/showthread.php?t=242738)files to the /clientscript/audio folder as we're talking about that mod not this one in this thread
DAMINK
07-04-2010, 04:35 AM
Yes i sure did. And double and tripple checked to make sure both files were in the /clientscript/audio folder.
Even tried editing the code thinking it might have been the way it was enterpreting the root directory. ( ./ ../ etc) But no luck either way.
I will continue to try with this, time permitting.
AURFSCAN
07-04-2010, 04:51 AM
Well thats me out... you've done everything I'd do.. good luck DAMINK
goran424
07-04-2010, 07:30 AM
Hey Eric,
previously I could play tunes within the post itself, but now pop-up comes with options to open or save which I hate frankly....Can you help me out? Any ideas how to fix this?
http://ghostriders-thailand.com/forum/showthread.php/28-Greatest-Classic-Rock-Biker-Tunes-amp-Highway-Hits
hayatt2000
07-05-2010, 01:15 AM
Did not work with me!
See attached image.
I made sure to change YOURSITE.COM to my site, and the swf player has been uploaded.
I have version 4.0.4
Any help? :(
AURFSCAN
07-05-2010, 02:55 AM
Im thinking these attachment mp3 players wont work with the latest 4.0.4
these attach players work perfectly with earlier vb 4 versions
DAMINK
07-05-2010, 06:23 AM
Yep i come to the same conclusion AURFSCAN.
Wish i knew why though. So much of my forum was based on vides, music and the like being freely posted by my members.
Now i cant do any of that in any capacity.
However dissapointing i remain confident in time such things will be made available in VB.
Sooner the better ;)
hayatt2000
07-05-2010, 09:03 AM
I see.
Thanks all, and I do hope to see a version that is compatible with 4.0.4.
Regards.
AURFSCAN
07-05-2010, 09:26 AM
you could always use bbcode players inside a post, link to files you upload to your server etc. Ive made bbcodes for both these players and they both work to play mp3's inside a post. search for vb 3 series bbcode players here, they work on 4
this one works on 4 no worries, it uses the same player as the amp3
https://vborg.vbsupport.ru/showthread.php?t=170794&highlight=mp3+player
DAMINK
07-05-2010, 10:01 AM
Thats working. Although it gave a few errors with that code. Missing some " or so it says.
Anyway it does load up the player now. Only it errors opening the file.
Half way there already though and i assume its something simple now so i will go play with it for a while and see.
Thanks once again AURFSCAN. Appreciated.
SoltanWorld
07-05-2010, 10:31 AM
Great I have use this as Mp3 Player BB code too.
Thanks 5star
AURFSCAN
07-05-2010, 12:38 PM
DAMINK make sure the link in between the tags are quoted
for bbcode
DAMINK
07-06-2010, 06:42 AM
DAMINK make sure the link in between the tags are quoted
for bbcode
Yep checked that and that was fine.
I got it working. Actually more accurately it may have been working all along :(
The file size i was using may have been too big. I tried a smaller mp3 and it was fine.
So now i am left wondering where to change the settings to allow for bigger files to play?
I have increased the upload size in attachments. It seems to attach fine just not play fine.
But essentially it is working and for that i cant thank you enough AURFSCAN.
You have been patient with me mate. Cheers. :up:
Using this same theory i was able to get video to play on my forum now also :) YAY!!!!!!!
One happy chappy here. Thanks again all.
And the size limit seems to be attachment related which dont bother me as i have a upload script i made a long time ago for members and they use that.
Now everything is perfect. (Cant wipe the smile off my face guys and gals)
You'll probably find your host is restricting you to the size of upload,changing the upload size in VB serves no purpose if your host dosen't allow it.
DAMINK
07-06-2010, 07:27 PM
You'll probably find your host is restricting you to the size of upload,changing the upload size in VB serves no purpose if your host dosen't allow it.
Nope. I am a reseller and ultimately my own host :) So i know that is not the issue.
I am able to play any size now using my own upload system etc.
Running a charm i have to say now.
Thanks for the bbcode advice everyone and sorry for hijacking this thread :(
However i hope the advice given to me can help others while using this plugin or editing to suit.
dankreiner
07-14-2010, 02:39 PM
is there any way that when you finish the first file, it automatically moves on to the second without having to hit play on the next file? the other thought was is there a way that users can download all attachments with a single click?
SoltanWorld
07-16-2010, 06:41 AM
just a problem within this : when i have attach sth like pdf files, the player shows too, is there any way to make it to be shown just within mp3 files?
sadiq6210
07-23-2010, 04:52 PM
Thanks =) installed
toolmanwill
10-30-2010, 06:06 PM
i use this code, works like a charm
<!-- Embed Player -->
<vb:if condition="$show['member']">
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="{vb:raw vboptions.bburl}/audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
</vb:if>
<!-- /Embed Player -->
Thanx Eric, i like this...nice and simple!1
maryx
12-04-2010, 05:58 PM
Is there a way to skin this so it looks decorative in my forum posts? Is there a place online that has skins that would work with this player?
Excellent mod, thanks very much!:up:
sweetpotato
12-11-2010, 09:54 AM
The player still shows for not Mp3 file such as word attachment. Sorry I have to remove it.
CRDeveloper
12-29-2010, 09:43 AM
i use this code, works like a charm
<!-- Embed Player -->
<vb:if condition="$show['member']">
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="{vb:raw vboptions.bburl}/audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
</vb:if>
<!-- /Embed Player -->Thanx Eric, i like this...nice and simple!1
That did the job! Thanks
vbcreator
01-03-2011, 10:30 AM
so useful for my community, thanks
maryx
01-03-2011, 12:36 PM
Is there a way to skin this so it looks decorative in my forum posts? Is there a place online that has skins that would work with this player?
Excellent mod, thanks very much!:up:
bump!
OldSchoolDSL
01-04-2011, 09:12 PM
Installed
Although I do not allow members to upload mp3 files.
Kingdombuilder
01-24-2011, 05:16 AM
Works Great thanks for the support...
edgemedia
02-17-2011, 03:34 AM
I have one question, is ist possible to hide the mp3 File it self. So that you can hear the mp3 but you no link to download?
Kingdombuilder
02-17-2011, 05:41 AM
I have one question, is ist possible to hide the mp3 File it self. So that you can hear the mp3 but you no link to download?
You would be better off with a MP3 BBcode. normally you enter them like:
http://www.address_to.mp3
This way you can have the audio file streamed. i would look for a mp3 bbcode. I had one that worked well on 4.0.8 vb. but that same one does not seem to work on the 4.1.1.
Orakk
02-17-2011, 06:20 AM
I have one question, is ist possible to hide the mp3 File it self. So that you can hear the mp3 but you no link to download?
I to would like to know if that can be done with this attn mod?
8thos
05-04-2011, 07:52 AM
Interesting.
8thos
05-05-2011, 12:59 AM
Works great!
DrInternet
06-18-2011, 09:10 PM
hello but why are zipped files loading in the mp3 player too ?
afridicommunity
07-09-2011, 08:41 PM
this player only works in OPERA browser, i hve check it in latest version of Firfox its not playing mp3 file. fix it plz
webgroup
08-16-2011, 03:42 AM
hello but why are zipped files loading in the mp3 player too ?
Zippped files, images and all other files are loading in the mp3 player, how can we fix this?
Thanks!
AURFSCAN
08-18-2011, 06:17 AM
how can we fix this?
by reading the entire thread!
https://vborg.vbsupport.ru/showpost.php?p=2025595&postcount=29
webgroup
08-19-2011, 01:18 AM
how can we fix this?
by reading the entire thread!
https://vborg.vbsupport.ru/showpost.php?p=2025595&postcount=29
When I try that fix I get this:
The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
And if I try to continue it won't let me do it.
Thanks!
AURFSCAN
08-20-2011, 07:22 PM
webgroup, I highlighted the </vb:if> in the fix to add aswell, you might of missed it
liltiger
09-21-2011, 06:02 AM
I'm trying to add it atm... but it is not working for me... Any ideas?
Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_dm_threadpost.php(771) : eval()'d code on line 17
Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/skiervil/public_html/testvb/includes/class_dm_threadpost.php(771) : eval()'d code on line 17
PhilippD
09-24-2011, 03:06 PM
Hi,
is there a chance to play mp3, aiff, wav and aac files with this player ?
thanks a lot!
adigaorg
10-03-2011, 03:45 PM
how we can create like that for video, flv ?
bosanci28
10-04-2011, 12:21 AM
quick question on this,
is it possible when someone clicks to listen to a song ,somehow to integrate the google adsense in that click?
thanks
t.uzuner
12-25-2013, 02:11 PM
great attachemts very very thank you
dhonchik
12-30-2013, 09:11 AM
vb 4.2.2 works great, thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.