On Thu, Jul 23, 2009 at 10:40:25AM -0700, matt cline <[email protected]> wrote: > is there a way to access the parameter(url) passed by externallink function? > lets say i load a pdf2swf converted page into a player that contains > externalinkfunction buttons....well i find those buttons like this: > for(var i in _mc){ > if(_mc[i].__proto__ == Button.prototype){ > var mybutton:Button=_mc[i]; > trace(mybutton._name); > } > } >
Convert the file with "pdf2swf -s linknameurl". That'll cause "mybutton._name" to be the URL. Matthias
