gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] set blacklist problem


From: strk
Subject: Re: [Gnash-dev] set blacklist problem
Date: Fri, 18 May 2007 07:20:05 +0200

On Fri, May 18, 2007 at 12:31:40AM -0400, James Lockie wrote:
> strk wrote:
> >On Thu, May 17, 2007 at 02:35:58PM -0400, James Lockie wrote:
> >  
> >>strk wrote:
> >>    
> >>>Alright, first thing to verify is if the 'http:///DNSystem/advert.aspx' 
> >>>string
> >>>comes from the SWF itself. You may try with a decopmiler (flasm, or 
> >>>Ming's listswf).

>    push 'URL1'
>    getMember
>    add
>    push '/DNSystem/advert.aspx'

mm.. new we need to know what URL1 evaluates to.
It seems the missing host, as the resulting string would be like:

http:// <URL1_value_here> /DNSystem/advert.aspx


Can it be Gnash is failing to find the "URL1" variable ?
If you run with -va you can see the stack contents at time
of getMember (when the string 'URL1' is last on the stack).

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]