I released a 'Color Illusion Generator', which enables to create a illusion movie from an arbitrary image.
(Example)
You can embed the movie to your blog.
Source code: Illusion.as
I placed Google Earth control in Google Maps.
Here is the code(185 lines):
I created a globe using Google Maps API for Flash.
It is impossible to get the image data by BitmapData.draw(), so I used a DisplacementMapFilter.
Here is the code(70 lines):
In the Google Maps API for Flash tutorial, a sample using MXML is introduced. But MXML is not required, because com.google.maps.Map class derives Sprite class.
The following sample demonstrates how to rotate and blur the map without MXML.
Here is the code:
I tried FIVe3D v2.1, very simple 3D library. For example, 'Graphics3D' class has method like lineTo() and drawCircle(). Looks like Graphics class!!
I created an example 'Keynote-like cube transition' using Bitmap3D class.
I refered to unic8 Studios - Flex Cube - 3D OSX look, which uses PV3D.
FIVe3D doesn't execute hidden surface removal, so I used setChildIndex() in the onUpdate callback of Tweener.
And since fl.motion.Color was not in Flex SDK, I commented out to compile :)
Here is the code:
Here-document is not implemented in AS3... But we can realize it using E4X and CDATA section!!
You don't have to escape " and \ in the here-document.
Yoshihiro Shindo has blogged about "Spark project" in English.
"Spark project" is a Japanese OpenSource ActionScript Community. There are many awesome libraries such as:
The details are given in his entry. Let's check it now!
as3Query is an ActionScript3.0 port of John Resig's exellent JavaScript library jQuery 1.2.1.
This port is released under the MIT and GPL licenses(as is the original jQuery).
Documentation is NOT available. Please refer to the original jQuery Documentation. Most features are ported except for Ajax methods.
This is my first post at this blog.
I've learned AS3 and Flex for 1 year, and writing AS3 blog in Japanese(here). And now, I decided to write in English. I want to show many AS3 samples on this blog.
I also want to introduce good libraries and tools developed by Japanese. Some Japanese have developed very nice libraries and tools, but I'm afraid most of them are not used world wide.
Nice to see you.