strk wrote:
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).

How do I specify -va when I'm running the browser plugin?



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to