Archive for the ‘Experiences’ Category

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

 
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.

If you try to dispatch a MouseEvent in a dispatchEvent(), you will get an Error that says “cannot convert “click”(or whatever) to flash.events.Event”. So here is the trick for that:
movieClipInstanece.dispatchEvent(new MouseEvent(MouseEvent.CLICK, true, false));
Tags: Actionscript 3 , MouseEvent, Events, Click, Roll_Over, Roll_Out, Double_Click, dispatchEvent, dispatch, EventListener, AddEventListener

Flash Menu Templates

Flash XML Tree Menu
Price: $1

Flash XMLTree Menu 2
Price: $1
Windows Style XML Tree Menu
Price: $5

Dynamic Elastic Menu
Price: $1

Dynamic Elastic Menu Blue
Price: $3
Elastic Liquid Horizontal Menu
Price: $1

Cool Flash Menu
Price: $1

Dynamic Flash Menu
Price: $1
Dynamic Mac Style Menu
Price: $1

Dynamic XML Menu Tabs
Price: $1
Horizontal XML Tree Menu
Price: $1

Easy Flv Video Player

To download source of this file click here

This is a completely dynamic FLV video player (streamer) flash file.
You can change the video path and title with the XML file.
You can click the progress bar to jump any time of the video.
If you want to change the interface, just change them from the FLA, there is [...]

Today I needed to change heights of the rows in the ComboBox component . After a bit of search , I figured out that we can reach the List component with its Instance name as “dropdown” , so.. see code below ; )
comboBoxInstance.dropdown.rowHeight = 20;

Postit RSS Reader

To download source of this file click here
It can show news / text from any RSS address on the web, just change the RSS path in the file.
For example: This flash file can get the last.fm recently played tracks,or you can display your blog’s news with this little SWF file on your website or myspace [...]

You want to use Flash Plasyer 8 features in your swf file but you don’t know your visitors have the Flash Plasyer 8 on their system? Now, Adobe has developed Detection kit and it provides us to upgrade user’s Flash Player automatically. You wanna learn how you can do it? follow me :
1) Firstly, we [...]

Today, I have seen that Flash 8 can import PSD (Photoshop) files, and I wanted to share this with you. Flash 8 uses the PSD file as a normal image without any problem, and it gives us a flexibility for the website designs.

Dynamic Flash XML Tree Menu

You should click a button to see its submenus.
General Features:

You can add unlimited main menus and sub menus.
You can change main menu and sub menu backgrounds, texts, links.(XML)
No actionscript knowledge required.
Detailed PDF help documentation.
Flash 8 and Flash MX 2004 FLA files available.

Without opening the FLA file:
You can edit the main menu and submenu numbers, [...]