Applications built with Flex Builder (or anything using AS3 for that matter) are targeted for Flash Player 9.
The last release of a Flash Player that I know of for the PDA is Flash Player 7 that features AS2.0 support. If your application is strongly object-oriented, down porting it to AS2.0 would make it possible. If your application makes a lot of use of Flex components, I wouldn't port. Keep in mind, the desktop experience doesn't necessarily translate into the PDA experience. Your UI would have to go under a number of changes to fit the constraints of the viewable area, how a user would be able to input information, and how to navigate through the aspects of your applications. Good luck, -mL http://knowledge.lapasa.net amri_ls wrote: > > Hi! > > Does anyone know whether applications built using Flex Builder can run > on PDA with MS Pocket PC or Windows Mobile without modification / > scale down? Our project is building a dashboard application that runs > both on PC and PDA. > > Does Flash player installed (shipped) in PDA or we need to install the > player separately? > > I appreciate if anyone could share your experience building on PDA > platform. > > Many thanks, > amri > >

