1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-13 19:15:20 +02:00

[ticket/10298] Properly close embed tag for QuickTime in subsilver2.

PHPBB3-10298
This commit is contained in:
Andreas Fischer 2011-07-30 16:58:33 +02:00
parent 25902c3bfc
commit d59a894cd3

View File

@ -72,7 +72,7 @@
<param name="controller" value="true"> <param name="controller" value="true">
<param name="autoplay" value="false" /> <param name="autoplay" value="false" />
<param name="type" value="video/quicktime"> <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="320" height="285" type="video/quicktime" autoplay="false"> <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> </object>
<!-- ELSEIF _file.S_RM_FILE --> <!-- ELSEIF _file.S_RM_FILE -->
<object id="rmstream_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="200" height="50"> <object id="rmstream_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="200" height="50">