Swami Charan's Blog My personal blog…

25Sep/090

Using CacheAsBitmap effectively for FlashLite for Digital Home

As you might be hearing now a days about FlashLite on Digital Home, its like running Flash content on Set-top boxes. My previous post has a demo of Intel, which was given at its IDF.

In this post, we are going to talk about using cacheAsBitmap feature effectively while creating content for Set-top boxes.

FlashLite for Digital Home basically has a capability of Hardware Rendering, wherein the hardware has can render the Bitmaps avoiding the software(FlashLite) to take this burden. This results in increase in performance while rendering on set-top box.

23Sep/090

Intel-based Set-top box running Flash, HD Video

Intel has demoed its Set-top box with CE 3100 Media Processor, which combines an 800MHz Pentium M core with a proprietary video processing core all on one chip at IDF. That sep-top box runs Flash UI as it has FlashLite for Digital Home running on top of Linux.

This is the product i am working on :)

Good to see demos of the product for which i am working on...

Check out more details here

23Sep/090

Autodesk SketchBook Mobile for IPhone

Autodesk has released SketchBook Mobile  for IPhone and IPod Touch with a very low price of around $2.99 only.

SketchBookMobile

SketchBook Mobile for iPhone and iPod touch offers a combination of digital pencils, pens, markers and airbrushes, as well as an artist-friendly, gesture-based user interface, which enables users, those with nimble fingers at least, to create everything from quick sketches to print-quality production artwork.

22Sep/090

Adobe Flash Platform Services

"Adobe Flash Platform Services enable developers to add social and collaborative capabilities to applications, while enabling businesses to more easily distribute and monetize their applications. Adobe Flash Platform Services are affordable, scalable, and easily implemented."

Distribution

Using the Distribution service available through Adobe Flash Platform Service offers free and paid methods for distributing applications to Social Networks, mobile devices and desktops. It also enables developers and businesses to trak the distribution of and user engagement with their applications. It enables monetization of applications ad hosting.

21Sep/090

65 Excellent Flash Designs

Adobe Flash has evolved from just Game Programming, dealing with Video playback to a most complete web technology, which can create any enriching visual experience that is not possible with HTML and CSS. Though Flash is not favourite medium for accessibilty and Usability, it has its own advantages in creating a highly interactive Web Content other than advetising and Games.

Smashing Magazine has a post which tell us about how to use nice graphics, content, designs and graphics motion in creating complete Web Portals. It has some best practices which designing any portfolio for your website. This has around 65 Flash Design examples.

Check them out....

17Sep/090

Creating Pop-Up Windows in Flex/AIR

Pop-ups are a vital part of any application. In this post, we are going to look into how a popup window can be designed in FLEX/AIR.

PopUpManager class is the one used to create new top-level windows and can be used to place above all the visible windows (making it a popUp). You can remove popUps as well using this class.

We can make these windows  modal as well.

We can create a popUp using createPopUp method.

 public static createPopUp(parent:DisplayObject, class:Class,
    modal:Boolean = false):IFlexDisplayObject

Here parent is the window over which the popup is going to appear, class is the reference to the custom MXML component which is going to act as pop-up, modal represents the Boolean value to decide on whether the popup is going to be modal or not.

16Sep/091

FileSystem Componets in Adobe AIR

Flex File system components are the ones which combine the functionality of list controls like List, Tree, DataGrid etc with File System details. Using these File System components, we can design something like File Brower for your computer with in a matter of minutes.

Here are the Flex File System components:

  • FileSystemComboBox: Shows hierarchical directories of selected directory
  • FileSystemTree: displays contents of a directory as Tree
  • FileSystemList: Shows the contents of a directory as List
  • FileSystemDataGrid: Displays file information in a grid format
  • FileSystemHistoryButton: Lets us move through the navigational history of another control
16Sep/090

Free Flash Components

Flash Components are some third-party components that can be added onto your Flash as add-ons or extensions and make use of them. You can install these components using Adobe Extension Manager.

Now-a-days we can get many many rich Flash Components for free.

FlashScope has release some nice and useful Flash Components, which are absolutely free. Take a look at them, you wont regret. They are really useful.

15Sep/097

Minimizing an AIR App to SystemTray

As you all know ADOBE AIR lets  to use web technologies like AJAX, Flash, Flex etc to build rich internet Application that can be run outside the browser on multiple operating systems. Using ADOBE AIR we can make our Desktop Applications rich by using technologies like Flash and Flex.

In this post, we are going to see how to minimize an AIR Application to System Tray.

Flex/AIR, by default, does not provide any functionality like minimizing to System Tray. We are going to make this happen using various AIR Functions and properties.

For this to happen, we will be catching the events like minimizing and closing the window to implement our functionlity.

13Sep/090

Creating your First APPLE IPhone App

Iphone  as you all know is a revolution in mobile devices owing to its high performance, Multi-Touch features.

Apple's AppStore, is a huge succes among IPhone Users, is growing in number of apps submitted to it day by day.

You too can start builing an IPhone APP and can submit to APPLE's AppStore.

Here is an awesome article to say a go for Beginners to start with an IPhone Application development from Smashing Magazine.

I found it really useful in getting an insight of how to go about builing an IPhone application.