Archive for April, 2008
Communicating To A Document Class File
No commentsRecently I have had an issue with a need for one of my class files to call a method within my Document Class file. I found a little tutorial online and wrote up a simple demo below:
Here is the Main.as Document Class File:
package
{
import flash.display.Sprite;
[...]
Median Chart of Google Dashboard Analytics XML and Yahoo Astra Charts
1 comment so farA friend of mine was looking for a way to chart out Google Analytics with a median value embedded within the graph. I opted to use Yahoo! charts for to demo this as I wanted to learn a little more about their charting features. So, I took a websites Google Analytics report, went to the [...]
The Best Flash Animation
No commentsThis one wins:
http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf
a2a_linkname=”The Best Flash Animation”;
a2a_linkurl=”http://manewc.com/2008/04/26/the-best-flash-animation/”;
a2a_color_main=”D7E5ED”;a2a_color_border=”AECADB”;a2a_color_link_text=”333333″;a2a_color_link_text_hover=”333333″;
Actionscript 3 Carousel Animation for Menu
1 comment so farSo, after reviewing the Carousel videos from gotoandlearn.com, I revised the code and adapted it for Actionscript 3 for a new project that I will be working on. Here is a demo.. for now the only type of control of the carousel is the left and right direction, won’t stop for now.
[kml_flashembed movie="/projects/flash/Carousel/Carousel.swf" height="550" width="700" [...]
Carousel Navigation
1 comment so farFor my next project there is a desire for a carousel style menu. After scouring the web, I have that the best tutorial can be found over at GoToAndLearn.com. The only thing with the tutorial is that the movie is published with Actionscript 2, but this will be a great base to convert over to [...]