Copy link to clipboard
Copied
Hello!
Can anyone help please me with reading a CSV file into my animate cc project, so i can use the data.
I know if I wasnt html canvas i could use URLloader etc. But I think I have to use js libraries such as createjs and jquery.
I was looking into jquery and was wondering how I can bring an external file into my project.
I have seen tutorials on the web but they are old when animate was different.
Thank you
Nik
Copy link to clipboard
Copied
generally you'll use an XMLHttpRequest() to load data using javascript though jquery has shortcuts for this (and everything else javascript). eg, jquery would use the load() method.
google info/tutorials on how to do what you want .
Find more inspiration, events, and resources on the new Adobe Community
Explore Now