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/bbcode.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/bbcode.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/bbcode.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/bbcode.html b/phpBB/styles/subsilver2/template/bbcode.html index 19059c5b60..50162740d0 100644 --- a/phpBB/styles/subsilver2/template/bbcode.html +++ b/phpBB/styles/subsilver2/template/bbcode.html @@ -63,7 +63,7 @@ <param name="loop" value="false" /> <param name="quality" value="high" /> <param name="allowScriptAccess" value="never" /> - <param name="allowNetworking" value="none" /> - <embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allowNetworking="none" ></embed> + <param name="allowNetworking" value="internal" /> + <embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed> </object> <!-- END flash --> |