-
8297 readersLast year, Björn from Modularweb created the Piecemaker, a completely free, open source, 3D Flash image rotator gallery. Now, to kick off 2011, Björn’s giving away The Piecemaker 2: totally revamped, with brand new features. Read on for more!
/*buttons*/
a.download_button {
font-size: 14px;
margin: 0 0 0 25px;
font-style: normal;
text-align: left;
font-weight: bold;
line-height:13px;
float: left;
display: block;
color: #979696;
text-decoration: none;
border: 1px
-
1393 readersMust-read analysis at Daring Fireball anatomizes the “war” between Flash and web standards as a matter of business strategy for companies, like Apple and Google, that build best-of-breed experiences atop lowest-common-denominator platforms such as the web: It boils down to control. I’ve written several times that I believe Apple controls the entire source code to
-
1842 readersCreate and deliver rich interactive content. Adobe® Flash® Professional CS5 is the industry-leading environment for interactive authoring and delivery of immersive experiences that are presented consistently across personal computers, mobile devices, and screens of virtually any size and resolution. Design expressive content with professional typography and pixel-precise drawing tools, write code precisely and efficiently with
-
7164 readersIn Part 1 – Dynamic DataGrid Columns of this Creating an enterprise Flex Grid series we quickly set up a ActionScript based grid that would let us programmatically set an arbitrary number of columns. In this part we will actually hook this grid to a data provider that can accommodate dynamic columns and seamlessly enable
-
3197 readersOriginal MAX 2010 video - http://tv.adobe.com/watch/max-2010-develop/multiscreen-development-techniques-with-flex-and-adobe-air/ [Project Layouts] Shell Project - Exists one per screen basis - Desktop project - Mobile project; Different resolution on mobiles will have different shell projects - 854×480 very common - Unique stylesheet for each shell project; Style sheets can reference common images Domain Projects - Domain Projects - Use
-
2025 readersNokia X7 is a full touch screen mobile phone Symbian ^3, metal body, screen resolution 360X640, 800 million pixel camera. Screen size is also not clear as possible and E7 is 4 inches. ROM capacity of 450M, RAM capacity of 245MB, Symbian ^3 system, a microUSB port. X7 metal case, batteries, and N8, E7, like
-
5762 readersBitmap image assets typically only render optimally at the resolution for which they are designed. This limitation can present challenges when you design applications for multiple resolutions. The solution is to create multiple bitmaps, each at a different resolution, and load the appropriate one depending on the value of the application’s runtimeDPI property. The Spark
-
2174 readersPixel Bender just got it’s Technology Center at Adobe Site, with tutorials, presentations and various resources here’s an excerpt: Adobe Pixel Bender technology delivers a common image and video processing infrastructure which provides automatic runtime optimization on heterogeneous hardware. You can use the Pixel Bender kernel language to implement image [...]
-
12381 readersIce Cream Sandwich (Android 4.0) marks a major milestone for Android design. We touched nearly every pixel of the system as we expanded the new design approaches introduced in Honeycomb tablets to all types of mobile devices. Starting with the most basic elements, we introduced a new font, Roboto, designed for high-resolution displays. Other big
-
5319 readersThis one should be easy. Take your LinearAxis and set the autoAdjust property to true. Done deal, right? Not always. Let’s say you have a ColumnChart with four columns total, but two of the columns can be shown or hidden with check boxes. In this...