Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Console errors despite empty first frame

Contributor ,
Dec 13, 2018 Dec 13, 2018

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.

526
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 13, 2018 Dec 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).

Translate
Community Expert ,
Dec 13, 2018 Dec 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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 13, 2018 Dec 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 13, 2018 Dec 13, 2018
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines