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

Edge Animate composite not loading on our BC site

Community Beginner ,
Jul 28, 2014 Jul 28, 2014

Copy link to clipboard

Copied

We created slide shows and other edge animate composite but I can't get them to show online. I am using a practice html right now. What files do I need to upload in order to get help with this issue? Your help is greatly appreciated.

TOPICS
Dreamweaver

Views

678

Translate

Translate

Report

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
Enthusiast ,
Aug 21, 2014 Aug 21, 2014

Copy link to clipboard

Copied

Make sure that you have uploaded the edge includes folder. This is one thing that is easy to miss.

Make sure all the images in the images folder that are used in the animation are uploaded.

I also upload all of the edge files in the root directory of the website, including the .an file and the html sample file. They are not used to run the animation, but if you upload the .an file you have a copy of the animation itself to download and work on again later if you need to change it.

In the root directory of the website there are also three javascript files that are created when you do the animation. They are called _edge _edgeActions and _edgePreload.

Make sure those are uploaded as well. So that is 5 files in the root directory of your website that need to be uploaded, plus the edge includes folder.

The html file created from the animation is the guide as to what code you need to put into the html of the webpage that you want to the animation on. Check the code in this page carefully and make sure you have inserted the three important pieces of code there on to the webpage with the animation.

These are:

1. <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> statement in the head tag

2. the script and style statements between the <!--Adobe Edge Runtime--> tags in the head area

3. the Div with id Stage in the body tag on the page.

By the way I have found that you don't need to have style="margin:0;padding:0;" in the body tag. The animation seems to run fine if that is deleted.

And one word of warning when doing a BC site, I have found that an edge animation will not run on a html page that also has a tag inserted on it for a photo gallery. I logged a job for this one and it has never been solved.

Good luck and let me know how you go.

Votes

Translate

Translate

Report

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 Beginner ,
Sep 16, 2014 Sep 16, 2014

Copy link to clipboard

Copied

LATEST

Sorry for the late reply. Thank you for the feedback, we decided to use the OAM files through Muse this go around, but when I get familiar with Dreamweaver and HTML I will follow your instructions.

Votes

Translate

Translate

Report

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