Changeset 702 for trunk/forum/styles/prosilver/template/attachment.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/template/attachment.html
r400 r702 62 62 <!-- ELSEIF _file.S_FLASH_FILE --> 63 63 <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}"> 64 <param name="movie" value="{_file.U_ DOWNLOAD_LINK}" />64 <param name="movie" value="{_file.U_VIEW_LINK}" /> 65 65 <param name="play" value="true" /> 66 66 <param name="loop" value="true" /> … … 68 68 <param name="allowScriptAccess" value="never" /> 69 69 <param name="allowNetworking" value="internal" /> 70 <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>70 <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> 71 71 </object> 72 72 <!-- ELSEIF _file.S_QUICKTIME_FILE -->
Note:
See TracChangeset
for help on using the changeset viewer.