Nice OXYLUS ! very clean!
Posted about 1 month ago
The new Image Folio has support for an unlimited numbers of images. Images can have different sizes and you can chose between 4 ways of resizing/fitting the image inside the rectangular shape. It is xml driven, the xml file allows you to add a title and a data field for each image.
Image formats supported are: png, jpg, gif. Easily add any script you want for handling click actions on the images, with the possibility of identifying the images by their “data” attribute which was previously set in the xml file. The rectangular shape that you see on the stage it is the place holder for the image folio and at runtime it will act as a mask and it will also define the area in which the images will be center aligned. Resize this shape and also tweak the “w” and “h” variables inside Image.as file to obtain the desired result. Also settable in the Image.as file are: the border width, corner radius, label distance from the bottom edge of the image and also the shadow distance from the same edge. The 4 scale modes are (similar as the ones used for the Stage.scaleMode property): showAll, exactFit, noBorder, noScale. In each situation the image will be center aligned. You can set the scaleMode inside the Image.as file. By default it is set to showAll. You should also check out the variables inside Folio.as file. Each one of them has a comment. Tweaking these variables can help you achieve different results. Customizing the appearance of the Folio is easy. You have to edit the Library symbols which are grouped in suggestively named folders.
Enjoy this new release by OXYLUS .
Support only on the Dark – Image Folio v2 Public Support Forum
Galleries / Portofolios
Menus
Video Players, News Readers, RSS etc.
Small Utils
hi OXYLUS , really love your file! please, could you give me apiece of advice to make the click on the selected item so that it links to an external url? thanx! you can see it used @ http://www.myspace.com/mypieris
Posted about 1 month ago
That is really simple. In the fisrt frame of the main fla:
Image.clickHandler = function(dat){ getURL(dat); }
and in the xml, put you links in the “data” attribute.
In the future please use the support forum: Dark – Image Folio v2 Public Support Forum
Posted about 1 month ago
Is there any way of getting this to scroll automatically after say 4 seconds?
Posted about 1 month ago
Hello everybody. Just want to remind you that you have the Public Support Forum link in the file description. Please use that link to ask for support. Thank you for your undersatnding and I appologise for any inconvenience.
Adrian
The main flash file isn’t working. I have adobe cs3 and it only works if i use the test swf not if i try to modify the fla file.
How do i fix this, i have tried exporting at different flash versions and actionscript.
Posted about 1 month ago