![]() |
Working fine on my 3.7.2 on Firefox, Opera and IE7.
AWESOME. Really cool for a band fanclub like ours. :up::up::up::up::up: |
edit: my mistake, never mind sorry
|
I installed, working excellent with vB3.7.2
many thanx |
Good job !!
|
Thanks for this great mod! Will you be updating this mod to work with the new audio player 2.0? It's available at: http://wpaudioplayer.com/
|
does it cause slowing down of forums ? Will it cause any queries to be run ?
|
can u make to work it with .flv ?
|
it works like a charm.. thanks
|
I'm wondering if theres anyway to hide the URL of the mp3? I love the idea of the script, however I'm afraid that people are just going to rip the links and hotlink it.
thanks. |
With this current version I have, it will not support hiding of the url. You shouldn't have an issue though. Now a days it's very hard to hide things on the net.
Quote:
Quote:
Quote:
|
Great mod. I would like a little bit help though.
I want to embed the mp3 using the [attach]xxx[/attach] tag so the users can only see the player and not the attach link. I know that in our times it is hard to prevent the downloading, but it is exactly what I want. Let me be more specific. 1. The user Create New Thread/post 2. The user upload the mp3 attachment. (now the url of the attachment is something like this: Code:
http://mysite.com/forum/attachment.php?attachmentid=xxxxx&d=xxxxxxxxxxxxx Then he select the url he just pasted and press the mp3 bbcode button. The result is this: Code:
[mp3]http://mysite.com/forum/attachment.php?attachmentid=xxxxx&d=xxxxxxxxxxxxx[/mp3] If the user want just to put it in the post for other user to hear it only with the player, then, like in the [attach]XXXX[/attach] method, the attachment is placed between the text and the url in the end of the post disappears...!!! Thats what I want. I want a bbcode to be able to play the mp3 attachment using the below bbcode so the mp3 link "disappear" and only the flash player is available. Here is what I want: Code:
[mp3][attach]XXXXX[/attach][/mp3] How can I do it? |
Quote:
|
OK folks.
I couldn't make this (or anything similar) work for the life of me. Then I had an epiphany. Having already installed MP3 Player in Profile, the 1pixelout flash player already existed on my server! Therefore, for whatever reason, calling the new one wouldn't work. So I simply changed all of the file paths in the replacement code to that of my existing player. VOILA! I removed the duplicate player from my server, and I'm pleased as punch. Hope this helps somebody out. ;) *Installed* |
download link :( pleas
|
Nwq, what download link are you looking for? The download link for the player is in the 1st post (description of mod).
|
Thanks so much--this looks great in my podcasting sub-forum!
|
Thank you so much, it works great with vB 3.8.1
TOP! greetings Karin |
Can someone kindly elobrate this trick. How to do it?
I am trying to post 10 parts of one album. Quote:
|
It works with the latest 2.0, just download from http://wpaudioplayer.com and replace the old files =)
And it is possible to have more then 1 player =) no options or anything needed.. just [mp3]http://test.net/mp3/test1.mp3[/mp3] [mp3]http://test.net/mp3/test2.mp3[/mp3] |
I can only get one song to work at a time, and that's by adding the link to that song within the BB code.
I needed to show two songs, so I had to make a new BB code, the same as the first, but with a different url within the BB code. It has worked out great on Internet Explorer, but on FireFox the songs get ruined and distorted. Anyone else experiencing this? Thank you. |
I get absolutely NOTHING from this!
I've copied the code, made the mods for my own site - and when I run it, I get an empty post. Is it a problem with the code, or a problem with the file I am trying to load?? Any ideas?? |
Sorry, wrong thread.
|
Thanks!
|
I had alittle trouble at first but i did not have the path correct. Once i got that straight it was all good. Thanks!!
Great hack!! Keep them coming... |
Works great on 3.8.4 :up:
Here's a link to a demo (scroll the the bottom of the first post): Disney Magic Kingdom Forums |
Just used this HOW TO GUIDE in order to change the colors and it's working great! :D
Also using the information from this page to show the code on custom pages such as this one: Disney's Magic Kingdom Attraction Page |
Thanks magicthemeparks,
Hi I am new at all this yet have managed to install quite a few mods to my VB forum. But I am having a few problems with this one. I seem to have it working fine if I upload the mp3 file to the server, I thought this was ment to work from any mp3 url. Have I got it wrong.???? At the bottom of this page there are two examples and the one on the net just keeps buffering. http://www.paintcorrection.org/forum....php?t=13&p=48 I have read here that a few have had similar issues, could anyone shed some light on this. The only thing I can think of is where I installed the files. would this be correct "/public_html/forum/audio" or should it be "/public_html/audio" or "/audio" "audio" being the files with the player. Or do I just have it totally wrong and should stick to car detailing LOL Can anyone help point me in the right direction. Thanks Chris |
I noticed that the 2nd test post you made worked. Congrats! :up:
From what I understand, you can't use two mp3s in the same post like you did in the first post. I remember reading about having to have the 2.0 version of the audio software before being able to do that. That might be it. |
Quote:
I also thought I couldnt do two in a post and have had just the one but still no difference. Ive had both of the files on my host in the same post and they both work, but Im not sure anymore. You will be able to help me though with this, how do i follow the instructions you put up in regards to the colours and inserting the code with "no hard returns" Chris |
I can help you with the colors, no problem :)
Edit the BBCode and be sure and place all of these adjustments to the colors where you see the RED text and with no spaces or line breaks..... Code:
<script language="JavaScript" src="http://www.yourhost.com.com/audio/audio-player.js"></script> ....where I placed "RIGHT_HERE", simply place the codes for the different areas of the player that you'd like to adjust. You can also control the autoplay or loop features of the player as well. Here are the codes... Code:
bg=0xf8f8f8& |
Awesome, thanks heaps. Got the colours sorted.
Now just to work out the original problem playing mp3's from a URL. and not having to host the file. Thanks again for all your help. Does yours work via a URL wrapped in tags mp3 tags[][/] Chris |
I just place the URL (no matter where it is hosted) within the mp3 tags and it works. Not sure if you edited the code in some way.
On my custom pages like this one.... Walt Disney World - Magic Kingdom Attractions .... I had to hardcode the url into the code and using this code ... Code:
<script language="JavaScript" src="http://www.fakedomain.com/myname/audio/audio-player.js"></script> ....from this page: http://www.macloo.com/examples/audio_player/index.html |
I wonder what I have done wrong then, I think I'll have to sleep on it and try again when I'm fresh. I did just notice you have. Slightly different code then me. Audioplayer1 or something like that I don't have that in my code.
Thanks heaps for your help so far. I'll let you know how I go tomorrow. Chris |
Chris, what's the mp3 file URL that you're using and I'll test it on my site. Have a goodnight!
|
<a href="http://www.supload.com/listen?s=LCr6bv" target="_blank">http://www.supload.com/listen?s=LCr6bv</a>
good idea I didn't even think that the link might be wrong. Here it is above. I didn't include the mp3 wraps although I do have them on my site. Do you have a working URL I can also test. Many thanks once again chris |
Chris, that's not an mp3 file. Did you download it and change it to an mp3 file and then upload it on your own site?
|
Here is what I did.
We made the video you find on my thread from You tube, I then used a you tube to mp3 convertor to create the mp3 file. Then i googled audio hosting and found "supload.com" so i uploaded the mp3 file to their site. The URL that comes up when its playing through supload is http://www.supload.com/listen?s=LCr6bv, so its not a mp3 file but wouldnt it be the mp3 URL The links that work are the same mp3 files uploaded to my hosting server, I have done nothing extra to them. Maybe I just have this totally wrong. As embarrassing :o:o as it is to ask, what does a mp3 URL look like and where can I find one :erm:?? Again thanks for your efforts in helping me sort this out.:up: Chris |
Chris, as far as I'm aware, it has to be a URL that ends in ".mp3"
So, it would be "http://www.exampledomainname.com/audio/examplemusic.mp3" and that should work. So, instead of uploading it somewhere to save on bandwidth, you're going to have to upload it to your own server (or another service that will still allow the .mp3 in the URL) and use it that way. I'm not 100% sure, but someone else may be able to jump in and answer that one for you. :) |
I finally got it sorted, seems it was working all along, stupid me just wasnt using the correct URL's
I tried many different audio hosting sites, but the one i got it to work with was www.hotlinkfiles.com Thank you to everyone, your help is............... well very helpful. Thanks again Chris |
Quote:
Thanks again for you patience with me. Chris |
All times are GMT. The time now is 12:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|