Skip to main content
Inspiring
December 13, 2018
Answered

Console errors despite empty first frame

  • December 13, 2018
  • 1 reply
  • 608 views

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.

This topic has been closed for replies.
Correct answer kglad

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).

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
December 13, 2018

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).

reindeer4Author
Inspiring
December 13, 2018

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.

kglad
Community Expert
Community Expert
December 13, 2018

you're welcome.