You are here

README.txt in audio.js 7

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; audio.js module
;;
;; Original author: jtphelan (http://drupal.org/user/54285)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CONTENTS OF THIS FILE
=====================
* OVERVIEW
* USAGE
* INSTALLATION


OVERVIEW
========

The audio.js modules provides a field formatter for the file field type using 
the audio.js javascript library created by Anthony Kolber. 
http://kolber.github.com/audiojs/
 
It uses the native HTML5 <audio> where available and an invisible flash player 
to emulate <audio> for other browsers. It provides a consistent html player 
UI to all browsers which can be styled with custom css.

With Flash as a fallback, it should work pretty much anywhere.
It has been verified to work across:
Mobile Safari (iOS 3+)
Android (2.2+, w/Flash)
Safari (4+)
Chrome (7+)
Firefox (3+, w/ Flash)
Opera (10+, w/ Flash)
IE (6, 7, 8, w/ Flash)

Note that the audio.js library currently supports MP3 audio only.


USAGE
=====

audio.js creates a new field formattor for the file field type. Under your 
content types display settings select audio.js or audio.js playlist as you 
field format.



INSTALLATION
============

You must first download the audio.js library here: 
http://kolber.github.com/audiojs/

Extract the audiojs archive and copy the contents into your Drupal 
libraries directory, so that the audio.min.js file can be found at 
sites/all/libraries/audiojs/audiojs/audio.min.js

File

README.txt
View source
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; audio.js module
  3. ;;
  4. ;; Original author: jtphelan (http://drupal.org/user/54285)
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. CONTENTS OF THIS FILE
  7. =====================
  8. * OVERVIEW
  9. * USAGE
  10. * INSTALLATION
  11. OVERVIEW
  12. ========
  13. The audio.js modules provides a field formatter for the file field type using
  14. the audio.js javascript library created by Anthony Kolber.
  15. http://kolber.github.com/audiojs/
  16. It uses the native HTML5
  17. to emulate
  18. UI to all browsers which can be styled with custom css.
  19. With Flash as a fallback, it should work pretty much anywhere.
  20. It has been verified to work across:
  21. Mobile Safari (iOS 3+)
  22. Android (2.2+, w/Flash)
  23. Safari (4+)
  24. Chrome (7+)
  25. Firefox (3+, w/ Flash)
  26. Opera (10+, w/ Flash)
  27. IE (6, 7, 8, w/ Flash)
  28. Note that the audio.js library currently supports MP3 audio only.
  29. USAGE
  30. =====
  31. audio.js creates a new field formattor for the file field type. Under your
  32. content types display settings select audio.js or audio.js playlist as you
  33. field format.
  34. INSTALLATION
  35. ============
  36. You must first download the audio.js library here:
  37. http://kolber.github.com/audiojs/
  38. Extract the audiojs archive and copy the contents into your Drupal
  39. libraries directory, so that the audio.min.js file can be found at
  40. sites/all/libraries/audiojs/audiojs/audio.min.js