Why are there no demo scripts avaliable?
Extensions and actions are written in plain, readable Javascript. The missing encoding prevents any time or feature limitation.
Wrong filename upon download?
The download is controlled by a PHP script which will serve the file to you. Some browsers do not understand this and save the file under "download.php" - just rename it to i.e. "Blurry.sit".
What is a zip file, what is a sit file?
These files are compressed archives and must be unpacked first in order to be used - you should download an Expander application first.
After unpacking the archive I only have a Main.html?
All extensions are saved in a "Main.html" file which itself resides in a folder, i.e. "Blurry". If your unzipper skips this folder, create it on your own in the folder your extension should reside in.
Where do I install the extension file?
An extension consists of the folder and its "Main.html" file. Copy the folder into the following subfolder of your GoLive application folder:
<GoLive>/Modules/Extend Scripts/
and relaunch GoLive.
Where do I install the action file?
Action files (i.e. "Width.scp") have to be put into a special folder inside your GoLive application folder:
<GoLive>/Modules/JScripts/Actions/
contains several folders which mimic the actions category popup you find in GoLive. Put your action file somewhere here, you can even created subfolders on your own - and relaunch GoLive.