The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Playing Windows Media Files Inline Using Plugin Details »» | ||||||||||||||||||||||||||||
Playing Windows Media Files Inline Using Plugin
Developer Last Online: Aug 2009
This just an upgrade over from my existing hack HERE
to use plugin system for vb3.5 gold What this hack does:: This hack allows your users to upload media files via your board file management and play the media fields within their post.. It is adivisable to have one inline per post. Foreword: This hack might not work on all system due to different configuration, platform, and such. I will try to help you all as much as I can. This hack will use your board attachment system to run mp3, wma, wmv, flash files. It is a bit server intensive. So be warned Security Risk: It has been known that flash files can be used to exploit and compromise certain securities on user computer. You might want to verify your flash attachment before enable flash playing inline on your forum. Files To edit: 0 Queries to run: 0 Uses Product: Yes Template Edits: 1 Template Edit To remove previous version from Postbit template Postbit template Look for HTML Code:
<if condition="$show[flashattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attached_flash] $flashfilename </legend> <div style="padding:$stylevar[formspacer]px"> $post[flashattachments] </div> </fieldset> </if> <if condition="$show[wmaattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wma] $wmafilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmaattachments] </div> </fieldset> </if> <if condition="$show[wmvattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wmv] $wmvfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmvattachments] </div> </fieldset> </if> <if condition="$show[mp3attachment]"> <fieldset class="fieldset"> <legend> $vbphrase[attach_mp3] $mp3filename</legend> <div style="padding:$stylevar[formspacer]px"> $post[mp3attachments] </div> </fieldset> </if> Postbit legacy template Look for HTML Code:
<if condition="$show[flashattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attached_flash] $flashfilename </legend> <div style="padding:$stylevar[formspacer]px"> $post[flashattachments] </div> </fieldset> </if> <if condition="$show[wmaattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wma] $wmafilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmaattachments] </div> </fieldset> </if> <if condition="$show[wmvattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wmv] $wmvfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmvattachments] </div> </fieldset> </if> <if condition="$show[mp3attachment]"> <fieldset class="fieldset"> <legend> $vbphrase[attach_mp3] $mp3filename</legend> <div style="padding:$stylevar[formspacer]px"> $post[mp3attachments] </div> </fieldset> </if> REMOVE THEM SAVE Open postbit_attachment and add to very top HTML Code:
<tr> <td width=450 colspan="2"> <if condition="$show[realattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_real] $realfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[realattachments] </div> </fieldset> </if> <if condition="$show[movattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_mov] $movfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[movattachments] </div> </fieldset> </if> <if condition="$show[flashattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attached_flash] $flashfilename </legend> <div style="padding:$stylevar[formspacer]px"> $post[flashattachments] </div> </fieldset> </if> <if condition="$show[pdfattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_pdf] $pdffilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[pdfattachments] </div> </fieldset> </if> <if condition="$show[aviattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_avi] $avifilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[aviattachments] </div> </fieldset> </if> <if condition="$show[mpgattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_pdf] $mpgfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[mpgattachments] </div> </fieldset> </if> <if condition="$show[mpegattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_pdf] $mepgfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[mepgattachments] </div> </fieldset> </if> <if condition="$show[wmaattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wma] $wmafilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmaattachments] </div> </fieldset> </if> <if condition="$show[wmvattachment]"> <fieldset class="fieldset"> <legend>$vbphrase[attach_wmv] $wmvfilename</legend> <div style="padding:$stylevar[formspacer]px"> $post[wmvattachments] </div> </fieldset> </if> <if condition="$show[mp3attachment]"> <fieldset class="fieldset"> <legend> $vbphrase[attach_mp3] $mp3filename</legend> <div style="padding:$stylevar[formspacer]px"> $post[mp3attachments] </div> </fieldset> </if> </td> </tr> Upload the included XML as product. Demo If you use this hack please click install. As christianb mentioned in the other post, you might need to setup attachement types for your forum to play properly. Use the following for your types HTML Code:
WMA ? Content-type: audio/x-ms-wma WMV ? Content-type: video/x-ms-wmv MP3 ? Content-type: audio/x-mp3 SWF ? Content-type: application/x-shockwave-flash AVI ? Content-type: video/x-ms-avi MOV ? Content-type: video/quicktime MP4 ? Content-type: video/quicktime MPEG ? Content-type: video/mpeg MPG ? Content-type: video/mpeg RAM ? Content-type: audio/x-pn-realaudio RM ? Content-type: audio/x-pn-realaudio SWC ? Content-type: application/x-shockwave-flash NOTE: This hack use your board attachment.php to play those specified media files. Therefore, you will have to set up user right to download attachement in under forum permissions. Quote:
Show Your Support
|
Comments |
#92
|
||||
|
||||
Hey stitch, will the xml be updated for those extensions?
|
#93
|
|||
|
|||
Quote:
What are the mime types for the other extensions (mov, mpa, mpeg, mpg, mp4 and real) please ? Thanks you ^^ |
#94
|
||||
|
||||
I just pull the one from my site and upload it up here. Look for the update template code too.
One thing I encounter is that you have to setup the mime in this format for the player to play properly Content-type: + mime type |
#95
|
||||
|
||||
Quote:
Here we go HTML Code:
WMA ? Content-type: audio/x-ms-wma WMV ? Content-type: video/x-ms-wmv MP3 ? Content-type: audio/x-mp3 SWF ? Content-type: application/x-shockwave-flash AVI ? Content-type: video/x-ms-avi MOV ? Content-type: video/quicktime MP4 ? Content-type: video/quicktime MPEG ? Content-type: video/mpeg MPG ? Content-type: video/mpeg RAM ? Content-type: audio/x-pn-realaudio RM ? Content-type: audio/x-pn-realaudio SWC ? Content-type: application/x-shockwave-flash |
#96
|
||||
|
||||
hey i meant, how does this work, what do we put in a post to play a video?
|
#97
|
|||
|
|||
Stitch... If it was me I would not support MOV files as of yet, its not working in IE correctly yet...
|
#98
|
||||
|
||||
Quote:
You don't have to put anything in a post. This product will recognize your attachements file type and play them. cbr929rrerion, You are correct. I think MOV is depended on server setup or something. It works on mine, but it doesn't work on yours. :nervous: I put it in there just in case someone need it |
#99
|
||||
|
||||
so you gotta go to the attachments in the admin cp and click add extentions ?
"vc.avi: Upload of file failed." uploaded a video and it failed |
#100
|
||||
|
||||
ok .wmv works for me but i think thats the only video extention that works
.avi doesnt, i didnt try the other ones but their is only a thumbnail pic for wmv so im guessing thats the only one that works?? |
#101
|
||||
|
||||
P.s. Please Make This Work For Firefox Somehow Thanks
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|