Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Do anyone know how to put a gif file in extend script panel?

  • Do anyone know how to put a gif file in extend script panel?

    Posted by Clifford Li on October 23, 2018 at 5:15 am

    I wanna create a gif button through ExtendScript Toolkit.

    But Iconbutton does not work for gif file

    var win = new Window(“palette”, “Text”, undefined, {resizrable:true});
    var GifTest = win.add(“iconbutton”, [0, 0, 60, 60], File(File($.fileName).path + “/” + “Assets/UI/LOGO_60x60.png”), “IconButton”);

    Do anyone know how should I write?

    Dan Ebberts replied 7 years, 10 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    October 23, 2018 at 5:46 am

    As far as I know, you can only use .png or .jpg files.

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy