The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
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.
|
#22
|
||||
|
||||
no, i was talking about current release of vb jukebox on vb.org. yours looks very fine.
|
#23
|
||||
|
||||
tnguy3n, you are developing a vb3 jukebox if you need any help just call me
|
#24
|
|||
|
|||
Quote:
|
#25
|
||||
|
||||
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. |
#26
|
|||
|
|||
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> |
#27
|
||||
|
||||
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.
|
#28
|
|||
|
|||
well that sucks for me then, since for whatever reason my videos dont even show up on the page.
|
#29
|
||||
|
||||
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> 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> |
#30
|
|||
|
|||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|