I made this module because I wanted my headings in a custom font. I came across the replacement script IFR which fitted my needs. I molded (and altered) that into a module.
So what does it do?
Replaces a given elements text with a flash movie.
This is an adaptation of the famous IFR script.
So the glory goes to Shaun Inman (
www.shauninman.com)
"Why a module and not a mambot?", I hear you ask. Well,
I tried it, but failed. 3 reasons:
- Mambots change the content before it is placed into the
template. So I cannot easily find out in what divs or
tables the content is placed and what to search for.
- The (content) mambots I looked at, all did something to
the row content, so they did nothing with headers and
titles. And that is excactly what I did want to do with
this script.
- The original IFR is already scripted to do a dynamic
replacement on a window.onload event. Didn't have time
to change that!
Probably it is possible to make a mambot that does what
this module does, but I didn't have the time to sort that
out.