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

Flash attachments are not displayed in subsilver2.

XMLWordPrintable

    Error rendering 'com.atlassian.jira.jira-view-issue-plugin:details-module'. Please contact your Jira administrators.

      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: