Flash Video user macro

Name Flash Video User Macro
Version 1.0
Author(s)  
Homepage
Price Free
Download Source See documentation on this page

Description/Features

Allows users to embed flv videos within Confluence

This is a direct copy from Atlassian's own intranet/extranet, so whichever video you use will have the atlassian player look like the examples on this page. Please use this code as reference.

Installation

This is a user macro, which means you will need to add it manually to your User Macro's in the administration screen.

  1. Go to the System Administration screen
  2. Click on the 'User Macros' link in the left menu under 'Configuration'
  3. Select 'Create a User Macro'
  4. Name the macro 'flash-video'
  5. Leave other fields and pull down at default
  6. Paste the following into the text area and press 'Save':
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=8,0,0,0" width="450" height="350" id="test" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="movie" value="http://www.atlassian.com/video/player.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="FlashVars" value="file=$param0" />
        <embed src="http://www.atlassian.com/video/player.swf" FlashVars="file=$param0" quality="high" bgcolor="#ffffff" width="450" height="350" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    




Usage

Users place the wikimarkup:

{flash-video:http://example.example.com/example.flv}

Examples

http://confluence.atlassian.com/display/AUG/Matt+Doar%2C+Consulting+Toolsmiths

Labels

plugin plugin Delete
favourite favourite Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Dec 01, 2008

    Shawn Stepper says:

    This is great! Thanks!

    This is great! Thanks!

  2. Jan 09

    Imad EL AMRAOUI says:

    Hi, Great user macro indeed ! However, when testing it in our company, we...

    Hi,

    Great user macro indeed !

    However, when testing it in our company, we were not able to actually use the Full Screen button on the far bottom right of the player.

    We can click it but nothing happens...is it enabled? is there a way to actually make it work ?

    Cheers

  3. Apr 07

    jaysteele says:

    plugin is great but the embeded video is layered over top of the right hand side...

    plugin is great but the embeded video is layered over top of the right hand side drop down menus. how do i get around this?

  4. Jun 23

    Sim Hua Soon says:

    Can I know what are the files beside [player.swf|http://www.atlassian.com/v...

    Can I know what are the files beside [player.swf|http://www.atlassian.com/video/player.swf] are required to play the video if there is no internet connection? Thank you