diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-20 11:17:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-20 11:17:42 +0000 |
commit | e4b21e5618b0484445dff70afcc266027e94afdd (patch) | |
tree | 4d1242010bf30346979161c4cc38f529d41748b0 /phpBB/styles/subsilver2/template/attachment.html | |
parent | f31626cec7275790c741d31fc815c775a509aed2 (diff) | |
download | forums-e4b21e5618b0484445dff70afcc266027e94afdd.tar forums-e4b21e5618b0484445dff70afcc266027e94afdd.tar.gz forums-e4b21e5618b0484445dff70afcc266027e94afdd.tar.bz2 forums-e4b21e5618b0484445dff70afcc266027e94afdd.tar.xz forums-e4b21e5618b0484445dff70afcc266027e94afdd.zip |
re-allow using external API for flash files, whereby restricting internal API calls. This re-allows displaying external flash files (youtube for example)
git-svn-id: file:///svn/phpbb/trunk@8208 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/attachment.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/attachment.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html index c3352be251..d54994fe67 100644 --- a/phpBB/styles/subsilver2/template/attachment.html +++ b/phpBB/styles/subsilver2/template/attachment.html @@ -63,7 +63,8 @@ <param name="loop" value="true" /> <param name="quality" value="high" /> <param name="allowScriptAccess" value="never" /> - <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"></embed> + <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> </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"> |