git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe1aab
)
added TODO
author
kramm
<kramm>
Wed, 12 Nov 2008 10:35:36 +0000
(10:35 +0000)
committer
kramm
<kramm>
Wed, 12 Nov 2008 10:35:36 +0000
(10:35 +0000)
lib/as3/abc.c
patch
|
blob
|
history
diff --git
a/lib/as3/abc.c
b/lib/as3/abc.c
index
cfa16ad
..
7d35324
100644
(file)
--- 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);