View Single Post
  #1  
Old 12-08-2009, 06:43 AM
bartek24m bartek24m is offline
 
Join Date: Nov 2005
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default own Flash Mp3 player 3.6 - how implement in vbulletin

I have gread idea to set up own mp3 player in user profile but i need some solution.

The basic script on wchich my hack will work is

"Flash Mp3 player 3.6 Jeroenwijering"
Step.1
Quote:
File in attachment copy to public_html/player/
Step.2 (A few template changes to add flash player to user profile)

In template headinclude:

Quote:
<script type="text/javascript" src="player/ufo.js"></script>




In template MEMBERINFO


Code:
<p id="player2"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
	var FU = { movie:"mp3player.swf",width:"240",height:"135",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
			flashvars:"file=player/playlist.xml&displayheight=0" };
	UFO.create(FU,"player2");
</script>

Now what I'am trouble with....:


How to insert content of playlist.xml in some template or plugins and change the path to
flashvars:"file=player/playlist.xml&displayheight=0" };
also allow my users change in their usercp location of mp3

The new code could be

Code:
<playlist version="1" xmlns="http://xspf.org/ns/0/">
	<trackList>

<if condition="$userinfo[field5]">
		<track>
			<title>Electro</title>
			<creator>Test song 1 - </creator>
			<location>$userinfo[field5]</location>
		</track>
</if>

<if condition="$userinfo[field6]">
		<track>
			<title>Fidget</title>
			<creator>Test song 2 - </creator>
			<location>$userinfo[field6]</location>
		</track>
</if>		
	</trackList>
</playlist>

Demo of this player:
http://www.4clubbers.com.pl/player/player.html
Attached Files
File Type: zip Flash-Mp3-Player.zip (30.5 KB, 5 views)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02043 seconds
  • Memory Usage 1,787KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_attachment
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete