• We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      If I could attach a file (say test.swf) to a page and then want to include it in that page I could use the macros by doing something along the lines of:

      {flash-swf:movie=test.swf|id=test|width=600|height=450|bgcolor=#003366|version=6,0,0,0}

      The values loop=false, quality=high, menu=false, scale=exactfit, wmode=transparent could all be defaults. Which would generate the equivelant of something similar to:

      <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="450" id="test" ALIGN="">
      <PARAM NAME=movie VALUE="http://server.com/confluence/download/attachments/600/test.swf">
      <PARAM NAME=loop VALUE=false>
      <PARAM NAME=menu VALUE=false>
      <PARAM NAME=quality VALUE=high>
      <PARAM NAME=scale VALUE=exactfit>
      <PARAM NAME=wmode VALUE=transparent>
      <PARAM NAME=bgcolor VALUE=#003366>
      <EMBED src="http://server.com/confluence/download/attachments/600/test.swf" loop=false menu=false quality=high scale=exactfit wmode=transparent bgcolor=#003366 WIDTH="600" HEIGHT="450" NAME="tls2" ALIGN=""
      TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
      </OBJECT>

      Currently I have to use

      {html}

      tags and either put the file externally or hard link to something like http://server.com/confluence/download/attachments/600/test.swf which I dont like incase the url changes. Id rather link like I do to attached images and attach the swf. See also direct linking (CONF-989).

      What would be even better is to be able to link to swf's / images / general attachments on other pages (eg: if an image is commonly used) without having to store it externally. That might be better in a file repository (see issue CONF-990).

            [CONFSERVER-991] Embedded Flash Movies (similar to embeded images)

            Sen made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3579487 ] New: JAC Suggestion Workflow 3 [ 4337601 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3185565 ] New: JAC Suggestion Workflow 4 [ 3579487 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3036788 ] New: JAC Suggestion Workflow 2 [ 3185565 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2529539 ] New: JAC Suggestion Workflow [ 3036788 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2256201 ] New: Confluence Workflow - Public Facing v4 [ 2529539 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2185269 ] New: Confluence Workflow - Public Facing v3 [ 2256201 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 1929650 ] New: Confluence Workflow - Public Facing v3 - TEMP [ 2185269 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v2 [ 1755987 ] New: Confluence Workflow - Public Facing v3 [ 1929650 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Suggestion WF (TEMP) [ 1681828 ] New: Confluence Workflow - Public Facing v2 [ 1755987 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing [ 1374157 ] New: CONF Suggestion WF (TEMP) [ 1681828 ]

              8d92d19feb5e Jeremy Higgs
              dhardiker Dan Hardiker
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: