swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] access parameter passed through externallinkfuncti


From: Matthias Kramm
Subject: Re: [Swftools-common] access parameter passed through externallinkfunction
Date: Mon, 27 Jul 2009 08:38:46 +0200
User-agent: Mutt/1.5.11

On Thu, Jul 23, 2009 at 10:40:25AM -0700, matt cline <address@hidden> 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






reply via email to

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