You are here

README.txt in Flash Node 5.2

Same filename and directory in other branches
  1. 5.6 README.txt
  2. 5 README.txt
  3. 5.3 README.txt
  4. 6.3 README.txt
  5. 6.2 README.txt
FLASHNODE MODULE
----------------

Description
-----------
Flashnode is designed to make it very easy to upload flash content on to a
Drupal based website. When enabled it creates a new content type called
Flash so you can upload movies without writing any code or HTML.

Flashnode uses SWFTools (drupal.org/project/swftools) to do the actual
insertion of flash, so you must download and install that module first.
SWFTools lets you choose the flash insertion method that you would like to use
and includes both direct embedding and a variety of javascript methods.


Using flashnode
---------------
In its simplest form you simply create a flash node, upload a file, write
your body text as normal and hit submit, and the file will display.

You can set other parameters on the input form and these are found under
Basic flash node options and Advanced flash node options. The basic options
let you set whether the movie should appear in the teaser, body or both views,
and you can also adjust the movie size if required.

Advanced options let you change the substitution text that appears if using
a javascript insertion method, and you can also set flashvars and the base
parameter to correctly locate sub-movies.

If the node is using PHP input format then you can generate flashvars via
PHP code to make dynamic movies that receive data from the host website.

Flashnode also allows you to activate an additional input format that lets you
use a simple macro language to re-use flash content on other pages. These
take the form [flashnode|nid=nnn] and can be supplemented with parameters to
size and scale the content or pass different flashvars.

If you have used an earlier version of flashnode or flash module please take
a look at UPDATE.txt for additional information.

File

README.txt
View source
  1. FLASHNODE MODULE
  2. ----------------
  3. Description
  4. -----------
  5. Flashnode is designed to make it very easy to upload flash content on to a
  6. Drupal based website. When enabled it creates a new content type called
  7. Flash so you can upload movies without writing any code or HTML.
  8. Flashnode uses SWFTools (drupal.org/project/swftools) to do the actual
  9. insertion of flash, so you must download and install that module first.
  10. SWFTools lets you choose the flash insertion method that you would like to use
  11. and includes both direct embedding and a variety of javascript methods.
  12. Using flashnode
  13. ---------------
  14. In its simplest form you simply create a flash node, upload a file, write
  15. your body text as normal and hit submit, and the file will display.
  16. You can set other parameters on the input form and these are found under
  17. Basic flash node options and Advanced flash node options. The basic options
  18. let you set whether the movie should appear in the teaser, body or both views,
  19. and you can also adjust the movie size if required.
  20. Advanced options let you change the substitution text that appears if using
  21. a javascript insertion method, and you can also set flashvars and the base
  22. parameter to correctly locate sub-movies.
  23. If the node is using PHP input format then you can generate flashvars via
  24. PHP code to make dynamic movies that receive data from the host website.
  25. Flashnode also allows you to activate an additional input format that lets you
  26. use a simple macro language to re-use flash content on other pages. These
  27. take the form [flashnode|nid=nnn] and can be supplemented with parameters to
  28. size and scale the content or pass different flashvars.
  29. If you have used an earlier version of flashnode or flash module please take
  30. a look at UPDATE.txt for additional information.