Archive for the ‘Flash CS3’ Category

3D Amaze Pro Banner Rotater

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. [...]

Free Unlimited Banner Rotater

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 [...]

Open Source Combobox Component (AS2)

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 [...]

  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.