-
After Effects: Source Text from Online Text File
Hello!
I’m using this expression
try{
$.evalFile(“D://source.txt”);
comp1[0];
}catch (err){
“not found”
}The problem: I need to change my source to an online text file→ https://www.mydomain.com/source.txt
How can I do?
try{
$.evalFile("D://source.txt");
comp1[0];
}catch (err){
"not found"
}