vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   BB Code Enhancements - Embed MP3 in post using flash player (https://vborg.vbsupport.ru/showthread.php?t=170794)

Sworm 03-23-2008 08:40 AM

hi all,
is possible to create an direct upload field that allow the users to upload all the mp3 files in the forum's host?

If yes, how can i do for do this?

mikkitine 04-07-2008 12:35 AM

Is there something that must be done in order to get the mp3 titles to appear within the player?

elmati 04-07-2008 03:07 AM

the player take the title from ID3 tag :)

mikkitine 04-07-2008 12:48 PM

The songs I am testing have ID3 tags but the song titles are not being displayed in the player. Do the songs need to have a certain version of ID3 tags for this to work? Or could it be something else?

elmati 04-07-2008 01:47 PM

try adding same information in ID3v1 and ID3v2. I don't remember wich is required for this player...

rizelim 04-08-2008 06:07 AM

thanks very nice hack...

vbntn 04-12-2008 01:36 PM

noobee questions here:
-Do I download to the root?
-And when you say:
Quote:

3. Add new BB code with the following information
Where do I do that? ADD the new bb code?
I have some podcasts I want to put on my forum that I made on Talkshoe. Of course they are downloaded in MP3. I will upload them to my server and link from there. I want people to be able to listen to each one without going to talkshoe.
Each mp3 would have it's own thread.
Thanks,
Mark

vbntn 04-12-2008 05:29 PM

Ok, I got this going. I get the interface...but with any mp3 when I click the play button all I get is buffering.......it never plays..on any host/server.
Any ideas?

yinyang 04-13-2008 01:01 AM

Great mod. Thanks for sharing.

Would you be willing to modify this as a User Profile Field? This way, whenever someone visits a user's profile, they can set this as the music that also loads.

That would be awesome!

vbntn 04-13-2008 02:06 AM

Ok. I just realized that this is a problem with my Firefox browser. It works great in IE.
Any suggestions?

vanskills 04-13-2008 07:39 AM

uh yea..wheres the code BB go?

vbntn 04-13-2008 11:23 AM

HEY! I can actually answer somebody elses question here!! LOL.
Click here for instructions.

Freak0204 04-13-2008 02:03 PM

Quote:

Originally Posted by leylandfor (Post 1469354)
i have tried to implement this but the mp3 player doesnt appear in the post, i no its there tho becuase IE says press spacebar to use enable when you hover it, my replace code is

Code:

<script language="JavaScript" src="http://www.leylandforum.co.uk/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.leylandforum.co.uk/audio/player.swf" id="audioplayer4" height="24" width="290">
<param name="movie" value="http://www.leylandforum.co.uk/audio/player.swf">
<param name="FlashVars" value="playerID=4&amp;soundFile={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

and the path to the player is www.leylandforum.co.uk/audio

the path to the mp3 song is www.leylandforum.co.uk/rocketman.mp3 and i have insert the tags as follows

Code:

[mp3]http://www.leylandforum.co.uk/rocketman.mp3[/mp3]

Make sure your code matches where you uploaded the files. Did you upload to your forum? Because your code is trying to pull from the root.

Also, when I downloaded the files, I had to rename "audio-player" to "audio" because the code didn't match the folder name downloaded.

rapidphim 04-14-2008 06:17 AM

Can anyone tell me whether or not this hack will work on RC3?

majordork82 04-17-2008 11:02 PM

This hack works on any VB release.

rapidphim 04-18-2008 02:46 AM

thanks much.

majordork82 04-20-2008 10:57 AM

No problem! :D

moonface 04-20-2008 01:22 PM

i can change color?

macc 04-20-2008 02:14 PM

have same question... can we change color of mp3 player inside in our posts? and how if is it possibly?

regards

macc

majordork82 04-21-2008 10:19 AM

I'm not too sure on this but try reading this over http://www.1pixelout.net/code/audio-...lugin/#runtime

rapidphim 04-22-2008 04:03 AM

how can you/we get the custom color button?

rapidphim 04-24-2008 01:33 AM

This won't effect or cause any issue on RC4 right?

budatalk 04-24-2008 01:14 PM

love it love it love it =))))))

rapidphim 04-27-2008 05:32 AM

Is there anyway we can have this mod play with all media format?

fateL 04-28-2008 08:10 AM

Is there a way to put this in profiles?

rapidphim 04-28-2008 01:33 PM

You can use the bbcode in profile/signature :-)

fateL 04-28-2008 09:01 PM

where would I put it for profiles though? (visitor messages work, but then if you click about me or stats it turns off :()

rapidphim 04-29-2008 04:28 AM

under "About Me" put the mp3 bbcode under signature, it will list there. check this out
http://www.viet-tube.com/member.php?u=1, and you it still plays while you navigate around the profile

fateL 04-29-2008 05:51 AM

Quote:

Originally Posted by rapidphim (Post 1502040)
under "About Me" put the mp3 bbcode under signature, it will list there. check this out
http://www.viet-tube.com/member.php?u=1, and you it still plays while you navigate around the profile

Thing is, I'd like it to auto-play when you go to the profile, if it's in people's sig and it's set to auto-play it'd cause a mess, lol.

butch3r 04-29-2008 08:31 AM

Is there any way to embed this player for attachments?

rapidphim 04-29-2008 02:03 PM

Quote:

Originally Posted by fateL (Post 1502062)
Thing is, I'd like it to auto-play when you go to the profile, if it's in people's sig and it's set to auto-play it'd cause a mess, lol.

Why don't you use the Goldbrick media instead? It's also offer you to play media in the profile, not just mp3.

Quote:

Originally Posted by butch3r (Post 1502136)
Is there any way to embed this player for attachments?

And why would you want to do that?

butch3r 04-29-2008 02:37 PM

Quote:

Originally Posted by rapidphim (Post 1502335)
And why would you want to do that?

Members of my forums want to ulpoad and listen some music.

rapidphim 04-29-2008 05:00 PM

why don't you direct them to this site www.youjams.com and have them upload there and link back to your forum? this will save your host bandwidth.

butch3r 04-29-2008 05:03 PM

Quote:

Originally Posted by rapidphim (Post 1502486)
why don't you direct them to this site www.youjams.com and have them upload there and link back to your forum? this will save your host bandwidth.

Because i don't actually care of bandwidth, and way i want to make it is easier for users who don't know a single word in english

rapidphim 04-29-2008 08:53 PM

You can always provide a screenshot with instruction? I do not think this hack would work at anyway for attachment purposes.

TimberFloorAu 05-05-2008 11:22 AM

This is one of the BEST mods I have come across... Some tweaking but easy stuff.

Ozzy. www.yobromofo.com/forum

We have added it to the site, bbcode and sigs.

Good Onya Mate !!!

Yama 05-10-2008 01:50 PM

This is exactly what I was looking for. Thanks! Hands down, this audio-player is the best mp3 embed tool I've come across yet online.

Le Soft Parade 05-15-2008 03:11 AM

Has anyone here figured out how to change the colors of the player? I love the player itself, but I'd love it much more if I could figure this one thing out.

Le Soft Parade 05-15-2008 10:27 AM

I found a guide for anyone interested in color customization:
http://www.macloo.com/examples/audio...r/options.html

As soon as I found that I had customized my mp3 player colors within minutes.

rapidphim 05-15-2008 01:42 PM

thank so much for that!


All times are GMT. The time now is 01:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01325 seconds
  • Memory Usage 1,792KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete