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 [...]
12 Apr
Posted by: admin in: Experiences, Solutions
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;
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 [...]
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 [...]
When you give an instance name to a button after the first frame it appears.. And than you call the button with that name.. Flash 8 is not find any object in this instance name.. After that I tried to give instance name at the first frame which the button appears.. Than flash 8 found [...]
Today, my company has asked me that can I convert FLV to wmv, avi, mpg etc.. Because they wanted to publish a wmv file on a web page, and it must have small file size, of course After that I search for it, and I see that , FLV file format is very hard [...]