Hi all,
I use the latest PDF2SWF version 2011-01-23-1815, and I've noticed that:
when I use -s internallinkfunction=handleInternalLink -s
externallinkfunction=handleExternalLink the functions work great, but
when I use -s linknameurl -s internallinkfunction=handleInternalLink -s
externallinkfunction=handleExternalLink I can not use the functions anymore
is this a bug, or do I make something wrong?
Also,
I try to trace the buttons using the code:
for (var i in page_mc) {
if (page_mc[i].__proto__ == Button.prototype) {
var mybutton:Button = page_mc[i];
trace("BUTTON: "+mybutton._name+" X:"+mybutton._x +" Y:"+mybutton._y +"
W:"+mybutton._width +" H:"+mybutton._height);
// Here I get always the X & Y values = 0
// How can I get the right values?
}
}
thank you
John
John Georgiou
Electrical & Computer Engineer
[email protected]
OPTIMEDIA Interactive Systems
6 Arapaki Str, Kallithea,
17676 Athens - GREECE
Tel. +30 210 9578294 Fax: +30 210 9578470
www.optimedia.gr