Smart Category: Flash (rss)
1 | Next Page

Using BitmapData to Improve Performance (And One Small Annoyance)

Feb 9, 2010 11:21 PM
Rating: (Total Clicks 10)

Lately I've been experimenting with generative art in Flash/ActionScript 3. Its been pretty fun and I've created some interesting results. In my experience, and I can only assume in most other artists and developers cases, I really got familiar with the Flash Player's performance limitiations. More specifically, I came to truly find out just how [...] (translate)

seantheflexguyTV – episode 02: Flash and the City conference, AIR 2.0, Flex 3 with Java book review

Feb 9, 2010 11:19 PM
Rating: (Total Clicks 2)

Here’s the second episode of seantheflexguyTV! In this episode I talk about the upcoming Flash and the City conference in NYC. I also cover some of the new features and capabilities of AIR 2.0 and do a quick review of the Flex 3 with Java book. This episode should be a little more organized and [...] (translate)

ActionScript Code Analyzer

Feb 9, 2010 10:35 PM
Rating: (Total Clicks 17)

I was making a simple experiment about analyzing code and creating view that show linked classes and used functions, it was just experiment, nothing too big. At the end I have made a small application that analyze ActionScript code which give some information about the code has been written. Application analysis the selected folder and create [...] (translate)

What’s new you ask…?

Feb 9, 2010 10:31 PM
Rating: (Total Clicks 6)

…well, this blog for instance… (not totally new, but renewed anyway ). I haven’t been paying much attention to this blog lately but now it’s time to bring it to life once more! As of February I quit my job and started as a freelance Flash-designer/developer (by the name of Power-up Media) so it was time for a fresh [...] (translate)

Using a Custom AdvancedDataGridHeaderRenderer to Display a Custom Image

Feb 9, 2010 8:36 PM
Rating: (Total Clicks 7)

You decide to use an AdvancedDataGrid to display your data and for one of the columns you would prefer to use an icon instead of a text label to indicate the kind of data this column represents. First step is building the renderer. You can use either MXML or ActionScript but for this example we’ll [...] (translate)

Pyramids using AS3 drawing API

Feb 9, 2010 7:39 PM
Rating: (Total Clicks 38)

Let's continue from where we finished last post. We have Triangle AS3.0 class up and running and we want to use it and draw some pyramids.If you look carefully you will notice that every pyramid consist of two triangles. This is actually simplified version where only two sides are visible and front side triangle has 3 x 60 degrees angles. This is the reason why we need only top pyramid point coordinates and its height, because with some simple math we can easily find other points.Here is Pyramide.as classpackage com.blogspot.flanture.triangles{ import com.blogspot.flanture.triangles.Triangle; import flash.display.Sprite; import flash.geom.Point; public class Pyramide extends (translate)

Flash Lite: I Hardly Knew Ye

Feb 9, 2010 6:37 PM
Rating: (Total Clicks 14)

I wonder if it's even possible to create a chart that includes all the considerations involved in carving out a solution within the Flash Mobile space? OK, now I know... (translate)

360Flex – Speaker Chat – Eric Fickes and Jun Heider

Feb 9, 2010 4:48 PM
Rating: (Total Clicks 14)

We're doing a double whammy chat this week on the 360|Flex Speaker Chat! Jun heider and Eric Fickes, who are doing a 2 part talk on RIA, Backend support and even Silverlight, are together for the chat. Between the two of them there's nothing you can't ask about RIA, ColdFusion, Flash development, heck ask what developing in Silverlight is like if you're curious :) This weeks speaker chat is Thursday Feb 11th, 11:30am MST. Don't miss it! Bookmark this link These chats are great ways to see what our speakers are up to and get a glimpse of how awesome (translate)

Flash on Mac Faster

Feb 9, 2010 4:48 PM
Rating: (Total Clicks 51)

"In Flash Player 10.1 we are moving to Core Animation, which will further reduce CPU usage and, we believe, will get us to the point where Mac will be faster than Windows for graphics rendering."On Cnet (translate)

Which Book Desided via Flash

Feb 9, 2010 4:39 PM
Rating: (Total Clicks 18)

If you are avid book reader, finding the right reading materials could be a challenge every time you’ve finished one. This whichbook site is an interesting attempt to solve that problem. What it does is simple, via a Flash application you use the silder on each of the categories, from happy, funny, gentle, sex to [...] (translate)

1 | Next Page