Copy link to clipboard
Copied
I'm testing some things in Animate CC 2019.
Was just able to get video working with javascript / HTML 5 canvas. But running into a different issue that I haven't been able to figure out.
When using Web Developer or similar tools in Chrome, Firefox, and IE, I would get an error in the console on frame 1:
Get http:yourgods.com/images Forbidden 403
This error would continue with the count escalating every moment till there were hundreds of failed calls - but as soon as I would navigate to a new frame, the errors stopped. In an effort to pinpoint what might be causing the error, i eventually removed all of the graphics from frame 1, so the only thing on there is a this.stop() command to prevent it from going to next frame. But I'm still getting the errors.
Was hoping someone with more debugging experience could go to YourGods.com and click on the YourGods link, which generates the errors in the console view, and point me in the right direction.
Thanks.
save your fla to a new directory. publish to that directory.
everything in that directory (except the fla) needs to be on your server (including the images folder and its contents).
Copy link to clipboard
Copied
save your fla to a new directory. publish to that directory.
everything in that directory (except the fla) needs to be on your server (including the images folder and its contents).
Copy link to clipboard
Copied
A bit frustrating that I wasn't able to track down the specific error with Devel Tools (watching some tutorials on that now) - but starting fresh with a new directory fixed the problem - and I'm now able to get working video and a navigation button online. Will move slowly and test at each step. Appreciate the help with troubleshooting.
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now