vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - vbMp3 & XEON vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817)

syrus.xl 10-14-2006 10:11 PM

Quote:

Originally Posted by kenanulas
where can we find more skin
exept for default stlyle of vbmp3 player

Hi,

This player does not use 'skins' like other players you see around the internet. The actual flash file, has become too complex, just to change the skin 'on-demand'. With the vBulletin full integration version it simply does away with all files that would normally allow changing of 'skins'. This may change in future versions, but only done via the vBulletin AdminCP.

There is alot planned for this player, and even combining it with an FLV player, which would not only give users mp3's but also video as well.

:)

GrendelKhan{TSU 10-15-2006 12:52 PM

Quote:

Originally Posted by syrus.xl
Try this instead...

Code:

<!-- Start XEON vbMp3 Player -->
<tr>
<script type="text/javascript" src="forums/flashobject.js"></script>
 
</tr>
    </thead>
 
    <tr>
        <td class="$getbgrow">
<!-- js flashobject -->
 
<div align="center" width="100%" id="xeon_player">
Warning!!! To view the XEON vbMp3 Player please enable JavaScript and Flash!
</div>
<script type="text/javascript">
var fo = new FlashObject("forums/xeon_vbmp3Player.swf", "xeon_player", "400", "450", "8,0,0,0", "#E1E4F2");
fo.addParam("quality", "high");
fo.write("xeon_player");
</script>
 
<!-- js flashobject -->
        </td>
    </tr>
<!-- End XEON vbMp3 Player -->


nope :(



Separate question:
when we DO get this work (grr) I want the one on cmps portal to be autostart DISabled, but the one on the forums autostart ENABLEd.

is this possible?

syrus.xl 10-15-2006 03:54 PM

Quote:

Originally Posted by GrendelKhan{TSU
nope :(



Separate question:
when we DO get this work (grr) I want the one on cmps portal to be autostart DISabled, but the one on the forums autostart ENABLEd.

is this possible?

Yes, sure it is...

All you do is use the original CMPS block code, not any custom code. Then upload the another player.swf you want to use into your site 'root', along with the flashobject.js file. You would need to duplicate the 5 XML files from the forum 'root' and copy them to the site 'root'.

That should work, because the javascript flashobject call is in the CMPS block code.

:)

Forumi Shqiptar 10-15-2006 08:38 PM

I downloaded vb and CMPS XEON vbmp3 player.zip and tried to edit the playlist that were inside and reuploaded them into the forum root folder and it still isn`t changing there are still the same songs.

Could someon help everything its perfect the only thing its that it doesn`t change the playlist the url that ive installed it it`s http://forumishqiptar.net/xeon.htm

syrus.xl 10-15-2006 09:32 PM

Quote:

Originally Posted by HuMoRi.CoM
I downloaded vb and CMPS XEON vbmp3 player.zip and tried to edit the playlist that were inside and reuploaded them into the forum root folder and it still isn`t changing there are still the same songs.

Could someon help everything its perfect the only thing its that it doesn`t change the playlist the url that ive installed it it`s http://forumishqiptar.net/xeon.htm

It looks fine to me, apart from you've only populated 1 XML file with 5 tracks, all 5 XML files can use tracks upto 100 songs in each.

If you still see the same songs it maybe cached in your browser, this is a problem when viewing or debugging flash movies. Try emptying your cache and then reload the page.

:)

G_Man 10-15-2006 11:00 PM

Hey Syrus,

Hows the schedule for the new release? Just curious.

Cheers,

G.

syrus.xl 10-16-2006 12:24 AM

Quote:

Originally Posted by G_Man
Hey Syrus,

Hows the schedule for the new release? Just curious.

Cheers,

G.

You wouldn't believe the demand for this modification, or maybe it's just the player! I'm expecting to release the full vBulletin Integration this week, would have been last week but I had problems with my host and had to move servers carrying a 1/2Gb database with me.. and 11hrs to upload my site over this weekend, really put me behind.

Anyway, thats all done now, so I'll get the documentation done and packaged, then you will be all set to go. I'll release it as a major add-on so people don't get mixed up with the XML version on this thread. Due to the new one using the database and no XML, the players coding needed to be modified. I expect I'll update the original vbMp3 Player to use the new method of database population, once I have the XEON working perfect, with no known issues. At the moment the 100 tracks per playlist is still a problem, and the full vbulletin version has been modified to cut-off playlist additions once 100 tracks in any playlist has been reached.

So its not far off release!;)

ReadOrDie 10-16-2006 01:24 AM

Some suggestions my users mentioned:

-Making the player wider it's too small.

-Having some kind of way to make it so people under the age of 13 can't see the songs that have swears. Perhaps you could this by having different folders.

G_Man 10-16-2006 01:51 AM

Quote:

Originally Posted by syrus.xl
You wouldn't believe the demand for this modification, or maybe it's just the player! I'm expecting to release the full vBulletin Integration this week, would have been last week but I had problems with my host and had to move servers carrying a 1/2Gb database with me.. and 11hrs to upload my site over this weekend, really put me behind.

Anyway, thats all done now, so I'll get the documentation done and packaged, then you will be all set to go. I'll release it as a major add-on so people don't get mixed up with the XML version on this thread. Due to the new one using the database and no XML, the players coding needed to be modified. I expect I'll update the original vbMp3 Player to use the new method of database population, once I have the XEON working perfect, with no known issues. At the moment the 100 tracks per playlist is still a problem, and the full vbulletin version has been modified to cut-off playlist additions once 100 tracks in any playlist has been reached.

So its not far off release!;)


haha... I can only imagine how hard it is. I check in every day and finally figured I'd just post and ask! :p I got a deejay and everything lined up!

You might have MoTY here!!

So, this post is just to say thanks for all the work. I am sure its fun and rewarding, but I am sure its still work! ;)

Cheers,
G_Man

GrendelKhan{TSU 10-16-2006 09:07 AM

Quote:

Originally Posted by syrus.xl
Yes, sure it is...

All you do is use the original CMPS block code, not any custom code. Then upload the another player.swf you want to use into your site 'root', along with the flashobject.js file. You would need to duplicate the 5 XML files from the forum 'root' and copy them to the site 'root'.

That should work, because the javascript flashobject call is in the CMPS block code.

:)

cool! thanks!

now if I could jsut get it to work. lol +_+ (still not working for me...I'm gunna try again from scratch)


All times are GMT. The time now is 05:09 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.01530 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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