The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BB Code: Win/QuickTime/Real/Flash Media Embed Details »» | |||||||||||||||||||||||||||
BB Code: Win/QuickTime/Real/Flash Media Embed
Developer Last Online: Apr 2012
I am releasing this BB Code for you to use on your forums.
Some things to take note to customize it to your liking.
1. Windows Media Files EMBED: Title: Windows Media Files EMBED Tag: wmv Replacement: Code:
<!-- begin embedded WindowsMedia file... --> <table border='0' cellpadding='0' align="center"> <tr> <td> <OBJECT id='mediaPlayer' width="320" height="285" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> <param name='fileName' value="{param}"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="false"> <param name='showControls' value="true"> <param name='loop' value="false"> <EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285" src="{param}" autostart="false" designtimesp='5311' loop="false"> </EMBED> </OBJECT> </td> </tr> <!-- ...end embedded WindowsMedia file --> <!-- begin link to launch external media player... --> <tr> <td align='center'> <a href="{param}" style='font-size: 85%;' target='_blank'>Launch in external player</a> <!-- ...end link to launch external media player... --> </td> </tr> </table> Description: Embed Windows Media Files Use {option}: NO 2. QuickTime Media Files EMBED: Title:QuickTime Media Files EMBED Tag: qtv Replacement: Code:
<!-- begin embedded QuickTime file... --> <table border='0' cellpadding='0' align="center"> <!-- begin video window... --> <tr><td> <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320" height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'> <param name='src' value="{param}"> <param name='autoplay' value="false"> <param name='controller' value="true"> <param name='loop' value="false"> <EMBED src="{param}" width="320" height="255" autoplay="false" controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'> </EMBED> </OBJECT> </td></tr> <!-- ...end embedded QuickTime file --> </table> Description: Embed QuickTime Media Files Use {option}: NO 3. Real Media Files EMBED: Title: Real Media Files EMBED Tag: rmv Replacement: Code:
<!-- begin embedded RealMedia file... --> <table border='0' cellpadding='0' align="center"> <!-- begin video window... --> <tr><td> <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width="320" height="240"> <param name='src' value="{param}"> <param name='autostart' value="false"> <param name='controls' value='imagewindow'> <param name='console' value='video'> <param name='loop' value="false"> <EMBED src="{param}" width="320" height="240" loop="false" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="false"> </EMBED> </OBJECT> </td></tr> <!-- ...end video window --> <!-- begin control panel... --> <tr><td> <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width="320" height='30'> <param name='src' value="{param}"> <param name='autostart' value="false"> <param name='controls' value='ControlPanel'> <param name='console' value='video'> <EMBED src="{param}" width="320" height='30' controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart="false"> </EMBED> </OBJECT> </td></tr> <!-- ...end control panel --> <!-- ...end embedded RealMedia file --> <!-- begin link to launch external media player... --> <tr><td align='center'> <a href="{param}" style='font-size: 85%;' target='_blank'>Launch in external player</a> <!-- ...end link to launch external media player... --> </td></tr> </table> Description: Embed Real Media Files Use {option}: NO 4. Flash Media Files EMBED: Title: Flash Media Files EMBED Tag: fmv Replacement: Code:
<!-- begin embedded Flash file... --> <table border='0' cellpadding='0' align="center"> <tr><td> <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width="320" height="240"> <param name='movie' value="{param}"> <param name='quality' value="high"> <param name='bgcolor' value='#FFFFFF'> <param name='loop' value="false"> <EMBED src="{param}" quality='high' bgcolor='#FFFFFF' width="320" height="240" loop="false" type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'> </EMBED> </OBJECT> </td></tr> <!-- ...end embedded Flash file --> </table> Description: Embed Flash Media Files Use {option}: NO *I know there may be exploits especially with FLASH media types, so use these BB Codes at your own risk. Thank you, and please click Install. Show Your Support
|
Comments |
#32
|
|||
|
|||
Maybe I am misunderstanding, but you add the code posted above in the replacement.
|
#33
|
||||
|
||||
So instead of the Replacement code this shows up.
Quote:
|
#34
|
|||
|
|||
I just checked and the code in my initial post worked for me. I would suggest deleting that BB Code, and reimplementing it making sure you do everything right..
|
#35
|
||||
|
||||
I've already done that but I'll do it again.
Quote:
I made a boo boo! I had enabled "Use Options". Now it works! Sorry. On Edit again: In the instructions I would really add a note next to the "NO" for options. |
#36
|
|||
|
|||
Ah, yeah, that's why I stressed the NO with capital letters... glad you got it working...
|
#37
|
||||
|
||||
Anyways it's working.
|
#38
|
|||
|
|||
I tried changing the width and height but the video still shows up in the same small size, is there something im doing wrong?
|
#39
|
|||
|
|||
Nice stuff. You have the .swf or 'Flash Media' option, which potentially has risks, etc. However, I don't think that .flv (Flash Video) has the same risk level. Is it possible to convert one of these to a .flv embed option?
Thanks |
#40
|
||||
|
||||
thank you !!
installed. |
#41
|
|||
|
|||
Hello,
This code is great and implemented on my site. However, is there anyway I can only let registered users view the movies? At the moment everyone including guests can see the movies. I would like to stop guests from being able to see the clips... Any pointers would be helpful! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|