Log in

View Full Version : Can this be done


fiber_cut
11-21-2005, 03:41 AM
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 -

http://www.12345.com/video.wmv
It only shows the video.wmv and not the link?

fiber_cut
11-21-2005, 03:43 AM
I think I did post this in the wrong place and cant figure out how to delete it..

rb290
11-21-2005, 04:59 AM
ya wrong section

post in the modification requests

Lizard King
11-21-2005, 05:17 AM
You can do it very easy by using bbcode.
Add a bbcode with the following information included :
Tag : wmv
Replacement :

<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>

Use Option : No
Example : test

If you need an example : http://www.ayyas.com/t10677-tavan-niyeti-bozarsa.html

fiber_cut
11-21-2005, 05:33 AM
I added it jsut as you show but it doesnt play the vid. I cleack play it does nothing :(

Lizard King
11-21-2005, 07:26 AM
Are you sure you add the right url between the tags ? It is working pretty good for me.

fiber_cut
11-21-2005, 02:13 PM
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..