// -----------------------------------------------------------------------
// This file is part of aroundme
// 
// Copyright (C) 2003, 2005 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the
// Free Software Foundation; either version 2, or (at your option) any
// later version.
// 
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with program; see the file COPYING. If not, write to the Free
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
// -----------------------------------------------------------------------
// NOTE:
// Originating author of Text_Wiki is 
// Paul M. Jones <pmjones@ciaweb.net>
// all credit should go to him and not Barnraiser
// Shockwave Flash implementation - tom@barnraiser.org


>> TEXT WIKI
   The included files add Macromedia Shockwave Flash (swf file) to Text_Wiki. 
   These files were written for inclusion in our 'Aroundme', free software 
   social networking and group collaberation platform, however they can be used 
   within any installation of Text Wiki.
   
   You can find more information on Text_Wiki at http://wiki.ciaweb.net/yawiki/
   
>> INSTALL
   Copy the Shockwaveflash.php file from our /Parse directory to Text_Wikis 
   /WIKI/Parse directory.
   Copy the Shockwaveflash.php file from our /Render directory to Text_Wikis 
   /WIKI/Render/Xhtml directory.
   Copy the Shockwaveflash.php file from our /Render directory to Text_Wikis 
   /WIKI/Render/Plain directory.
   Copy the Shockwaveflash.php file from our /Render directory to Text_Wikis 
   /WIKI/Render/Latex directory.
   Open Text_Wikis Wiki.php file. In the rules array add "Shockwaveflash". 
   We have included a reference_Wiki.php file for you to refer to. See line 
   82 for an example.
   Installation is complete.
   


>> USAGE
   You can include a Shockwave Flash file in your WIKI text by adding in 
   the following line:

   [[swf example.swf]]
   
   By default the following attributes are applied:
   
   background color = #ffffff
   width = 100%
   height = 100%
   allowScriptAccess = sameDomain
   quality = high
   
   To customise these settings simply add the attributes to your code:
   
   [[swf example.swf bgcolor="#000000" quality="low"]]
   
   
   
>> REASONING
   Barnraiser is dedicated to giving people the tools they need to share 
   knowledge and further society through social software.

   You can find out more about us at http://www.barnraiser.org/ .
