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

import Adobe Edge animation into Dreamweaver

Community Beginner ,
Aug 08, 2012 Aug 08, 2012

Copy link to clipboard

Copied

Hello all

I have created an animated banner using Adobe Edge, does anybody know how I can import this into any version of Dreamweaver (CS5, C5.5 or CS6)?

thanks for any info

Martin

TOPICS
Newbie Corner

Views

2.8K

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
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

LATEST

Hi Martin,

I take it you use DW to edit your BC site, and since you have access to the code directly there are a few steps you need to take in order to make you banner show on your site.

(Yes, no import feature that will do the following actions autmatically but if you follow the steps you should have your banner on your site in a few minutes.)


1st - When you use Edge you have the possibility to publish your site project, which is then saved under a folder you define.

2nd - Take the project folder (copy) and upload it (paste) into your site (at the root level or where you find it convenient)

3rd - Add an iframe like this: <iframe src="/path/your_project.html" width="500" height="200" frameborder="0" scrolling="no"></iframe> configuring the path to your .html file which will run the animation, the width, height, etc as you need them.

Add the iframe where you need the banner to show up, a page or template.

I hope this answers your question.

Cheers,

Cristian

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