vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   AV vB Jukebox Feedback (https://vborg.vbsupport.ru/showthread.php?t=76124)

deathemperor 03-26-2005 01:30 PM

well as I said it is more complicated in the full functions version, the problem that the link above removed them because of ****** problem, as Yahoo Launch I used iframe to update songs info.

tnguy3n 03-26-2005 02:25 PM

no, i was talking about current release of vb jukebox on vb.org. yours looks very fine.

deathemperor 03-27-2005 08:03 AM

tnguy3n, you are developing a vb3 jukebox if you need any help just call me

Wordplay 03-27-2005 03:30 PM

Quote:

Originally Posted by deathemperor
This can be easily changed via some template edit, even more.

well call me stupid but i seriously wouldn't know how too... if anybody would be willing to help me out here i'd be more then greatful.

deathemperor 03-27-2005 10:18 PM

in jukebox templates find something like this:

<object

and look for width= , height= . Change those value to the width and height of the player, if the player appears in the far left top of your screen then once again you need to move it to somewhere else, move what thing ? whatever between <object and </object> tags.

I've never installed this hack so this is just what I think you should. In case you don't know how I can do it for you with an account and a link to your board.

Wordplay 03-28-2005 08:43 AM

well that would be this code then:

Code:

<object id="MediaPlayer1"
width=$viewwidth height=$viewheight
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="URL" value="$playsong">
<embed type="application/x-mplayer2"
name="MediaPlayer"
width=$viewwidth
height=$viewheight
src="$playsong"
showcontrols="0">
</embed>
</object>

the thing is it is empedded but the videos dont show at all. and i dont even want it to show up on the page, it would be better if it would just open up windows media player itself and then play the video files. can you help me do that?

deathemperor 03-28-2005 09:58 AM

it's impossible to force it to open WMP and play the video. when embeded it's just like you open WMP but automatically and in a html page, you can view fullscreen so it's just WMP itself.

Wordplay 03-28-2005 11:11 AM

well that sucks for me then, since for whatever reason my videos dont even show up on the page.

deathemperor 03-28-2005 02:13 PM

REPLACE:

HTML Code:

<object id="MediaPlayer1"
width=$viewwidth height=$viewheight
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<param name="URL" value="$playsong">
<embed type="application/x-mplayer2"
name="MediaPlayer"
width=$viewwidth
height=$viewheight
src="$playsong"
showcontrols="0">

</embed>
</object>

WITH:

HTML Code:

<OBJECT ID="WMPNET" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type=application/x-oleobject standby="Loading Microsoft Windows Media Player components..." class="grayborder"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="380" width="320">

<PARAM NAME="UIMode" VALUE="full"><PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="ShowCaptioning" VALUE="false"><PARAM NAME="filename" VALUE="">
<PARAM NAME="AutoSize" VALUE="true"><PARAM NAME="enableContextMenu" VALUE="false">
<PARAM NAME="volume" VALUE="50"><PARAM NAME="playCount" VALUE="1">
<PARAM name="URL" value="$playsong"><embed pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" type="application/x-mplayer2" src="$playsong" Name="Jukebox" ShowControls="1" AutoStart="true" ShowDisplay="0" ShowStatusBar="1"></embed>
</OBJECT>

let me know if this works

Wordplay 03-28-2005 04:29 PM

damn, thanks alot, looks like it works now, but the media it's trying to load is http://www.correctlink.com/filename.mpg'

it puts that ' at the end of the filename, and therefore cant find the clip.


All times are GMT. The time now is 02:08 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.01126 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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