Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9678

Flash attachments are not displayed in subsilver2.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Other
    • None

      Attached flash files (.swf) are not visible in post because the template
      File affected : attachment.html
      Find :

      <param name="movie" value="{_file.U_DOWNLOAD_LINK}" />

      Replace with :

      <param name="movie" value="{_file.U_VIEW_LINK}" />

      Find :

      <embed src="{_file.U_DOWNLOAD_LINK}" 

      Replace with :

      <embed src="{_file.U_VIEW_LINK}" 

            nickvergessen Joas Schilling
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: