Archive for the ‘Experiences’ Category

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

Rain or Snow Effect

This actionscript code can be utilised to get a rain or snow effect in flash, you can add some wind or other features for more reailstic visualty. My source Files uses this code to make a “raining star” effect. If you need help about this example, feel free to leave your comments here. [Edit] Because [...]

This example gets 4 images (jpg) and its texts from XML file and than loads them to the stage. Dynamic image backgrounds resizes automatically according to the loaded image width. You can expand the features of this image gallery ; this is just a small example for you to get the way . Source Files
Have [...]