Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Flash Media Playback

Descrizione

The Flash Media Playback plugin allows you to easily embed a video component hosted by Adobe based on the Open Source Media Framework (http://www.osmf.org).

Syntax: [FMP] path to video file [/FMP]

There are a number of optional arguments you can specify, these include:

  • width – width of the video component
  • height – height of the video component
  • controlbar – video controlbar style (docked/floating/none)
  • autohide – automatically hide the control bar (true/false)
  • poster – full path to an image to show before video loads
  • playbutton – whether or not to show a play button overlay (true/false)
  • autoplay – whether video should automatically start playing (true/false)
  • loop – specify if video playback should loop (true/false)
  • streamType – specify the type of video stream (liveOrRecorded/live/recorded/dvr)
  • scaleMode – specify the video scale mode (letterbox/none/stretch/zoom)
  • backgroundColor – background color for the video (hexadecimal value)
  • configuration – full path to an XML configuration file
  • skin – full path to an XML skin for the video player

For more information about the configuration and skinning XML files, see the following PDF: http://www.osmf.org/downloads/pdf/using_fmp_smp.pdf

Example:

[FMP width="320" height="240" controlbar="none" autoplay="true"]http://mydomain.com/video.mp4[/FMP]

In the Flash Media Playback plugin options page you can specify whether to embed SWFObject (only disable this if you already have SWFObject included in your WordPress install).

You can decide whether or not to use the HTML5 video fallback feature (useful for devices that don’t support Flash such as the iPhone, iPad – requires H.264 video files) as well as set default values for all the optional arguments.

Screenshot

  • Flash Media Playback plugin options page

Installazione

  • Unzip ‘flash-media-playback.zip’
  • Upload the ‘flash-media-playback’ folder to ‘/wp-content/plugins/’
  • Activate the plugin

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Flash Media Playback” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

0.9

  • HTTP Streaming and Flash Access 2.0 support (requires Flash Player 10.1)
  • Support for stream type, scale mode, background color, configuration XML and skinning

0.8

  • HTML5 video fallback support for H.264 files.
  • Plugin settings page now allows you to set default values for all arguments.
  • Plugin settings page now has a reset to defaults option.

0.5

  • Flash Media Playback component embedding with optional arguments.