Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Inline Concepta Mp3 Player - XEON Series 4 Details »»
Inline Concepta Mp3 Player - XEON Series 4
Version: 1.01, by syrus.xl syrus.xl is offline
Developer Last Online: Apr 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.1 Rating:
Released: 02-14-2010 Last Update: Never Installs: 45
 
No support by the author.

NO LONGER SUPPORTED!!!
Inline Concepta Mp3 Player for vBulletin 4.0




A demonstration of the "Inline Concepta Xeon Series 4 Mp3 Player" - allowing you to add Mp3's to any post! It is light-weight, and designed to color match the default vBulletin 4.0 style. Easy installation requiring no template edits or product imports.

We have designed the player to pull the file name and display it within the player, along with it's own equalizer. Simple one button operation. The player itself is light-weight, and uses only vector based graphics, and no bitmaps.

This player does not use the same engine coding previously used with the XEON series mp3 players for vBulletin 3.x. We have completely rebuilt the engine coding and improved it beyond anything released so far. The new "Concepta" range of products are designed from scratch and to compliment vBulletin 4.x series, using new coding, allowing us to increase what we can achieve.

Important
This modification is not backwards compatible, it uses vb:raw tags which are only supported in vBulletin 4.x. We will release a vBulletin 3 version if we receive enough requests.

Installation
Upload all the contents within the Upload folder to your vBulletin forum root.

Adding the Custom BB Code
Login to your AdminCP -> Custom BB Codes -> Add New BB Code

Title: Concepta Mp3 Player
BB Code Tag Name: mp3
Replacement:
Code:
<object type="application/x-shockwave-flash" data="./mp3/concepta_mp3.swf" id="concepta_mp3" height="46" width="336">
<param name="movie" value="./mp3/concepta_mp3.swf">
<param name="FlashVars" value="&amp;stream=true&amp;filepath={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

Example:
Code:
http://www.domain.com/song.mp3

Description:
Easily add an mp3 to your post. Just copy and paste any mp3 url, highlight it and press the mp3 icon to embed your song in your post. Now you can enjoy mp3 playback on any post within vBulletin 4.0.

Use {option}: No
Button Image:
PHP Code:
images/editor/mp3_button.png 
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No

Click ?Save? and now you are finished!

Additional Setting

The Replacement Code has been setup by default to ?stream? all mp3?s that are played, you may change this parameter to false if you do not wish to stream mp3 files.

Update History:
v1.01 - {vb:raw url} tags removed from Replacement Code
REMOVED!!!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 02-16-2010, 09:05 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cloferba View Post
plus one!

i dont think .pls will be possible, but i hope to see realplayer, wma, etc support!
This is where Flash fails... it only supports mp3 data reading. I have had it running with SHOUTcast streams, but that was not using the same coding I am using now. I tried using various SHOUTcast streams and variables with this version, but because this version is more versatile in other ways, it fails on SHOUTcast.

Guess we cannot have it all ways.

There are ways to switch players using PHP, if a certain file is recognized and then use the appropriate player, but this cannot be done with this simple BB Code modification.
Reply With Quote
  #43  
Old 02-17-2010, 01:49 AM
junaid junaid is offline
 
Join Date: Oct 2005
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it detect automatically attached mp3 file?
Reply With Quote
  #44  
Old 02-17-2010, 07:49 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is designed with automatic priority switching. Basically, it will read the mp3 file specified in the mp3 tags, if the mp3 contains ID3 tag meta data, then this will be displayed, however if this meta data is missing the player will then pull the file name data and display this instead.
Reply With Quote
  #45  
Old 02-17-2010, 04:17 PM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Syrus,

You may want to check your ActionScript when you do your update, CS4 - FP10 updated is kicking out an error:
Code:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at com.flashloaded.media.player::MediaPlayer/doPlay()
	at concepta_mp3_fla::MainTimeline/frame1()
Anyways, thought you should know..
Reply With Quote
  #46  
Old 02-17-2010, 05:35 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShawnV View Post
Hey Syrus,

You may want to check your ActionScript when you do your update, CS4 - FP10 updated is kicking out an error:
Code:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.flashloaded.media.player::MediaPlayer/doPlay()
    at concepta_mp3_fla::MainTimeline/frame1()
Anyways, thought you should know..
Where did that error appear? It looks like an error that is generated when the FlashVars are missing. It will generate errors if no variables are from within an HTML page, because then it would receive the null.
Reply With Quote
  #47  
Old 02-17-2010, 06:59 PM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its on your demo page.
Reply With Quote
  #48  
Old 02-19-2010, 10:00 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll add some extra AS to stop that happening. Just some default variables that need setting, before importing the flashvars.
Reply With Quote
  #49  
Old 02-24-2010, 05:18 PM
Xeyn Xeyn is offline
 
Join Date: Jun 2009
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cant wait for this new player..sounds cool
Reply With Quote
  #50  
Old 03-06-2010, 06:51 PM
chuckrobbie chuckrobbie is offline
 
Join Date: Jul 2006
Location: durban, South Africa
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well this version is not working on my 4.0.2 pub suite!!
I installed it exactly as you said

Looking forward to the new player! Hopefully that will work!
Reply With Quote
  #51  
Old 03-12-2010, 02:21 AM
milaszewski milaszewski is offline
 
Join Date: Jun 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please make it detect attached mp3 files
automatic mp3 attachment player is very much needed
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:47 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.04554 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete