This is an XML driven, 3D banner rotator that can show unlimited number of images/swf files. You can change images and links with the XML file, so you don’t need to publish the swf file again.
Features:
- JPEG , PNG , GIF images and SWF files supported
- It can resize to any size.
- Unlimited number of [...]
This is an XML driven banner rotator that can show unlimeted number of images/swf files. You can change images, texts, thumbnails, links and time delays with the XML file, so you don’t need to publish the swf file again.
Features:
- JPEG , PNG, GIF images and SWF files supported
- It can resize to any size.
- Unlimited [...]
24 Oct
Posted by: admin in: Flash CS3, Solutions, actionscript 2
If you are a flash developer, you should have seen lots of comboBox designs and they’re always different from each other. And the default comboBox component in flash? You know how it is, I realy don’t need to say anything about it.
So, I needed a comboBox that is easily editable, easy to use and [...]
11 Oct
Posted by: admin in: Experiences, Flash CS3, jsfl
var lib = fl.getDocumentDOM().library;
var libItemLength = lib[0].length;
for (i=0; i < libItemLength; i++){
if(lib.getItemType(lib[0][i].name) == "bitmap") {
lib.selectItem(lib[0][i].name);
lib.setItemProperty(’allowSmoothing’, true);
lib.setItemProperty(’compressionType’, ‘photo’);
}
}
download the jsfl file, and please share your comments and improvements.