aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-07-08 21:22:54 +0200
committerNils Adermann <naderman@naderman.de>2010-08-20 23:48:16 +0200
commitf6674074948f629a3a29587f10c92ef584341ff4 (patch)
tree3f2fa1e6b60f3554cc331c11e2705c297afbcac5
parent093debdebc582eaa04acd4f0bda1f56a80d5ab5d (diff)
downloadforums-f6674074948f629a3a29587f10c92ef584341ff4.tar
forums-f6674074948f629a3a29587f10c92ef584341ff4.tar.gz
forums-f6674074948f629a3a29587f10c92ef584341ff4.tar.bz2
forums-f6674074948f629a3a29587f10c92ef584341ff4.tar.xz
forums-f6674074948f629a3a29587f10c92ef584341ff4.zip
[task/restore-subsilver2] Reapply commit df99bdb
[ticket/9678] Flash attachments are not displayed in subsilver2. PHPBB3-9678 PHPBB3-9783
-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">