Welcome to the
MMF Downloads page.
Here you can download extensions and sample code for Multimedia Fusion version 2
(by Clickteam), plus
there are a few resources
for Multimedia Fusion 1.5 if you have not upgraded yet.
All Multimedia
Fusion extensions are provided free for personal, professional, and commercial use.
You may resell any content you create using these extensions in Multimedia Fusion, and you are free to redistribute them. You may not sell these extensions for profit
in standalone form.
All Other downloads
are provided for your personal or professional use, and may not be sold or redistributed.
All material is
copyright 2004-2006 by James St. Jean.
Use any content on this site as your own risk.
|
|
|
MMF 2 Extensions
|
|
SQLDB version 1.3. The SQLDB extension provides self-contained database capability
within an MMF application. This extension embeds the open source SQLite
database, version 2.8.15. Data can be stored in memory, or to the file system. For
detailed information on using SQLite please see the SQLite web site. A summary of
the SQL syntax supported by this object is included in the help file, but if you
do not know SQL, you should seek an SQL Reference book or web site such as this one. This object is well tested and should be stable.
Click the icon at left to download or click here.
|
|
Super Function 1.1. This object provides very flexible looping control, plus local
and global function calling. I wrote this object to replace my use of the Power
Function object under MMF version 1.5, which was not ported. In addition to the
above, it provides flexible expression processing and an IF/THEN method that is
useful for computing the destination function name when you need to make conditional
function calls. The object is stable, but is fairly new and has not been extensively
tested yet. Please notify me if you encounter crashes. Click the icon at left to
download or click here.
|
Utilities and Sample Programs
|
|
SQLDB Viewer. This utility can be used to view the contents of database files
created with the SQLite open source database engine. It was built with version 2.8.15 of SQLite, and may work
with other versions, but I have not tested it with SQLite 3.x. This program cannot read MS Access, MySQL, or databases
created with other non-SQLite database engines. Click the icon at left to download or click here.
|
|
Maze Sample. I originally wrote this program for fun and as a test program for my MMF extensions.
It uses the depth-first maze generation algorithm to produce random
mazes of a specified size. I had to tweak the basic algorithm because MMF does not
provide traditional recursion, I also modified the approach to always start at the
center of the maze and produce random entrance and exit points on the upper and
lower borders of the maze. If you want to get an old MMF source code version of the program to play around width, click the icon at left to
download it or click here (MMF 2 required). If you really want to create and print some mazes for you or your kids to do, you should go to the dedicated Maze Maker page and get the full, compiled version of the Maze Maker program.
|
MMF 1.5 Extensions
|
|
SQLDB version 1.3. This is the MMF 1.5 version of SQLDB, which is no longer maintained.
This object is well tested and should be stable.
Click the icon at left to download or click here.
|
|
Super Function 1.0. This is the MMF 1.5 version of Super Function, which
is not maintained. This object was written and had some testing, prior to conversion
to MMF2, but was never officially released. This object may not be as stable as
the MMF2 version. It is provided solely to facilitate building new programs which
will convert smoothly to MMF 2, or for demo/trial functionality under MMF 1.5. Only the COX
file is provided, for documentation and help see the MMF2 version. Click the icon at left to
download or click here.
|
|
|