Archive for the ‘ActionScript’ category

BitmapData and Perlin noise

November 21st, 2010

Just a little application to play with BitampData’s perlinNoise function.
» Read more: BitmapData and Perlin noise

[AIR] How to hide bar at the bottom of application

October 7th, 2010

Every AIR application has by default a bar at the bottom. It is shown in the picture below:

How to hide the bar from the bottom

Status bar

To hide it, you have to add one line for example in application’s applicatonComplete handler:

/**
* Application's applicationComplete handler
*
* @return void
*/

protected function this_APPLICATION_COMPLETE():void {

    statusBar.visible = false;

}//function

Taking components’ snapshots with ImageSnapshot class

August 7th, 2010

The ImageSnapshot is a static class that provides methods to take snapshots of flex components and optionally convert them into a base64 encoded string.
» Read more: Taking components’ snapshots with ImageSnapshot class

Adjusting color values with ColorTransform class

August 5th, 2010

The ColorTransform class allows you to adjust the color values of any display object. The color adjustment or color transformation can be applied to all four channels: red, green, blue, and alpha transparency.
» Read more: Adjusting color values with ColorTransform class

Rysowanie gradientów w ActionScript

June 30th, 2010

Rysowanie gradientów jest procesem, na który wpływ ma stosunkowo wiele parametrów. Żeby być w pełni świadomym możliwości jakie w tej dziedzinie oferuje Flex sprawdzimy w jaki sposób każdy z nich oddziałuje na wygląd gradientu.
» Read more: Rysowanie gradientów w ActionScript

Przekazywanie prametrów do aplikacji SWF za pomocą adresu URL

January 6th, 2010

Wpis pokazuje w jaki sposób przekazywać parametry do aplikacji Flex za pomocą adresu URL a następnie co zrobić aby te parametry z adresu wydobyć.
» Read more: Przekazywanie prametrów do aplikacji SWF za pomocą adresu URL

Custom Preloader

November 17th, 2009

W tym wpisie przedstawię jak w prosty sposób dodać własny preloader do naszej aplikacji, pozbywając się domyślnego – moim zdaniem brzydkiego :) – preloadera.

» Read more: Custom Preloader

Flexmaniaks on Facebook