aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/attachment.html
diff options
context:
space:
mode:
authorErik Frèrejean <erikfrerejean@phpbb.com>2010-12-15 09:39:28 +0100
committerErik Frèrejean <erikfrerejean@phpbb.com>2010-12-15 09:39:28 +0100
commite4488fe78819b5dd7b1e7edd8c8defe07d264b37 (patch)
treed77e1cb7cea0b7ed5172abc2ae8bdf0784f3f4b9 /phpBB/styles/prosilver/template/attachment.html
parentf204ce682565c87b041abafa69db76d698b60dfc (diff)
downloadforums-e4488fe78819b5dd7b1e7edd8c8defe07d264b37.tar
forums-e4488fe78819b5dd7b1e7edd8c8defe07d264b37.tar.gz
forums-e4488fe78819b5dd7b1e7edd8c8defe07d264b37.tar.bz2
forums-e4488fe78819b5dd7b1e7edd8c8defe07d264b37.tar.xz
forums-e4488fe78819b5dd7b1e7edd8c8defe07d264b37.zip
[ticket/9948] Inline quicktime files won't show
When attaching a quicktime file and placing it inline the movie won't be shown due to the size the movie box is being given. PHPBB3-9948
Diffstat (limited to 'phpBB/styles/prosilver/template/attachment.html')
-rw-r--r--phpBB/styles/prosilver/template/attachment.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html
index cc5aacff2f..4c0a326f1e 100644
--- a/phpBB/styles/prosilver/template/attachment.html
+++ b/phpBB/styles/prosilver/template/attachment.html
@@ -70,12 +70,12 @@
<embed src="{_file.U_VIEW_LINK}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{_file.WIDTH}" height="{_file.HEIGHT}" play="true" loop="true" quality="high" allowscriptaccess="never" allownetworking="internal"></embed>
</object>
<!-- ELSEIF _file.S_QUICKTIME_FILE -->
- <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="0" height="16">
+ <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="285">
<param name="src" value="{_file.U_DOWNLOAD_LINK}" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<param name="type" value="video/quicktime" />
- <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="0" height="16" type="video/quicktime" autoplay="false"></embed>
+ <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed>
</object>
<!-- ELSEIF _file.S_RM_FILE -->
<object id="rmstream_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="200" height="50">