Flash based image replacement
Do you want to prevent people from copying your web images from your site? Convert them to flash images using swfiR.com.
swfIR (swf Image Replacement) helps solve some of the design limitations of the standard HTML
image and its widely-accepted associated CSS values, while still supporting standards-based design concepts. Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. Through progressive enhancement, it looks through your page and can easily add some new flavor to standard image styling.
You can do this in four simple steps:
1. Download swfIR (11.89 KB)
2. Upload swfir.js and swfir.swf into the same directory on your web server
3. Include the swfIR JavaScript file in the <head> of your document like this: <script type="text/javascript" src="swfir.js"></script>
4. Choose which features to apply to which image:var
borders = new swfir(); borders.specify("border-radius", "15"); borders.swap("#content img");
You may choose from any of these parameters: border-radius; border-width; border-color; shadow-offset; shadow-angle; shadow-alpha; shadow-blur; shadow-blur-x; shadow-blur-y; shadow-strength; shadow-color; shadow-quality; shadow-inner; shadow-knockout; shadow-hide; rotate; overflow; link; and elasticity.
Have Fun!
|