| 1 |
// $Id: README.txt,v 1.1 2006/04/21 13:33:56 tomsys Exp $ //
|
| 2 |
|
| 3 |
This module is acting as a filter and it helps to automate Flash content
|
| 4 |
embedding process. Core functionality consists of two major parts, the
|
| 5 |
first it works as a content filter and replaces all meta-tags
|
| 6 |
[flash:filename.swf] with a corresponding HTML <embed> code and secondly
|
| 7 |
it can be enable to auto-display all attachments inline as Flash a
|
| 8 |
content.
|
| 9 |
|
| 10 |
Whats good in this module is it uses a helper class to determine a
|
| 11 |
valid flash content and it extracts file header with all the bits and
|
| 12 |
pieces, we are automatically getting dimensions, what is width and
|
| 13 |
height. Those values are compared against our settings and if they are
|
| 14 |
appropriate we can display Flash inline, if attachment is not a valid
|
| 15 |
Flash then we skip it and in case if its bigger than our predefined
|
| 16 |
maximums we will place a small icon what will act as a link to that
|
| 17 |
flash movie on a single page.
|
| 18 |
|
| 19 |
This module initially was developed for Drupal 4.7 and will be supported
|
| 20 |
for upcoming versions, it might be so that someone wants to back port
|
| 21 |
it for 4.6 please dont hesitate to ask for support and comments.
|
| 22 |
|
| 23 |
For any assistance or help you are welcome to use Skype for contacting
|
| 24 |
me, my nick name veilands.
|
| 25 |
|
| 26 |
My greetz goes to:
|
| 27 |
- Drupal community
|
| 28 |
- To all new members joining
|
| 29 |
- To my beloved Olga for supporting me
|
| 30 |
|
| 31 |
Any comments and suggestions are welcome please feel free to respond.
|
| 32 |
|
| 33 |
Kindly yours,
|
| 34 |
Tom Veilands a.k.a.(tomsys)
|