On Tue, May 15, 2007 at 06:55:54PM -0400, James Lockie wrote: > passed=http:///DNSystem/advert.aspx > get url: target=footeradvertbar, url=http:///DNSystem/advert.aspx > (http:///DNSystem/advert.aspx) > host=, path=/DNSystem/advert.aspx, protocol=http > Launching URL... firefox -remote "openurl(http:///DNSystem/advert.aspx)"
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). Printing the vars in ActionGetUrl (or whatever the handler is) should also do. In CommonGetUrl might be too late. In particular we want to avoid applying the relative url resolution. Also, it's interesting to have the base_url printed (what Gnash thinkgs the base url is -- should also be printed by -v alone "Setting base url to..."). --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

