From: kramm Date: Wed, 12 Nov 2008 10:35:36 +0000 (+0000) Subject: added TODO X-Git-Tag: release-0-9-0~844 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5726c3bb4d25296c2fbab895d868e0f746619ddb added TODO --- diff --git a/lib/as3/abc.c b/lib/as3/abc.c index cfa16ad..7d35324 100644 --- a/lib/as3/abc.c +++ b/lib/as3/abc.c @@ -1580,6 +1580,7 @@ void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events) if(!events) { abc_findpropstrict(h,"flash.net::navigateToURL"); abc_findpropstrict(h,"flash.net::URLRequest"); + // TODO: target _blank abc_pushstring(h,oldaction->data); //url abc_constructprop(h,"flash.net::URLRequest", 1); abc_callpropvoid(h,"flash.net::navigateToURL", 1);