Adobe Device Central CS4 released with smart features

Adobe Device Central CS4 released with smart features

Adobe today announced the release of new Adobe Device Central CS4 with cool new smart features 🙂

Some of the main features are:

Dynamically updated online library of device profiles new
adobe device central cs4
Access the latest device profiles through the dynamically updated online device library, which contains more than 450 Adobe® Flash® Lite™ supported devices. Browse, search, and sort device profiles; directly compare multiple devices along several dimensions; and create custom sets of devices for quick project access.

High-quality video for communicating ideas
Pitch ideas to clients and executives more easily by recording and sending a high-quality movie clip of your content, all from your desktop.

Improved video support and integration
adobe device central cs4
Benefit from improved video integration through support for FLV emulation and recommended mobile export presets for Adobe Media Encoder. In addition, easily set up an Adobe After Effects® mobile project with device-specific compositions by selecting the target devices in Device Central.

Organization of work for mobile projects
adobe device central cs4
Adobe Device Central CS4
Manage and save all assets, target device profiles, and export options related to a mobile project in one central location.

Performance simulation and testing automationnew
adobe device central cs4
Save time by automating the testing of mobile content across device profiles. Throttle throughput and emulate the latency of various wireless networks to simulate the performance of your content for Flash Lite in real life. Record, save, edit, and share test sequences, including capturing snapshots at certain frames. You can then view the log to quickly and visually identify any problems with the content. Also rerun existing test scripts with the click of a button.

Easy upload of content to multiple locations new
Simplify project collaboration and content deployment on mobile phones by choosing one or more wizard-guided export services, such as Upload to FTP Server and Send to Bluetooth device, which you can save and then reapply with a single click. Create your own export services, or benefit from third-party plug-ins built using the Adobe Device Central Export Service software development kit (SDK).

vivek

Nokia releases Nokia Flash Lite (NFL) packaging for S40

Nokia Flash Lite (NFL) packaging for S40

Via Mariam, a great news for Flash Lite developers: Nokia releases the Nokia Flash Lite (NFL) packaging for S40 for 5th Ed1 FP1

  • Allowing launch of a swf file directly using it’s own icon (overriding the default Flash icon), from the Gallery.
  • Allow localization of the application name in the Gallery instead of the file name.
  • Allowing DRM protection.

“This document outlines a procedure and file format for distributing Flash Lite from Adobe content to Series 40 devices. The format is handled correctly by Nokia devices compatible with Series 40 5th Edition, Feature Pack 1 or newer. The .NFL format offers developers the chance to package related resource files together and to launch content using an icon in the same way as “full” applications. This format improves both the publishing and user experience of Flash Lite content onto a wide range of Nokia devices.”

The Package format is based on the universally accepted ZIP archive format, with some requirements for mandatory content as well as file extension. I feel this is something really important as Flash lite developer needs an easiest way to package and distribute their content for mobile devices.

Bill perry shown the step by step how to create this package and its similarity in workflow with other Flash packager like AIR, Flex etc.

vivek

Adobe Mobile Content Delivery Protocol released

Adobe Mobile Content Delivery Protocol

Via Biskero, Adobe published the Mobile Content Delivery Protocol.

The Mobile Content Delivery Protocol defines a mechanism for delivering applications (called channels) and synchronized data sets on which the applications operate (called feeds) to mobile devices. The protocol includes a control-flow mechanism for managing channel subscriptions and application preferences.
This protocol is implemented in the Adobe® Mobile Client and the Adobe® Mobile Server products. It can be used to serve applications and content to the Adobe Mobile Client or to develop a mobile client that can interact with the Adobe Mobile Server.

The protocol is bi-directional, with a client-initiated “pull” component operating over HTTP or HTTPS, and a server-initiated “push” component operating over SMS. The protocol is designed for lightweight content updates personalized according to end user preferences.

Download specification here.

vivek

Adobe eSeminar events: Adobe Flash Lite and Nokia Web Run Time

Dale Speaking again on Adobe Flash Lite and Nokia Web Run Time in Adobe eSeminar event.

Nokia has launched its Web Run Time platform for creating and deploying “web widgets” for the S60 mobile operating system. Widgets are essentially web-based applications that can also include Adobe Flash Lite. See how simple it is to turn your Flash Lite application into a WRT widget during this unique eSeminar!

Date: Wednesday 17 September, 2008
Time: 2:00PM (Check local time Zone)
Register here

vivek

Adobe eSeminar events: Flash Lite and Flash Video

Adobe eSeminar events: Flash Lite and Flash Video

Dale Speaking on Adobe Flash Liteâ„¢ and Flash Video in Adobe eSeminar event.

Nokia devices are now shipping with the new Adobe Flash Lite 3 runtime, which means working with mobile video just got a whole lot easier! During this eSeminar, see how simple it is to create mobile applications with Flash Lite 3 – so you can stream FLV video over the mobile internet, and control video as it plays on the device.

Date: Wednesday 03 September, 2008
Time: 2:00PM(Check local time Zone)
Register here

vivek

Cool flash lite mobile application video on adobe

flash lite application_nasdaq executive

flash lite application_finetune

flash lite application_finetuneSpongeBob SquarePants

Via Bill, Adobesetup a new mobile demos page on the Adobe site which has 8 different video walk throughs of Flash mobile applications that have been created by various companies. They are:

  • Bacardi
  • Mightyverse
  • SpongeBob SquarePants
  • Finetune
  • Nasdaq Retail
  • Sony Pictures
  • Johnny Walker
  • Nasdaq Executive

Have a look to these video and hear the User experience they are talking about. Really intresting application i saw these demo in Forum Nokia Widgets and Flash Lite Code Camps, Bangalore.

vivek

Adobe helps search engines to handle Flash

logo_flashplayer

An interesting news and often asked questions by many developers that “if they use Adobe’s Flash technology, is Search engines will be able to find text embedded in Flash files(SWF)” But Now YES!

According to Adobe it says “Adobe is providing optimized Adobe Flash Player technology to Google and Yahoo! to enhance search engine indexing of the Flash file format (SWF) and uncover information that is currently undiscoverable by search engines.”

Google has been quickest off the mark, and the Official Google Blog boasts:
Google has been developing a new algorithm for indexing textual content in Flash files of all kinds, from Flash menus, buttons and banners, to self-contained Flash websites. Recently, we’ve improved the performance of this Flash indexing algorithm by integrating Adobe’s Flash Player technology.

Yahoo appears to be a bit slower off the mark as no official press release but as from Adobe “Yahoo! also expects to deliver improved Web search capabilities for SWF applications in a future update to Yahoo! Search. “Yahoo! is committed to supporting webmaster needs with plans to support searchable SWF and is working with Adobe to determine the best possible implementation,” said Sean Suchter, vice president Yahoo! Search Technology Engineering.

It’s very important while designing and developing your content using Flash for web as well as Mobile to optimize it properly for search engines discoverable.

Read here

SWF searchability FAQ

vivek

Porting Flash Lite content to the Apple Iphone:b.Tween

Via Thomas Joos , This week they released Rock Werchter Mobile Guide, a music festival application in Adobe Flash lite. “The cool part is that for the first time in the mobile history we ported our Flash Lite Project to the iphone/ipod touch, taking advantage of all the oppurtunities the iphone UI has to offer. He used b.Tween: an eyeGT FRAMEWORK technology to make this work 🙂Few advantages:

  • The code that uses the framework is compiled to machine code, that means several orders of magnitude faster than the ActionScript equivalent (AS3 in Flash 9 is JIT compiled but we are talking about mobile platforms here where there is no AS3 and no JIT compilation, for the moment at least)
  • Parts of the code that are unused are left out the final compiled application, so size and time to transmit/load are reduced to the minimum
  • Native code can access ANY feature of the hosting platform: wants Bluetooth? Wants to process received SMS? Wants to read the phone book? All possible from native applications not so from a player based one.

Cool, read the complete process to how to Port Flash Lite content to Apple Iphone.

Other blog news

Excellant information as collected from Krvishal, i2fly

vivek

Adobe releases 3 new public betas of Creative Suite (CS4)

Adobe releases 3 new public betas of Creative Suite (CS4)

Adobe today release a sneak peek of three applications from the next release of Adobe Creative Suite (CS4), its award-winning collection of graphic design, Web development and video editing applications.

Application released (beta): Adobe Dreamweaver, Adobe Fireworks and Adobe Soundbooth
Duration: active for 48 hours only.

Download here

Note: To get the serial number that will unlock the CS4 beta applications you will first need to enter your serial number from your copy of Adobe Creative suite CS3.

vivek

Chunghwa Telecom launches Channel Me, powered by Adobe Flash Cast.

Chunghwa Telecom-Flash Cast service

Via Mark Doherty,  Yesterday in Taiwan Chunghwa Telecom launched their new Channel Me service, powered by Flash Cast. The service launches with some fantastic looking channels, some of which you can play with, see here (press the yellow button). Channels include news, weather, sports, travel, dining out amongst others. The channels look fantastic and really fit the vision of rich and engaging experiences.

The service is supported on Series 60 and Windows Mobile devices from the launch include the stunning HTC Diamond.

vivek

Adobe Flash Player 10 Beta Delivers New Creative Features to Transform Rich Internet Experiences

Adobe Flash Player 10, code-named “Astro”

Adobe just releases Adobe Flash Player 10, code-named “Astro,” and introduces new expressive features and visual performance improvements that allow interactive designers and developers to build the richest and most immersive Web experiences. These new capabilities also empower the community to extend Flash Player and to take creativity and interactivity to a new level.Delivers New Creative Features to Transform Rich Internet Experiences. quite cool news 🙂

Key new features are:

  • 3D Effects
  • Custom Filters and Effects
  • Advanced Text Layout
  • Enhanced Drawing API
  • Visual Performance Improvements

View live demo here
Read complete details and download Flash Player 10 via adobe lab
Read press release here

Great new experiences coming around 😀

vivek

BREW 2008: with interesting session on adobe flash lite

BREW 2008 Conference

The BREW 2008 Conference about to begin in three weeks. And you can’t afford to miss a minute. With an expanded program lineup and our most global group of participants to date, this year’s event promises to be filled with everything you need to push your business to the next level. So tap into the power of BREW experts 🙂 and enjoy with over 90 sessions spanning the conference.

Conference: BREW 2008
Time: May 28 – 30, 2008
Place: Manchester Grand Hyatt, San Diego, CA

Click here for complete session details

It include very exciting Flash lite session:

TECH-503 – Beyond Content: the Power of Flash® Liteâ„¢ for Core UIs
BREW®’s Flash Lite Extension enables customization at the core UI level, beyond themes and screensavers. Come learn how Flash Lite’s abstraction allows rapid development opportunities.
This session covers:
1. Flash Lite’s extensive personalization opportunities
2. Access to core BREW functions
3. Benefits versus other UI technologies

Speaker: Christian Robertson, Technical Evangelist, Punchcut

I hope to see recording of this session, if possible as usual design is something which always passionate me 🙂

vivek

Adobe devnet new article: Developing Flash Lite applications with dynamic layouts

Bacardi Mobile Cocktail application

Via Bill, A new article published on the Adobe Mobile DevNet about “Developing Flash Lite applications with dynamic layouts”.

David Brown from Agencynet wrote the article and he showcased an excellent example of  Bacardi Mobile application that i have seen couple of times in podcast as well as live in handsets too. This article covers the technical side as well sample files are also included.

It’s always passionate me too see just not a good application but the engaging creative experiences we actually create for everyone 🙂

vivek

Abobe Announces Open Screen Project 2008: Open Technology to Help Expand Flash Player Reach

Adobe Open Screen Project 2008

Today Adobe announced the Open Screen Project 2008, A great news and step ahead for flash player reachability ensuring a consistent rich Internet experience across a broad range of digital screens and form factors including mobile phones, consumer electronics, televisions and personal computers “anything to anywhere, experience matters”

The Open Screen Project is supported by technology leaders, including Adobe, ARM, Chunghwa Telecom, Cisco, Intel, LG Electronics Inc., Marvell, Motorola, Nokia, NTT DoCoMo, Qualcomm, Samsung Electronics Co., Sony Ericsson, Toshiba and Verizon Wireless, and leading content providers, including BBC, MTV Networks, and NBC Universal, who want to deliver rich Web and video experiences, live and on-demand across a variety of devices.

The Open Screen Project is working to enable a consistent runtime environment – taking advantage of Adobe® Flash® Player and, in the future, Adobe AIRâ„¢ — that will remove barriers for developers and designers as they publish content and applications across desktops and consumer devices, including phones, mobile internet devices (MIDs), and set top boxes. The Open Screen Project will address potential technology fragmentation by allowing the runtime technology to be updated seamlessly over the air on mobile devices. The consistent runtime environment will provide optimal performance across a variety of operating systems and devices, and ultimately provide the best experience to consumers.

Specifically, this work will include:

  • Removing restrictions on use of the SWF and FLV/F4V specifications
  • Publishing the device porting layer APIs for Adobe Flash Player
  • Publishing the Adobe Flash® Castâ„¢ protocol and the AMF protocol for robust data services
  • Removing licensing fees – making next major releases of Adobe Flash Player and Adobe AIR for devices free

Have a look to this short video from Adobe CTO, Kevin Lynch that clearly explains what this initiative means for the Flash ecosystem.

Read here for further more What it means for Developer and Businesses.

vivek