aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-10 21:22:33 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-10 21:22:33 +0200
commite46745ed34386c5884c7dacb1f3d8a8ca0c333dd (patch)
treea22593062877c103dacad5da82cd29a7e656318d /phpBB
parente629929958588010b27adec04dea1ef02762f188 (diff)
parentdf99bdbd53d29b97012e04ac32fa815620e426ed (diff)
downloadforums-e46745ed34386c5884c7dacb1f3d8a8ca0c333dd.tar
forums-e46745ed34386c5884c7dacb1f3d8a8ca0c333dd.tar.gz
forums-e46745ed34386c5884c7dacb1f3d8a8ca0c333dd.tar.bz2
forums-e46745ed34386c5884c7dacb1f3d8a8ca0c333dd.tar.xz
forums-e46745ed34386c5884c7dacb1f3d8a8ca0c333dd.zip
Merge branch 'ticket/nickvergessen/9678' into develop-olympus
* ticket/nickvergessen/9678: [ticket/9678] Flash attachments are not displayed in subsilver2.
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subsilver2/template/attachment.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html
index d54994fe67..833bd4d55f 100644
--- a/phpBB/styles/subsilver2/template/attachment.html
+++ b/phpBB/styles/subsilver2/template/attachment.html
@@ -58,13 +58,13 @@
<!-- ELSEIF _file.S_FLASH_FILE -->
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{_file.WIDTH}" height="{_file.HEIGHT}">
- <param name="movie" value="{_file.U_DOWNLOAD_LINK}" />
+ <param name="movie" value="{_file.U_VIEW_LINK}" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
- <embed src="{_file.U_DOWNLOAD_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>
+ <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">