You are here

README.txt in Embedded Media Field 6.2

/***********/
 Embedded Video Field
/***********/

Author: Aaron Winborn
Development Began 2007-02-23

Requires: Drupal 6, Content (CCK), emfield
Optional: Views

This extensible module will create a field for node content types that can be used to display video and thumbnails
from various third party video providers. When entering the content, the user will simply paste the URL or embed code
of the video, and the module will automatically determine which content provider is being used. When displaying
the video, the proper embedding format will be used.

The module already supports YouTube, Google, Revver, MySpace, MetaCafe, JumpCut, BrightCove, SevenLoad, iFilm and Blip.TV
video formats. More are planned to be supported soon. An api allows other third party video providers to be supported using
simple include files and provided hooks. (Developers: examine the documentation of /providers/youtube.inc for help in adding
support for new providers).

The administer of a site may decide whether to allow all content providers, or only a certain number of them. They may
further be limited when configuring the field.

On the Display Fields settings page, the administrator may further choose how to display the video, for teasers and body.
Videos may be displayed in a preview or full size, each of configurable sizes. When available by a provider, thumbnails may
also be displayed, and sized appropriately. Any necessary API calls to third party providers are cached.

Other features available are allowing a video to autoplay, or changing the size of the video. Those features will be set
when creating or editing the specific field. Note that not all options are supported by all providers. You can see a list
of what features are currently supported by a provider at admin/content/emfield.

Some providers may provide other features that are supported by Video CCK, such as affiliate programs with Revver, or related
video thumbnails with YouTube, embedded within the video. You can find those settings at admin/content/emfield, in the
fieldset for the specific provider.

Questions can be directed to winborn at advomatic dot com

File

contrib/emvideo/README.txt
View source
  1. /***********/
  2. Embedded Video Field
  3. /***********/
  4. Author: Aaron Winborn
  5. Development Began 2007-02-23
  6. Requires: Drupal 6, Content (CCK), emfield
  7. Optional: Views
  8. This extensible module will create a field for node content types that can be used to display video and thumbnails
  9. from various third party video providers. When entering the content, the user will simply paste the URL or embed code
  10. of the video, and the module will automatically determine which content provider is being used. When displaying
  11. the video, the proper embedding format will be used.
  12. The module already supports YouTube, Google, Revver, MySpace, MetaCafe, JumpCut, BrightCove, SevenLoad, iFilm and Blip.TV
  13. video formats. More are planned to be supported soon. An api allows other third party video providers to be supported using
  14. simple include files and provided hooks. (Developers: examine the documentation of /providers/youtube.inc for help in adding
  15. support for new providers).
  16. The administer of a site may decide whether to allow all content providers, or only a certain number of them. They may
  17. further be limited when configuring the field.
  18. On the Display Fields settings page, the administrator may further choose how to display the video, for teasers and body.
  19. Videos may be displayed in a preview or full size, each of configurable sizes. When available by a provider, thumbnails may
  20. also be displayed, and sized appropriately. Any necessary API calls to third party providers are cached.
  21. Other features available are allowing a video to autoplay, or changing the size of the video. Those features will be set
  22. when creating or editing the specific field. Note that not all options are supported by all providers. You can see a list
  23. of what features are currently supported by a provider at admin/content/emfield.
  24. Some providers may provide other features that are supported by Video CCK, such as affiliate programs with Revver, or related
  25. video thumbnails with YouTube, embedded within the video. You can find those settings at admin/content/emfield, in the
  26. fieldset for the specific provider.
  27. Questions can be directed to winborn at advomatic dot com