Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
LLMozLib and Flash
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Serge Lages  
View profile  
 More options Apr 16 2007, 11:22 am
From: "Serge Lages" <serge.la...@gmail.com>
Date: Mon, 16 Apr 2007 08:22:24 -0700
Local: Mon, Apr 16 2007 11:22 am
Subject: LLMozLib and Flash
Hi Callum and others !

I am currently trying to make flash working with LLMozLib and I would
like to know if anybody have tried it before ?
As far as I know, on some sites the flash rendering works (for example
on my website in this video:
http://www.magrathea-engine.org/v2/index.php?option=com_content&task=...),
and in others no invalidation event is sent and the rendering only
works if we send other events (for example on youtube).

The other problem with flash is that no mouse events are sent to the
flash element. But keyboard events works (try any flash video, put the
mouse on it and press tab, you will have the focus on the element and
will be able to control it). That's why I thought that it was a focus
problem, and I tried to force the focus on the flash element (with a
nsIWebBrowserFocus). But it doesn't work. :/

So if anybody have any advice on these problems, I would really
appreciate.

On other topics, I don't know if you remember Callum, but a while back
I sent you mails to make LLMozLib working with VS2005, and so now it
works well. I have also implemented a proxy support and make changes
to only update the needed part of the screen instead of clearing all
the buffer. So my version of LLMozLib begins to be a quiet different,
and I will try to publish it as soon as I can. :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
callum  
View profile  
 More options Apr 16 2007, 3:15 pm
From: "callum" <cal...@gmail.com>
Date: Mon, 16 Apr 2007 19:15:56 -0000
Local: Mon, Apr 16 2007 3:15 pm
Subject: Re: LLMozLib and Flash
Hi Serge - I'm aware of both of these issues. There is some work in
progress on the Flash support but it's going to be a while I'm afraid.
You can always force at update on a timer if you know that the page
has Flash on it - not ideal but it'll work if you're in control of
which page is being rendered.

> On other topics, I don't know if you remember Callum, but a while back
> I sent you mails to make LLMozLib working with VS2005, and so now it
> works well. I have also implemented a proxy support and make changes
> to only update the needed part of the screen instead of clearing all
> the buffer. So my version of LLMozLib begins to be a quiet different,
> and I will try to publish it as soon as I can. :)

Please do :) Did you notice much of an increase in speed? I figured
that you had to render the HTML page anyway so copying the chunks that
changed may not be much faster than a single memcpy of the whole
screen by the time you'd worked out line stride etc. Hope I'm wrong
though.

Callum.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Serge Lages  
View profile  
 More options Apr 20 2007, 9:12 am
From: "Serge Lages" <serge.la...@gmail.com>
Date: Fri, 20 Apr 2007 15:12:12 +0200
Local: Fri, Apr 20 2007 9:12 am
Subject: Re: LLMozLib and Flash

Hi Callum,

On 4/16/07, callum <cal...@gmail.com> wrote:

> Hi Serge - I'm aware of both of these issues. There is some work in
> progress on the Flash support but it's going to be a while I'm afraid.
> You can always force at update on a timer if you know that the page
> has Flash on it - not ideal but it'll work if you're in control of
> which page is being rendered.

I was thinking doing that yes, but I find it strange that it works with some
flash animations and not anothers. :/
Have you any clue on the input problem ? I would be pleased to resolve it
but I have no more idea on where to investigate.

> On other topics, I don't know if you remember Callum, but a while back
> > I sent you mails to make LLMozLib working with VS2005, and so now it
> > works well. I have also implemented a proxy support and make changes
> > to only update the needed part of the screen instead of clearing all
> > the buffer. So my version of LLMozLib begins to be a quiet different,
> > and I will try to publish it as soon as I can. :)

> Please do :) Did you notice much of an increase in speed? I figured
> that you had to render the HTML page anyway so copying the chunks that
> changed may not be much faster than a single memcpy of the whole
> screen by the time you'd worked out line stride etc. Hope I'm wrong
> though.

I will answer on the other post on the topic. :)

--
Serge Lages
http://www.magrathea-engine.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
callum  
View profile  
 More options Apr 20 2007, 11:07 am
From: callum <cal...@gmail.com>
Date: Fri, 20 Apr 2007 15:07:49 -0000
Local: Fri, Apr 20 2007 11:07 am
Subject: Re: LLMozLib and Flash
 > I was thinking doing that yes, but I find it strange that it works
with some

> flash animations and not anothers. :/
> Have you any clue on the input problem ? I would be pleased to resolve it
> but I have no more idea on where to investigate

Someone else is doing some work on this but it's complicated and it's
going to be a while. I'll post here when there is something to see.

Callum.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Serge Lages  
View profile  
 More options Apr 20 2007, 1:04 pm
From: "Serge Lages" <serge.la...@gmail.com>
Date: Fri, 20 Apr 2007 19:04:21 +0200
Local: Fri, Apr 20 2007 1:04 pm
Subject: Re: LLMozLib and Flash

Thanks Callum.
By "a while", do you mean some weeks or months ? :)

On 4/20/07, callum <cal...@gmail.com> wrote:

--
Serge Lages
http://www.magrathea-engine.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
callum  
View profile  
 More options Apr 20 2007, 1:38 pm
From: callum <cal...@gmail.com>
Date: Fri, 20 Apr 2007 17:38:58 -0000
Local: Fri, Apr 20 2007 1:38 pm
Subject: Re: LLMozLib and Flash
When it's done :) I'm hoping it'll be done in weeks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arcana  
View profile  
 More options May 18 2007, 11:50 am
From: Arcana <arcana...@gmail.com>
Date: Fri, 18 May 2007 15:50:17 -0000
Local: Fri, May 18 2007 11:50 am
Subject: Re: LLMozLib and Flash
Heya.  Is there some way we can programatically disable the Flash
plugin in the mean time?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arcana  
View profile  
 More options May 18 2007, 1:55 pm
From: Arcana <arcana...@gmail.com>
Date: Fri, 18 May 2007 17:55:01 -0000
Local: Fri, May 18 2007 1:55 pm
Subject: Re: LLMozLib and Flash

On May 18, 4:50 pm, Arcana <arcana...@gmail.com> wrote:

> Heya.  Is there some way we can programatically disable the Flash
> plugin in the mean time?

I opted for this in the end:

pref->SetBoolPref( "plugin.scan.plid.all", PR_FALSE );
pref->SetBoolPref( "xpinstall-enabled", PR_FALSE );

That way Windows won't check the registry to find any plugins in
central locations that have been put there for the main Firefox
installation.  I set xpinstall-enabled to false to stop Mozilla trying
to install it.

Now I think I can control exactly what plugins are used by putting the
ones I want to be used in the plugins folder and leaving them out
otherwise... I think.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Serge Lages  
View profile  
 More options May 18 2007, 2:47 pm
From: "Serge Lages" <serge.la...@gmail.com>
Date: Fri, 18 May 2007 20:47:27 +0200
Local: Fri, May 18 2007 2:47 pm
Subject: Re: LLMozLib and Flash

On 5/18/07, Arcana <arcana...@gmail.com> wrote:

> Now I think I can control exactly what plugins are used by putting the
> ones I want to be used in the plugins folder and leaving them out
> otherwise... I think.

Hi,

Let us know if it works as you espect, it can be usefull. :)

--
Serge Lages
http://www.magrathea-engine.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arcana  
View profile  
 More options May 21 2007, 8:09 am
From: Arcana <arcana...@gmail.com>
Date: Mon, 21 May 2007 12:09:00 -0000
Subject: Re: LLMozLib and Flash

> Let us know if it works as you espect, it can be usefull. :)

Yeh it does work.  I noticed a problem though... I'm a big World of
Warcraft player and if I web to http://www.worldofwarcraft.com/ in
Mozilla, without Flash enabled, then the browser can sometimes lock
up.  I've noticed this on my official Firefox 2.0.0.3 installation too!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »