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: James Lockie
Subject: Re: [Gnash-dev] set blacklist problem
Date: Fri, 18 May 2007 00:31:40 -0400
User-agent: Thunderbird Mail/News

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).
I think I saved the swf right and the only ASCII text is:
http://_rootURL1NG/DNSystem/advert.aspxGfooteradvertbar

Could you use a real decompiler ?

--strk;

# /tmp/flasm/flasm -d forcerefresh.swf
movie 'forcerefresh.swf' // flash 5, total frames: 60, frame rate: 1 fps, 1x1 px

 frame 0
 end // of frame 0

 frame 59
   push 'http://', '_root'
   getVariable
   push 'URL1'
   getMember
   add
   push '/DNSystem/advert.aspx'
   add
   push 'footeradvertbar'
   getURL2
   gotoFrame 0
   play
 end // of frame 59

The HTML has:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"; width="1" 
height="1">
 <param name="movie" value="/flash/forcerefresh.swf?URL1=www.blah.com" />
 <param name="quality" value="high" />
 <embed src="/flash/forcerefresh.swf?URL1=www.blah.com" quality="high" 
pluginspage="http://www.macromedia.com/go/getflashplayer"; type="application/x-shockwave-flash" width="1" 
height="1"></embed>
</object>







reply via email to

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