How to use Wiggler
- Requires: Flash 6 and JavaScript
- Examples: http://flickr.com/photos/tags/wiggled/
- If your images are hosted on flickr.com, you can get started aligning them and get the link with source.html. You'll have to have the whole URLs of the image(s) you plan to use (click on "different sizes").
- Otherwise, you'll have to add wiggle.sourceforge.net to your cross domain policy file.
http://yourdomain.com/crossdomain.xml
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="wiggle.sourceforge.net"/>
</cross-domain-policy>