Quantcast
Channel: PrintPlanet.com
Viewing all articles
Browse latest Browse all 4279

Smart mark to do an HTTP GET request in JavaScript

$
0
0
Does anyone know how i can achieve something like this using AE12.2?

//say the data i am trying to get is on a website: http://mywebsite/files/test.txt


var a = "http:"
var c = "mywebsite.com"
var d = "files/test.txt"

var newURL = a + "//" + c + "/" + d;


//Is it possible to get the result of test.txt via a smart mark?

Viewing all articles
Browse latest Browse all 4279

Latest Images

Trending Articles



Latest Images