swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] how to add clickTAG?


From: Jonathan Motta
Subject: Re: [Swftools-common] how to add clickTAG?
Date: Sun, 18 Dec 2005 09:18:43 -0700
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Matthias Kramm wrote:

In the case of the former, Google seems to have some mechanism in place
for checking whther the clickTAG parameter is evaluated inside the
file.  Adding something like

    .box box width=300 height=300
    .button
        .show box as=idle,area,pressed,hover
        .on_press inside:
            getURL (clickTAG, "_blank");
        .end
    .end


Thanks! That did it! The only change I needed to make was to give the button a name so the script would compile. I named it "clickbutt". ;)




reply via email to

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