README.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. SUMMARY:
  2. --------
  3. Allows videos embedded using the video_embed_field module to be displayed in a
  4. DOM Window overlay.
  5. REQUIREMENTS:
  6. -------------
  7. * Libraries. http://drupal.org/project/libraries
  8. * DOM Window. http://drupal.org/project/domwindow
  9. * DOM Window jQuery Plugin. http://swip.codylindley.com/DOMWindowDemo.html
  10. * Image Cache Actions 7.x-1.0 http://drupal.org/project/imagecache_actions
  11. * System Stream Wrapper http://drupal.org/project/system_stream_wrapper
  12. * Video Embed.Field http://drupal.org/project/video_embed_field
  13. * System Stream Wrapper is only needed if you want to use ICA 7.x-1.1 or greater
  14. INSTALLATION:
  15. -------------
  16. * Install this module as usual.
  17. * Make sure the DOM Window is installed correctly and the jquery.DOMWindow was
  18. downloaded correctly
  19. * If you haven't already done so, add a Video Embed field to one of your content
  20. types.
  21. * When configuring the field if you enable the description field, it will be
  22. used as the link description if you choose not to show the thumbnail.
  23. * The Video Embed overlay settings can be tweaked in the Manage Display tab of
  24. your content type. For your video embed field, under the format column you
  25. will be presented the usual options: Video Player and Thumbnail Preview and a
  26. new option, provided by this module: Overlay.
  27. * When you change the format, different options will be presented to you in the
  28. column to the right. So, click on overlay and notice that config settings will
  29. be presented to you.
  30. * Click on the gear icon on the far right of that row to make the necessary
  31. display adjustments.
  32. CONFIGURATION:
  33. --------------
  34. * Video Style.
  35. Description: Same behavior from the video_embed_field module. Controls the
  36. embedded player settings.
  37. Default value: Normal.
  38. * Show Thumbnail.
  39. Description: Controls whether the thumbnail from the video service is
  40. displayed or not. If not, then a simple Play Button link will be shown instead
  41. of the thumbnail.
  42. Default value: Yes
  43. * Image Style.
  44. Description: If selected, applies one of the available image styles to the
  45. thumbnail image. Useful to overlay a play button on top of the thumbnail.
  46. Default value: None (original image)
  47. COOL EXTRAS:
  48. ------------
  49. * For extra oomph try the imagecache_actions module that extends the core image
  50. functionality.
  51. $ drush dl imagecache_actions; drush en imagecache_canvasactions -y;
  52. ROAD MAP:
  53. ---------
  54. * Future enhancements include:
  55. - More customization of the settings via the user interface / admin screens.
  56. MAINTAINERS:
  57. ------------
  58. * Rob Montero (rmontero) - http://drupal.org/user/191552