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

Simple Flash re-writes & placing them on a page ...

New Here ,
Sep 21, 2019 Sep 21, 2019

Copy link to clipboard

Copied

... have a main header "image" (Flash gadget) on the following home page:

www.flydutch.net

Am trying to replace "it" with the HTML5 construct that Canvas/Animate(?) has made ...

Subsequently, I have 3 (three) files (.fla; .html; .js) from the Flash translation > how do these inter-relate?

Where do they go?

How does the former <div id="flash-header"></div> in Dreamweaver get re-built to replace the .swf construct placement?

Thanks in advance ...

Views

223

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 Expert ,
Sep 22, 2019 Sep 22, 2019

Copy link to clipboard

Copied

you probably have more than that.  to find exactly what needs to be uploaded, save the fla to a new directory and publish to that new directory.  everything in that new directory (except the fla) needs to be on a file server.

 

if you need to concatenate html files, check the html created by animate and add most of that to your other html file (or vice versa).

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 Expert ,
Sep 22, 2019 Sep 22, 2019

Copy link to clipboard

Copied

Hi.

 

The easiest way will be to replace your embedded SWF by an iframe element containing your exported Animate CC HTML5 content (HTML, JS).

 

 

Regards,

JC

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
New Here ,
Sep 22, 2019 Sep 22, 2019

Copy link to clipboard

Copied

LATEST

<div id="flash-header">
<canvas id="FlyDutchPortfolio_Extended_HTML5 Canvas.html" width="465" height="325">undefined</canvas>
<script>
//Canvas JavaScript
var c = document.getElementById("FlyDutchPortfolio_Extended_HTML5 Canvas.js"); var ctx = c.getContext("2d"); </script>
</div>

 

Am unsure of what values are needed ...

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