What is Pure Image Viewer?
Pure Image viewer is a flash application which delivers a new way of showcasing your images. It keeps quality sharp and smooth using the whole stage at its best.
How can I customize it?
There are over 50 XML Settings which can be edited with any kind of text editor without using flash authoring. If you don’t know how to handle XML files watch this video tutorial.
Can I use special characters?
Yes, you can do this once you have embedded correctly your charset from the flash source. In most cases it’s enough to open the library with F11 and just switch the font. If you still have issues, then create an empty dynamic text field outside the stage and embed the charset from there.
If you don’t know how to add special characters watch this video tutorial.
Can I embed it inside other flash movies?
Yes, you can do this by using the provided embed example source file. It shows how to load, change and unload your viewer. If you are working on the timeline, this is where to get started.
Along the embeddable version you’ll find also a standalone and a classbased mini template which will kickstart your work.
How can I change the control buttons?
You can customize, hide and change the control buttons by editing them in the flash source. Hit F11 and target the control buttons you want. Double click the movieclips on the stage until you can edit them.
You can also drag them around and reorganize as you wish. If you want to remove a button do not delete it, just declare its istance .visible = false and it won’t show up when compiled.
How can I enable Flickr images on the viewer?
In order to load your images from Flickr, you should edit the main class of your project and load the policy files from Flickr like the following example.
import flash.system.Security;
Security.loadPolicyFile("http://static.flickr.com/crossdomain.xml");
Security.loadPolicyFile("http://farm1.static.flickr.com/crossdomain.xml");
Security.loadPolicyFile("http://farm2.static.flickr.com/crossdomain.xml");
Security.loadPolicyFile("http://farm3.static.flickr.com/crossdomain.xml");
Security.loadPolicyFile("http://farm4.static.flickr.com/crossdomain.xml");
I need a not supported feature, what shall I do?
You can either do it yourself by editing the provided source files or you can hire me and I’ll do the dirty work for you. Just contact me for a quote.


252 Purchases
68 Comments