Posts about ActionScript tutorials easy as of September 24, 2009
// September 24th, 2009 // 19 Comments // Personal
10/19/2009
seop.com Posted by phyxx Learn how you can embed Google Maps into a Flex application with this step by step tutorial. Demo and source code included. Tags: actionscript , flash , flex , google , maps © TipClique Tutorials , 2009. | Add comment | Browse all Flash Tutorials .
10/19/2009
19 Oct, 2009Posted by: admin In: Developer| IT| Java| PHP| Programming| Support IT Jobs & Careers writes… Actionscript Programmer with .NET Background Needed for Advertising Company in Irvine | Orange County – CA – Irvine Spectrum Area | -75KApply To Job ——————Top High Paying Jobs. Use our services and find your dream job fast. Register now!
10/19/2009
On November 18th, I’ll be doing a presentation on Spring ActionScript at this year’s Devoxx conference in Antwerp, Belgium. The conference formerly known as JavaPolis is the biggest European (Java) Developers conference.This 5 day conference has an impressive speaker list each year, lots of quality content and is extremely cheap compared to other conferences. So even with the economic crisis, there is no reason not to be there… Here’s the abstract of my presentation ( link ): Spring ActionScript is an offshoot of Java Spring and brings Inversion of Control to the Flash Platform.
10/19/2009
That is something that I have been wanting for a long time but I just found out how to do it. So what is a compile time variable? It is a variable that you can do conditions on at compile time (if) and the compiler will only include a set of lines in the resulting swf. This can be usefull for debugging purpose or when you have multiple languages or versions in a site.
10/19/2009
I started working on this application in 2007. It was to be my entry for the AIR developers derby. However, I ran into limitations with text capabilities in Flash player 9. Then, Buzzword was announced. A well-funded and well-hyped competitor, supported by Adobe. So I abandoned this project for a couple of years. Now, with Adobe’s Text Layout Framework, and forthcoming “Squiggly” spell-checker – it seemed like a good time to finish what I started.
10/19/2009
A few days ago, I posted a link to the Adobe ColdFusion 9 Language Reference , which provides information about the ActionScript 3.0 APIs for ColdFusion. I want to bring to your attention that we have an ActionScript 3.0 Reference that contains ActionScript 3.0 APIs for all Adobe products and runtimes at a single location: BETA ActionScript 3.0 Reference for the Adobe Flash Platform The neat content-filtering feature lets you see only those products, runtimes, and versions that you are interested in.
10/18/2009
Array.prototype.shuffle = function() { var randomizedArr:Array = new Array(); var numElementsLeft:int = this.length; while (numElementsLeft) { var index:int = Math.floor(Math.random() * numElementsLeft); randomizedArr.push(this[index]); this.splice(index, 1); numElementsLeft–; } for (var i:int=0; i this[i] = randomizedArr[i]; }
10/18/2009
Square Boxes is clean and professional flash template in actionscript 3.0 using Tweener transition effects for main menu buttons Views: 101 | Downloads: 19 Added: Mon, 19 October 2009 09:51:59 +1300
10/18/2009
It’s really a fun to run iPhone apps on your Mac ; an iPhone simulator provided by Apple lets you run your apps on Macs . But the question is how to do it? No problem; follow the simple steps given below and enjoy running iPhone apps on your Mac. 1- First of all register yourself to iPhone Developers Program . This registration is absolutely free. 2- Then Log in to iPhone developer website . 3- Now download iPhone SDK with iPhone Stimulator from here.
10/18/2009
When I started out to write a clone method for a few of my AS3 classes, I looked online and didn’t find any official information about cloning classes from Adobe. There were however a few solutions that were hacked together to provide the same functionality ( here and here ). These solutions have one big problem though, they don’t work with classes which have non-primitive properties . My solution mostly builds on top of these solutions but it also provides the ability to clone classes which have properties that are custom class.
10/18/2009
Here are 7 downloadable ebooks for ActionScript 3 . These ebooks will help you learn and code Flash ActionScript with building web applications. These ebooks are in pdf format. ActionScript topics covered by these ebooks : - ActionScript 3.0 - Advanced ActionScript - Actionscript Animation - Open Source Flash Programming - ActionScript 3 Programming
10/18/2009
Well, I was so pleased with how Cooler went at Visualeyez that I decided to write a Saskatchewan Arts Board grant to keep doing it for the next year. We’ll see how it goes, but every time I’m with artists my brain starts to imagine scandalous headlines. I’ve been thinking about all sorts of things: Banff, making more objects, little girls’ flash games about celebrities, and representations of visual art in popular media. Also, I think I need to revamp my standard artist statement to talk explicitly about the sociology of artists and art communities.
10/17/2009
Now a days cheat sheet become a very handy source to web designers and developers. I have received lot of mails from my readers asking me to post about cheat sheets. In this post I’m sharing some very excellent cheat sheets to help web designers and developers. These cheat sheets includes Photoshop, CSS, HTML, JQuery, PHP, MooTools, MySQL, Ruby on rails, Flash AS and much more.
10/17/2009
You can easily write a movie clip handler that rotates the movie clip at a constant rate. All you need to do is increase the _rotation property. Start with an empty Flash movie. Place a simple movie clip in the middle of the screen. Don’t use a simple circle, though, because it will not appear to change while it rotates. Attach the following script to the movie clip: onClipEvent(enterFrame) { this._rotation += 1; } When you run the movie, the movie clip rotates 1 degree per frame.
10/16/2009
Something we’ve struggled with for some time at the University of Denver Center for Teaching and Learning (CTL) is the full integration of YouTube videos within our rich media tools such as those found within the CourseMedia™ ecosystem. Traditionally, this has been not altogether possible as previous versions of the YouTube Chromeless Player were ActionScript 2 based and so were isolated in a separate Flash Player virtual machine (VM) in any of our ActionScript 3 based tools.
Leave a Reply
You must be logged in to post a comment.



