• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Citrix Developer Network

How to embedding multimedia content

You can now embed multimedia files into a Wiki page as as easily as you can an image. Citrix Community supports these formats:

  • Flash (.swf)
  • Quicktime movies (.mov)
  • Windows Media (.wma, .wmv)
  • Real Media (.rm, .ram)
  • MP3 files (.mp3)
  • AVI files (.avi) May require an avi decoder to be enabled within a browser

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!

Usage

To play .avi and .swf files, you require to specify the dimensions and type.
For instance to play a test.avi file

!test.avi|height=32,width=32,id=media!

NOTE: Due to security reasons, files located on remote servers are not permitted.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links