vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vJukebox - Song and Video Management System (https://vborg.vbsupport.ru/showthread.php?t=102555)

disfnctional 07-15-2006 04:28 AM

Quote:

Originally Posted by tytyguy
i get "could not find phrase jukebox_error" when i tried to put music in! WTF!

I get the same thing. I found it works if you upload the files VIA FTP and just use the link insted of uploading from your computer it works

ragtek 07-15-2006 04:00 PM

Quote:

Originally Posted by rogersnm
I just get a white box when i click to view a song...

here is a screenshot:
https://vborg.vbsupport.ru/external/2006/07/15.jpg

if you view the code then it has:

Code:

                                        <!-- Abode Flash -->
                                        <object data="http://www.forums.perfectforce.com/players/mp3player.swf?file=http%3A%2F%2Fforums.perfectforce.com%2Fmedia%2FYou%27re+Beautiful.mp3&amp;autoPlay=true" type="application/x-shockwave-flash" width="220" height="20" class="player_mozilla">
                                          <param name="play" value="true" />
                                  <param name="wmode" value="opaque" />
                                  <param name="quality" value="high" />
                                        </object>
                                        <!--[if IE]>
                                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="220" height="20">
                                                <param name="movie" value="http://www.forums.perfectforce.com/players/mp3player.swf?file=http%3A%2F%2Fforums.perfectforce.com%2Fmedia%2FYou%27re+Beautiful.mp3&amp;autoPlay=true" />
                                          <param name="play" value="true" />
                                          <param name="wmode" value="opaque" />
                                          <param name="quality" value="high" />
                                        </object>
                                        <![endif]-->

but the file "http://www.forums.perfectforce.com/players/mp3player.swf" does not exist and is not in the zip file... any ideas?

i have the same problem here

Code:

switch ( $media['extension'] )
                {
                        case 'mp3':
                                if ( $vbulletin->options['jukebox_flashmp3'] )
                                {
                                        $media['url'] = $vbulletin->options['bburl'].'/players/mp3player.swf?file=' . htmlentities( urlencode( $media['url'] ) ) . '&amp;autoPlay=true';
                                        $media['height'] = 20;
                                        $media['mime']='application/x-shockwave-flash';
                                        $media['type']='adobe_flash';

here you send it to the player that doesn exist

Snake 07-17-2006 01:16 PM

I am getting this error below while trying to upload a song or video...

Quote:

Could not find phrase 'jukebox_errorwriting_x'.
Any idea?

Snake 07-18-2006 12:33 PM

Quote:

Originally Posted by Cole2026
Make a .htaccess file, put it in your public_html folder and put this in it:
php_value upload_max_filesize 10M

I finally got around to buying another vB license so I have the rights to post around here and what not again. :p

Okay that worked but it seems that the jukebox ain't working on Firefox correctly. :(

Guest210212002 07-23-2006 01:59 AM

I fixed two issues that I had with this today (I've been hacking mine to pieces).

Here was my player:

http://www.sevenstring.org/chris/jukebox_error.jpg

I had two issues. One, the big white box. This is because while Mozilla is smart enough to ignore some tags, IE isn't. So IE was parsing BOTH the Mozilla player and the IE player. It could render one and not the other, so I ended up with the double-box.

Adding:

Code:

style="*display:none;"
To the end of the object tag causes IE to skip it. Mozilla skips it anyway. This removed the doublesized object box, and renders just the one player per browser.

Secondly, after I fixed that, I noticed that the player itself didn't blend in with my background - the box around it was still white. I added:

Code:

<PARAM NAME=bgcolor VALUE="#555555">
To the object call, and what I ended up with is this:

http://www.sevenstring.org/chris/jukebox_now.jpg

Voila! Happy, cross-browser, color-coordinated flash player. Here's my whole object call. Colored text is what I added:

Code:

<object data="$media[url]" type="$media[mime]" width="$media[width]" height="$media[height]" class="player_mozilla" style="*display:none;">
<PARAM NAME=bgcolor VALUE="#555555">
 <param name="play" value="$media[autoplay]" />
 <param name="wmode" value="opaque" />
 <param name="quality" value="high" />
</object>

Hope this helps. :)

On an unrelated note, jukebox_medianotactive phrase is also missing.

Snake 07-23-2006 11:57 AM

Chris are you running on Firefox because I am and the player does not loads for me. :\

Guest210212002 07-23-2006 01:47 PM

Yeah, I've tested it on FF as well. I have it set to use the flash player by default, not Windows Media.

Snake 07-23-2006 04:50 PM

And how do I do that? I'm really new to this jukebox stuff you know.

ReadOrDie 07-23-2006 05:44 PM

Does not work for me. Everything is in its correct place but music isnt working in IE or FF. Any suggestions? The folder is chmodded to 777

Guest210212002 07-23-2006 10:42 PM

Quote:

Originally Posted by Dark Blade
And how do I do that? I'm really new to this jukebox stuff you know.

It's in the jukebox settings:

"Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient?".

Set that to Yes.


All times are GMT. The time now is 02:39 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.01596 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)bbcode_code_printable
  • (5)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