stoimen.com/blog

web developing

Related to the post with bitmaps with round corners, here’s the source code.

Download here.

Flex 3 bitmap with round corners

It is a common question, can it be used a bitmap into Flex with round corners.

Actually the answer is yes, but the formal answer is “No”. Directly imported into the application the bitmap cannot be rounded. The solution is to cast it to bitmap. You can download the source code here.

JavaScript code convention

As you may wander if there is a code convetion for JavaScript, well there are a lot of articles outside in the web. I recommend a Douglas Crockford’s page http://javascript.crockford.com/code.html

JavaScript rounded corners

Every webdeveloper have had the problem with the round corners of Html elements. Using a images is so difficult sometimes, and delays the work so much! There is a solution and it comes with a very nice JavaScript library.

Check out this: http://dillerdesign.com/experiment/DD_roundies/

I hope that can help many web developers!

Flex 3 mousewheel under Mac

As it appears there’s a problem to implement the mousewheel over a Flex application under Mac. There is a solution, unfortunately through JavaScript, but however it works.

See how on http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/

The problem is that the mousewheel event listener is registered by the JavaScript and sometimes is still working after mouseout from the flash movie.