The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quicktime Download Disable in BBcode
Hi all, is there a way to modify the following BB code so that a quicktime movie posted with this would have the save feature disabled? I know that there are still other ways to get the movie file, but I would like to not make it easy. In my limited experience making pages in dreamweaver, the parameter is called "kiosk mode" I tried adding a "kiosk" parameter to this code, but it had no effect.
Thanks: Code:
<!-- begin embedded QuickTime file... --> <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="960" height="556" codebase='http://www.apple.com/qtactivex/qtplugin.cab'> <param name='src' value="preview image url goes here"> <param name='autoplay' value="false"> <param name="target" value="myself"> <param name='controller' value="false"> <param name="href" value="{param}"> <param name='loop' value="false"> <EMBED src="preview image url goes here" width="960" height="556" autoplay="false" controller="false" loop="false" pluginspage='http://www.apple.com/quicktime/download/' controller="true" href="{param}" target="myself"> </EMBED> </OBJECT> <!-- ...end embedded QuickTime file --> <p><font size="1">If you have problems seeing the file above, click <a href="{param}" TARGET=_blank>HERE</a>.</font></P> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|