![]() |
Quote:
|
Quote:
Code:
switch ( $media['extension'] ) |
I am getting this error below while trying to upload a song or video...
Quote:
|
Quote:
|
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;" 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"> 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;"> On an unrelated note, jukebox_medianotactive phrase is also missing. |
Chris are you running on Firefox because I am and the player does not loads for me. :\
|
Yeah, I've tested it on FF as well. I have it set to use the flash player by default, not Windows Media.
|
And how do I do that? I'm really new to this jukebox stuff you know.
|
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
|
Quote:
"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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|