|
You can now embed multimedia files into a Confluence page as as easily as you can an image. Confluence supports these formats:
Other types of files can be used, but may require the specification of the "classid", "codebase" and "pluginspage" properties in order to be recognised by web browsers. If you get an error 'Unable to embed content of type application/octet-stream', this means the mime-type is not being correctly recognised. You can add a type parameter to the embedded markup to override the auto-detected mime-type. See below for an example. To embed a multimedia file, Attach the file to the page. You can then include it as you would include an image, like this: !filename.mov! UsageTo play .avi files, you require to specify the dimensions and type. !test.avi|height=200,width=200,id=media! NOTE: Due to security reasons, files located on remote servers are not permitted. OptionallyDefine the properties of the embedded object using a comma separated list of properties !filename.mov|height=800,width=600,id=media! Overriding the mime-type of a file without a meaningful extension: !filename|type=image/jpeg!
RELATED TOPICSWorking with Attachments Overview Take me back to Confluence User Guide |

Comments (54)
Dec 06, 2005
A. Mitchell says:
Sorry if this is an inappropriate place for this question, but has anyone else g...Sorry if this is an inappropriate place for this question, but has anyone else gotten this to work with WMVs? Is it necessary to have a separate streaming server running on your machine? It works fine with Quicktime movies, but I can't get even the simplest WMVs to play. Ideas?
Dec 06, 2005
A. Mitchell says:
Well, never mind. I got my WMVs streaming in IE but not Firefox. I guess the pro...Well, never mind. I got my WMVs streaming in IE but not Firefox. I guess the problem is client side.
Mar 21, 2006
stew stryker says:
Has anyone tried embedding MindManager .mmap files? Given that they have a...Has anyone tried embedding MindManager .mmap files? Given that they have an IE browser plugin viewer, I bet this could work pretty well. Imagine building a mindmap of links into your Confluence wiki space as an alternative means of navigation?
Sounds pretty cool to me.
Apr 12, 2007
Mark says:
I would second the mindmanager mindmaps embedding request. Gliffy is really nice...I would second the mindmanager mindmaps embedding request.
Gliffy is really nice for simple diagrams, but visio it is not.
Mindmanager and any other mindmap maps are an incredibly useful for giving a visual sense of what's going on for a complex project. I see them as a perfect complement to confluence, as visual indexes or table of contents to a section of pages, or to an entire space.
Nov 26, 2007
Eric Blue says:
Hi, I recently faced this problem myself: How to embed my mindmanager mind...Hi,
I recently faced this problem myself: How to embed my mindmanager mindmaps inside my personal wiki. I created a service that will dynamically convert the map to freemind format, and allow you to embed as either a flash viewer or java applet.
http://eric-blue.com/blog/2007/11/mindmap_viewer_share_and_embed.html
and
http://eric-blue.com/projects/mindmapviewer/
Feb 07, 2008
David Fleming says:
Hi Eric, Kudos on your application\! Also, since Mind Manager will export maps a...Hi Eric,
Kudos on your application!
Also, since Mind Manager will export maps as jpeg's, why not just attach the pages that way?
Jul 28, 2006
Geof Corb says:
Is there an ability to provide player controls when embedded QuickTime movies ar...Is there an ability to provide player controls when embedded QuickTime movies are included in a page? I was hoping to create pages that included some QT movies but not have them automatically play when the page loads.
Nov 28, 2007
Anonymous says:
Check this:Check this:
http://www.apple.com/quicktime/tutorials/embed2.html
– Ingomar
Jan 04, 2008
Anonymous says:
The Quicktime code doesn't seem to work in the wiki: !quicktime.mov ,align=ce...The Quicktime code doesn't seem to work in the wiki:
Unable to render embedded object: File (quicktime.mov) not found.
Has anyone gotten a movie to not Auto Play?
Jan 04, 2008
Doug Smart says:
The Code above should be: !quicktime.mov ,align=center,width=640,height=480,A...The Code above should be:
!quicktime.mov|,align=center,width=640,height=480,AUTOPLAY="false",id=media!Oct 17, 2006
Jeroen Keppens says:
Our confluence is on https. When we embed a flash file, we get the message "This...Our confluence is on https. When we embed a flash file, we get the message "This page contains both secure and nonsecure items. Do you want to display the nonsecure items."
I uploaded the files trough attachments. They are in the same location as the images. The images don't give the problem, only the flash files.
Any ideas?
Oct 17, 2006
Jeroen Keppens says:
I found this on the macromedia site:I found this on the macromedia site: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16588
Unfortunately I can't change the codebase since I use the !testfile.swf! annotation...
Dec 19, 2007
Andy Brook says:
just passing... The solution to this is store all referenced media (images, css)...just passing... The solution to this is store all referenced media (images, css) that are loaded in the page, over ssl. in non-ssl mode, there will be no complaint over mixed source content (page from http, resources from https).
use a packet capture tool like Wireshark to pull out trick resources, or load the page from https and check the source for http:// references...
Dec 11, 2006
David Demner says:
I can't figure out how to specify the codebase... If I try to attach the f...I can't figure out how to specify the codebase... If I try to attach the file and refer as this:
!blah.vsd|type=application/x-visio,classid=clsid:279D6C9A-652E-4833-BEFC-312CA8887857,codebase=vviewer.exe!
It doesn't resolve to the proper link for the codebase (although the blah.vsd is fine). But if I use the full http:// to the viewer, Confluence converts it into an href in the rendered page.
Jan 31, 2007
Jim White says:
After embedding a couple of Flash .swf's i'm noticing that they run slowly. My m...After embedding a couple of Flash .swf's i'm noticing that they run slowly. My movies are running at 30 fps in Flash. Any ideas why this is happening or if installing the Flash macro would help here?
Cheers
Mar 22, 2007
Jeff Guthrie says:
When I embed a real media file on my page using this notation: !BrowseSpaceRM....When I embed a real media file on my page using this notation:
The movie window AND the playback toolbar is the listed size. How can I get around this as it looks goofy.
Oct 26, 2007
James Fleming [Atlassian] says:
Jeff, it looks like you'll have to ask Real about this. I've been looking over t...Jeff, it looks like you'll have to ask Real about this.
I've been looking over their documentation for a support request on this very issue, and the only parameters available for controlling the playback window are the simple height and width.
I agree that it looks goofy, but unfortunately this is one thing over which we've no control. I'll be happy to stand corrected, but for now that's the best of my knowledge.
James
Feb 07, 2008
David Fleming says:
Jeff, have you tried altering the sizing attributes? I had to guess at a video I...Jeff, have you tried altering the sizing attributes? I had to guess at a video I had embedded, and with some fiddling around, it played just fine and looked good too.
Feb 07, 2008
Jeff Guthrie says:
I actually have not played with this since. I have been using the Flash Macro an...I actually have not played with this since. I have been using the Flash Macro and embedding Flash instead of Real Content. Thanks for the reply though!
Feb 11, 2008
David Fleming says:
Do you have problems adding text to a page that has embedded media? For some rea...Do you have problems adding text to a page that has embedded media? For some reason I can embed a QT Movie, but the editor won't show text without skewing the video into some tiny little pink, static square in the upper left corner of the page.
??
Apr 29
Anonymous says:
Hi David, Have you figured this issue out? If so, how do I set video sizes so th...Hi David, Have you figured this issue out? If so, how do I set video sizes so they quit defaulting.
Apr 26, 2007
Colin Ho says:
FYI, I have opened CONF8345@jira requesting the removal of the restriction that ...FYI, I have opened CONF-8345 requesting the removal of the restriction that "files located on remote servers are not permitted". Please vote for the issue if you agree.
May 09, 2007
Ben Truby says:
Is there any way to Embed, Display, or even Convert a PDF file for viewing on co...Is there any way to Embed, Display, or even Convert a PDF file for viewing on confluence?
May 09, 2007
Rosie Jameson says:
Yes you can attach a PDF file to any Confluence page, and create a link to it. P...Yes — you can attach a PDF file to any Confluence page, and create a link to it. Please see Working with Attachments Overview
May 10, 2007
Ben Truby says:
How about to view the PDF directly on the Confluence page, without needing to op...How about to view the PDF directly on the Confluence page, without needing to open an external instance of a pdf viewer. I have tried embedding it like other multimedia content, but it firefox tells me I need to install additional plugins (IE does nothing with it). I have Adobe Reader installed on my system.
May 11, 2007
Mohammed Alam says:
Unfortunately, there is no such feature to view a PDF document directly on a con...Unfortunately, there is no such feature to view a PDF document directly on a confluence page. A new plugin is required to put the PDF content into confluence page and currently there is no plugin available to embed this external software into Confluence page.
I would suggest you to create a feature request in Jira at http://jira.atlassian.com describing your requirement. Please feel free to add a watch and you can cast your vote for this feature there.
May 11, 2007
Ben Truby says:
Thank You.Thank You.
Aug 27, 2007
Doods Perea says:
Most of our Confluence pages display content directly from the attached Word or ...Most of our Confluence pages display content directly from the attached Word or Excel document(s) using Word/Excel macros. In some cases, we only want to display content from a particular page or worksheet, not from the entire document. Is there a way to do this?
Thanks.
Aug 28, 2007
David Perez says:
Any progress regarding the Mind Manager plugin? I've seen a couple of comments f...Any progress regarding the Mind Manager plugin? I've seen a couple of comments from users, but not sure if this went any further. Thanks!
Nov 14, 2007
Mark says:
Yes, mind manager maps very important for projects and for documentationYes, mind manager maps very important for projects and for documentation
Dec 19, 2007
Andy Brook says:
Checkout the Freemind pluginCheckout the Freemind plugin which does a great job of loading freemind attachments and rendering in an applet. It works a treat - but no editing ability, think excel...
Aug 28, 2007
Corey McGarrahan says:
I have added an mp3 file \!song1.mp3\! but I do not want it to auto play so I ch...I have added an mp3 file - !song1.mp3! - but I do not want it to auto play so I changed it to - !song1.mp3|autostart=false! - but this did nothing. Any ideas on how or if I can get this to not autostart?
Nov 16, 2007
Stephen Danelutti says:
I'll second that. I'm trying exactly the same with wmv files and the autostart=f...I'll second that. I'm trying exactly the same with wmv files and the autostart=false instruction just does not work