Search found 3 matches

by 2deadfrog
May 12th, 2019, 7:22 pm
Forum: Scripts Discussion
Topic: A script with a viewer
Replies: 2
Views: 11887

Re: A script with a viewer

Hi! SWF is supported in scripts in some Adobe applications, but it's not the case of After Effects.
http://aenhancers.com/viewtopic.php?t=1514

I would follow the Zack suggestion, use CEP to create it.
by 2deadfrog
May 12th, 2019, 7:13 pm
Forum: Scripts Discussion
Topic: Simple question: how to embed images into jsx files?
Replies: 2
Views: 11822

Re: Simple question: how to embed images into jsx files?

Hi! About embed a image on a script file, I watched a course made my Mathias Möhl that shows how to do that. Take a look at the Class 3 description: https://www.fxphd.com/details/539/ It's not so easy, you must to convert your image to binary, than import to your code. Usually you must to reconvert ...
by 2deadfrog
February 22nd, 2019, 3:00 am
Forum: Scripts Discussion
Topic: textDocument Object - Apply Stroke
Replies: 1
Views: 9252

textDocument Object - Apply Stroke

Hello there. I was trying to apply a stroke to the source text via script with something like this: var applyStrokeHere = app.project.item(1).layer(1).property("Source Text").value; applyStrokeHere.applyStroke = true; or var applyStrokeHere = app.project.item(1).layer(1).property("ADB...