24 Oct
Posted by: antilopanda19283flash 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: antilopanda19283flash in: Experiences, Solutions
ComboBox bileşenindeki satırların genişliğini değiştirmem gerekirken yaptığım küçük araştırmadan sonra, bileşenin içerisindeki List bileşeninin “instance name” inin “dropdown” olduğunu farkettim. Aşağıdaki kod size örnek olabilir comboBoxInstance.dropdown.rowHeight = 20;
12 Apr
Posted by: antilopanda19283flash in: Experiences, Flash 8, Solutions
Flash player 8 ile gelen özellikleri kullanmak istiyorsunuz ama kullanıcılarınızda Flash Player 8′in yüklü olup olmadığını bilmiyorsunuz? İşte Adobe’in geliştirdiği Detection kit sayesinde kullanıcılarınızın Flash Player versiyonunu öğrendikten sonra, eğer 8′den küçük bir versiyon varsa, Flash nesnesi içerisinden otomatik olarak Flash player 8′i yüklemelerini sağlayabiliyorsunuz. Peki nasıl yapacağım diye soruyorsanız, buyrun: 1) Öncelikle buradan Detection [...]
Bu kodu kullanarak, yağmur ya da kar efekti elde edebilirsiniz.Ayrıca daha gerçekçi bir görünüm için rüzgar ya da benzer ek özellikler ekleyebilrsiniz. Ben bu kod ile “yıldız yağmuru” efekti denedim. Eğer bu örnek hakkında yardıma ihtiyacınız olursa, yorum olarak sorularınızı yazabilirsiniz . Kaynak Dosyalar [Edit] Birçok kar efekti isteği üzerine ben de aşağıdaki örnek üzerinde [...]
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 [...]
12 Apr
Posted by: antilopanda19283flash in: Experiences, Solutions
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 to [...]