Multimedia macro always autoplays, regardless of the macro option

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: None
    • Component/s: None
    • Environment:

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Steps to reproduce:

      1. Attach a movie to a page.
      2. Insert a multimedia macro, showing your uploaded attachment. Ensure that autostart is unchecked.
      3. Save the page. The video will autoplay even though you left autostart unchecked.

      Example page: https://extranet.atlassian.com/pages/viewpage.action?pageId=2549712527

      Workaround:

      a) Insert the video using the new Files Previewer (just press Insert from the attachments page).

      b) If that doesn't work (the Files Previewer notably doesn't support mp4s), you can use the following snippit in a HTML macro:

      <video controls src="/download/attachments/pageId/attachmentName" width=1000 height=650>
      
      • pageId can be found in the URL bar when you edit the page
      • attachmentName is just the name of the file you uploaded

            Assignee:
            Unassigned
            Reporter:
            Blake Riosa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: