Hi Thiru,

Interesting! As I see this problem you need to read PPT files and show it in
desktop AIR application right?
For that we don't need Java *IF* it is *Office 2007 *PPT file (.pptx).* *

Basically a .pptx is a zip file. IT contains XML for the data and XSLT for
styling which gives HTML as output. This HTML content can be shown in your
AIR application.

TO know how to unzip a file in Flex 3. Here is the link
http://groups.google.com/group/flex_india/browse_thread/thread/990faf2db544efd9

Hope this solves your problem. Please revert in case you don't understand my
solution.

Thanks & Regards,
Anand Kothalkar



On Wed, Sep 24, 2008 at 3:13 AM, thiru <[EMAIL PROTECTED]> wrote:

>
> Hi Friends
>
> We are having this requirement , we want to develop a application
> using flex for adobe AIR runtime which will communicate with java in
> the desktop, we are not having any servers here, so flex application
> want to communicate with java classes with out the help of any server
> so I can't use httpservice, webservice or remoting .
>
> I like to know the ways to communicate from flex 3.0(Adobe AIR) to
> java files (java takes care of splitting PowerPoint
> files and converting it into serious of jpeg files, and creating ppt
> files from the objects returned from flex ).
>
> Is there any other way to communicate form between flex and java in
> the desktop ??? please give inputs
>
> Thiru
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to