On Thu, May 7, 2009 at 12:55 PM, maha lakshmi <maha2...@gmail.com> wrote:

> Hi David,
>
>      Thanks for your reply. Let me tell clearly about my requirement. I am
> developing flash plugin for webkit browser. When I click on youtube video,
> my plugin will process the flash content and display it onto the browser.
>
>      I have implemented the same using X11 as UI. There are some api's for
> creating image in Linux X. The same thing I want to acheive it using
> android.
>
>      Please tell me is it possible to do or not.
>
> ok, this is clearly not possible at the moment. There may be an API to do
that in the future, but I'll let the browser team answer this one since I
don't know what's the current plan for plugin support is (apart that it
probably involves running the plugin in a different process)

>
>
>
> On 5/7/09, David Turner <di...@android.com> wrote:
>>
>>
>>
>> On Thu, May 7, 2009 at 9:45 AM, Maha <maha2...@gmail.com> wrote:
>>
>>>
>>> Hi,
>>>
>>>      Is there any way to create window on Android using C++.
>>
>>
>> No, there isn't and probably never will.
>>
>>
>>> My ultimate aim is to draw bitmap image on android but using C++
>>>
>>
>> You could try drawing into a buffer provided by the Java side of your
>> application to native code,
>> (which would also deal with window creation, buffer locking, etc...)
>>
>>
>>>
>>> Thanks
>>> Maha
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to