Demo
PHP Demo Classic ASP Demo ASP File Manager Demo
These examples are shown in the PHP version but will load and work the same in the Classic ASP version. The URL Strings are the same for both versions.
Load a .FIE Project file with layers.
http://www.flashimageeditor.com/demo/index.php?load=test.fie
This example displays how you can load project files from a server. For instance, files like this could be a template for your product or service and your customer loads this template to customize it.
Load a .JPG image to edit from a remote web address:
http://www.flashimageeditor.com/demo/index.php?url=http://i791.photobucket.com/albums/yy200/arge_soto/Sunset.jpg
(this example will save as jpg since original image was jpg. Loading images from url's will not save to the server, they will save to your hard drive.)
Load a .JPG image from relative url (e.g. - your hosting account):
http://www.flashimageeditor.com/demo/index.php?url=images/simpson20.jpg
(saves as jpg because the original image is a jpg, and its saved back to server - saving to the server is disabled for this demo)
Load a .PNG image from relative url (e.g. - your hosting account):
http://www.flashimageeditor.com/demo/index.php?url=../images2/templates/apparel/T-Shirt_White_Front.png
(saves as png (transparent background alpha) and back to server - saving to the server is disabled for this demo)
Default with a blank canvas:
http://www.flashimageeditor.com/demo/index.php
(saves to user pc only since no path is specified and as png)



