On Sun, Aug 03, 2008 at 12:38:43PM +0300, Romi Kuntsman <[EMAIL PROTECTED]> 
wrote:
> I'm using png2swf, gif2swf, jpg2swf to convert images to SWFs.
> How can I make them clickable - so a click would lead to the standard
> clickTAG url, or a predefined URL?

Write a swfc script:

.flash name="clickable.swf" version=6 
    #.jpeg image "image.jpg"
    .png image "image.png"

    .button button
      .show image as=idle,area,hover,pressed
      .on_press inside:
         getURL("http://www.quiss.org/";, "_parent", "GET");
      .end
    .end
    .put button
.end

Greetings

Matthias




Reply via email to