Flash


Overlapping Movieclips in AS3

Back in AS2, when a MovieClip(MC) is underneath another one, as long as the MC that is on top doesn’t have any button actions (eg. onRollOver, onRelease etc), assigning button actions to the MC below will work. Not anymore in AS3. A quick fix is to give the following properties to the MC on top [...]

Illustrator to Flash

Facing colour problems when you copy and paste something from Illustrator to Flash? The solution, after the jump.

Zhang Jingna Photography won awards!

A recent flash site for a local photographer, Zhang Jingna, which was done with a designer, Yanda, won some recognition at some websites. It was a pleasant surprise to know that we won, especially since I thought we could do much better things with the site given more time. http://www.designlicks.com/web-awards/1799-zhang-jingna-photography http://www.designcharts.com/ http://www.webdesignfile.com/zhang-jingna-photography/ http://lancamento.jugem.cc/?eid=3013 Winning these [...]

Google Chrome: First Impressions

Finally some tech related news! I’m posting this using the extremely fast Google Chrome, Google’s latest product – a web browser. I’m just going to make this a short one and list down some first impressions and things I’ve noted while using it for the past 30mins. Firstly, the browser is extremely fast when rendering [...]

Opening a ThickBox iframe from Flash

If you don’t know what is ThickBox, check it out here: http://jquery.com/demo/thickbox/ That’s some nice way to present content on your site right? Anyway, I’ve been playing around with ThickBox for quite some time now, and a recent project required me to call up a ThickBox iframe from within Flash itself. As the documentation on [...]

Tips for Sorenson Squeeze

- make sure frame rate is the same as swf – set to uncompressed audio if video is in timeline. The reason for point 2 is because flash will automatically compress audio in embedded FLVs, so if you compress audio in Sorenson, you’re getting your audio compressed again in Flash. That’s compression twice!

Adobe Thermo

I always thought Flex should have a UI interface like Flash does, so that designers or beginners can start to do Flex. After looking at Adobe Thermo, which Adobe very mysteriously decided to launch as a seperate product. I found what was supposed to be there! With Adobe Thermo, you’re supposed to be able to [...]

Updates

It has been a really busy and fulfilling week for me. After the period of drought, there’s this flood now! I’m talking about freelance projects that is. I’ve been contacted by previous clients. Contacted by people whom I do not know, and I do not know where they got my contact from. Contacted by recommendation. [...]

Actionscript 3.0 Basics: The Moving Ball

I always thought the Moving Ball lesson my Flash lecturer gave was a very good and important lesson which provided me with the fundamentals and understanding of how things worked in Flash, particularly the onEnterFrame. Now in AS3.0, onEnterFrame no longer exists. Events replaced everything, including this convenient function which I had come to love [...]