multiple canvas animations with one JS file?
I have a project where I am creating charts for a website. My project is setup so that I can use one chart per area in my website. My fla file can generate any of the applicable charts. The generated canvas html will all be the same dimensions. Will it be possible to have three separate canvas areas of my web page and use only one JS file? I mean one file that can control all three areas where these canvas animations execute? Thanks