swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] linknameurl versus internallinkfunction & externallink


From: John Georgiou
Subject: [Swftools-common] linknameurl versus internallinkfunction & externallinkfunction
Date: Mon, 31 Jan 2011 13:31:57 +0200

 
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
address@hidden
OPTIMEDIA Interactive Systems
6 Arapaki Str, Kallithea,
17676 Athens - GREECE
Tel. +30 210 9578294 Fax: +30 210 9578470
www.optimedia.gr

   

reply via email to

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