The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can this be done
Forgive me if I psoted this in the wrong place.
What I want to know if there is a hack or one can be made so that when a user posts lets say a link likehte following - Code:
http://www.12345.com/video.wmv |
#2
|
|||
|
|||
I think I did post this in the wrong place and cant figure out how to delete it..
|
#3
|
||||
|
||||
ya wrong section
post in the modification requests |
#4
|
|||
|
|||
You can do it very easy by using bbcode.
Add a bbcode with the following information included : Tag : wmv Replacement : Code:
<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="Player" width="400" height="300"> <param name="URL" value="{param}"> <param name="rate" value="1"> <param name="balance" value="0"> <param name="currentPosition" value="1"> <param name="defaultFrame" value> <param name="playCount" value="1"> <param name="autoStart" value="-1"> <param name="loop" value="-1"> <param name="currentMarker" value="0"> <param name="invokeURLs" value="-1"> <param name="baseURL" value> <param name="volume" value="100"> <param name="mute" value="0"> <param name="uiMode" value="full"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="0"> <param name="fullScreen" value="0"> <param name="SAMIStyle" value> <param name="SAMILang" value> <param name="SAMIFilename" value> <param name="captioningID" value> <param name="enableErrorDialogs" value="0"> <param name="_cx" value="7938"> <param name="_cy" value="6482"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{param}" rate=1 balance=0 currentPosition=1 playCount=1 autoStart=1 loop=-1 currentMarker=0 invokeURLs=-1 volume=100 mute=0 uiMode=full stretchToFit=0 windowlessVideo=0 enabled=-1 enableContextMenu=0 fullScreen=0 SAMIStyle SAMILang SAMIFilename captioningID enableErrorDialogs=0 _cx=7938 _cy=6482 width=400 height=300> </embed> </object> Example : [wmv]test[/wmv] If you need an example : http://www.ayyas.com/t10677-tavan-niyeti-bozarsa.html |
#5
|
|||
|
|||
I added it jsut as you show but it doesnt play the vid. I cleack play it does nothing
|
#6
|
|||
|
|||
Are you sure you add the right url between the tags ? It is working pretty good for me.
|
#7
|
|||
|
|||
Yeah I had it exactly as you had it and jsut sat there and did nothing
If I load the file on my server it plays it fine, It wont play files linked to other servers.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|