You are here

README.txt in Flash Node 5

FLASHNODE MODULE
----------------

To use flashnode you must also download the required ufo javascript
package from www.bobbyvandersluis.com/ufo and add ufo.js and ufo.swf
to the module's directory.

This step is required as ufo.js is a third party script and cannot be
packaged directly from the drupal repository.

This module will create a new node type, flash, designed to store Flash
animation.

It relies on ufo (Unobtrusive Flash Object) by Bobby van der Sluis
(www.bobbyvandersluis.com/ufo).

When the node is rendered it will automatically insert the ufo javascript
to enable the Flash content. Browsers that don't have javascript, or the right
Flash version, will downgrade nicely, and a message will be displayed 
indicating some content is missing.

If you don't like the message that is being displayed then you will need to edit
the module itself at this time. I will probably include the default message
as a setting in a later release.

File

README.txt
View source
  1. FLASHNODE MODULE
  2. ----------------
  3. To use flashnode you must also download the required ufo javascript
  4. package from www.bobbyvandersluis.com/ufo and add ufo.js and ufo.swf
  5. to the module's directory.
  6. This step is required as ufo.js is a third party script and cannot be
  7. packaged directly from the drupal repository.
  8. This module will create a new node type, flash, designed to store Flash
  9. animation.
  10. It relies on ufo (Unobtrusive Flash Object) by Bobby van der Sluis
  11. (www.bobbyvandersluis.com/ufo).
  12. When the node is rendered it will automatically insert the ufo javascript
  13. to enable the Flash content. Browsers that don't have javascript, or the right
  14. Flash version, will downgrade nicely, and a message will be displayed
  15. indicating some content is missing.
  16. If you don't like the message that is being displayed then you will need to edit
  17. the module itself at this time. I will probably include the default message
  18. as a setting in a later release.