The technique of the chroma key , ie the replacement of a given color with another (or a different source), has exploded once again in the last decade with considerable arrogance, thanks to the increasingly widespread technology present in the film and in the treatment of digital images.
Category 'Flash'
How to apply the technique of chroma key in Adobe Flash
Commodore 64 emulator JavaScript
A little 'time ago I reported a version of a Commodore 64 emulator written in Adobe ActionScript 3.0, now in a new version :
Adobe Flash CS4: Create an Ajax Loader or Activity Indicator
Create an Ajax Loader (or Activity indicator for those accustomed to using the Apple iPhone) for the Web is not a difficult thing: there are services that generate animated gif images of all types. However, the GIF format has the big drawback of not supporting transparent as it should. Transparency in GIF format now, involves only one bit plane with the consequence that if we do not have a uniform background color, image edges are noticeably grainy and fragmented.
Adobe Flash CS5 Professional for Apple iPhone
How to use Google Maps in Adobe Flash CS4
In Adobe Flash, you can use a wide range of external APIs provided by Web services like Facebook , Twitter or Flickr . In this tutorial we will see how to integrate, in a really simple, the services of Google Maps in a movie / application Adobe Flash CS4.
From Actionscript to Objective-C
I thought it might be useful to those who have recently approached the development of applications for Apple iPhone, compare Adobe ActionScript - the language used in Adobe Flash and Adobe Flex, more common among the neo-programmers - and Objective-C language used by Apple to develop its applications. Objective-C is in effect an object-oriented language in the pure sense, not that Actionscript is not, but Objective-C is definitely a plus because it is an extension of ANSI C and its syntax is a mix between C / C + + and Smalltalk, is a true OO (Object-oriented language).
Very short snippet: Actionscript extend an array by the method shuffle ()
I had already talked about how to implement the method shuffle () in Javascript and Actionscript . I realized, tuttaavia, have not emphasized that Actionscript is able to extend, in the same manner as JavaScript, its object Array :
Papervision 3D: to show the hand cursor on the 3D interactive elements
Set in a material way interactive and engaging event with a plan:
1 2 3 4 5 6 7 8 | BitmapAssetMaterial = new BitmapAssetMaterial ( "foto1" ) ; var mymaterial: BitmapAssetMaterial = new BitmapAssetMaterial ("photo1"); ; mymaterial. interactive = true; Plane = new Plane ( my_material , 200 , 100 , 0 , 0 ) ; var myplane: Plane = new Plane (my_material, 200, 100, 0, 0); ( InteractiveScene3DEvent . OBJECT_PRESS , myplane. addEventListener (InteractiveScene3DEvent. OBJECT_PRESS, e : InteractiveScene3DEvent ) : void { function (e: InteractiveScene3DEvent): void { / / Todo } ); |
Business card in 3D with Papervision
Here's an original way to propose and present their ticket out of sight on the Web! The source here .
Very short snippet: shuffle () in Javascript and Actionscript
In PHP there is a handy feature called shuffle() which allows for mixing an array (see Very short trick: take random elements from an array in PHP ). An excellent version of the Javascript I found here . Below the code slightly revised:








Latest Comments
Mark : Thank you very much, I've lit
I solved it by setting [cc_objc] / / OptionViewController.m - ...
Giovambattista Fazioli : @ Mark: I suggest you think a more correct approach. If you run the subclass of the tab ...
Mark : Excuse the spam .. I noticed that there is an error .. here is the correction [cc_objc] / PrimaClasse.h ** ** / # import ...
Marco : forgotten .. in [cci] OptionViewController [/ cci] for [cci] @ syntetize [/ cci] I put the delegate
louis : very clear and simple I have to admit that writing a pa hardly use delegates created by ...