bendingpixels
05-13-2008, 04:22 PM
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:
<!-- 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>
Thanks:
<!-- 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>