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

Animate > Dreamweaver > Website

New Here ,
Jan 23, 2021 Jan 23, 2021

Copy link to clipboard

Copied

I am a student,

 

I am trying to take the small animation that I just created in Adobe Animate CC and put it in Dreamweaver so I can make a website. 

The code works in the split part of dreamweaver but when I go to try it in the browser it is just a white page. 

I will post my entire code at the bottom.

What am I doing wrong? What do I need to change? 

 

I attached a file with my code.

 

[Attached file removed by moderator. ]

 

TOPICS
Browser , Code

Views

318

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

correct answers 1 Correct answer

Community Expert , Jan 25, 2021 Jan 25, 2021

The code you're showing us was generated by Animate. 

To add playback controls, you must go back to Animate and then re-generate the code. 

 

Hope that helps.

 

Votes

Translate

Translate
Community Expert ,
Jan 23, 2021 Jan 23, 2021

Copy link to clipboard

Copied

If you can share the link you have online.  It's possible you are just missing dependant files when you upload that are on your local computer but not online.

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 ,
Jan 25, 2021 Jan 25, 2021

Copy link to clipboard

Copied

I figured out how to do it, I think anyway. 

 

I am very new to <canvas> so it confused me. 

 

Here is my URL for the project: greeting_card_part_2 (andrewsdropshop.com) 

I believe it should all be working. But now, I need to add playback controls but I don't even know how to create anything in a CreateJS file

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 ,
Jan 25, 2021 Jan 25, 2021

Copy link to clipboard

Copied

The code you're showing us was generated by Animate. 

To add playback controls, you must go back to Animate and then re-generate the code. 

 

Hope that helps.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

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 ,
Mar 11, 2021 Mar 11, 2021

Copy link to clipboard

Copied

Nancy, or the student who originated this thread, anyone who knows, how do you add playback controls?

Thank you.

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 ,
Mar 11, 2021 Mar 11, 2021

Copy link to clipboard

Copied

LATEST

Add playback controls to your project from Animate CC, not Dreamweaver.

For questions about using Animate, please post to the Animate Community.

 

If you're just displaying MP4 video, use the HTML5 <video> tag with Controls attribute.

<video width="320" height="240" controls>
  <source src="my_movie.mp4" type="video/mp4">
</video>
 
Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

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 ,
Jan 23, 2021 Jan 23, 2021

Copy link to clipboard

Copied

Hi @Hawk_1,

Welcome to the Dreamweaver community.

 

Attached files don't help us here.  You really need to upload everything -- HTML, JS, CSS, images, etc...  -- to your remote server and post the URL here so we can take a look at it online. 

 

If you don't have permanent hosting yet, get a temporary server space for testing and debugging purposes.

https://www.000webhost.com/

 

Enter the S/FTP log-in credentials that your host sends you into your DW Site definition settings:  Site > Manage Sites > Servers...

CC-RootFolder.jpg

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

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