vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   own Flash Mp3 player 3.6 - how implement in vbulletin (https://vborg.vbsupport.ru/showthread.php?t=229754)

bartek24m 12-08-2009 06:43 AM

own Flash Mp3 player 3.6 - how implement in vbulletin
 
1 Attachment(s)
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

bartek24m 12-10-2009 06:03 AM

any one ?

WriteToEnlight 12-10-2009 08:21 AM

What might be easier it to just use Playlist.com and let the users change their profile songs through playlist's available audio on their site


All times are GMT. The time now is 07:04 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
  • Page Generation 0.02600 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete