#!/bin/sh
#
# The following script will create the file named libya.swf
# to present different tours that Iram Tour offers.
#
# The libya.sswf file requires v1.6.2 or better of SSWF.
# Older versions won't work properly.
#
# Written by Alexis Wilke for Made to Order Software Corp. (c) 2002-2009
#
# Copyright (c) 2002-2009 Made to Order Software Corp.
#
# This work is not free. If you are interested in using
# this Flash animation in part or as a whole, please
# contact Made to Order Software Corp. at:
#
#	contact@m2osw.com
#
# This work is presented here as a sample so you can learn
# how SSWF works. It is not intended for you to use in your
# own Flash animations or your web page(s).
#
. ../functions/find-sswf.sh
echo "This script requires at least v1.6.2 of SSWF."
echo "You currently have v`$SSWF --version`."
echo "Older versions may crash and/or not generate the correct movie."
$SSWF -o libya.swf libya.sswf $INC/colors.sswf \
		$INC/fonts/font-fotinos.sswf
