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. ]
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.
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.
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
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.
Copy link to clipboard
Copied
Nancy, or the student who originated this thread, anyone who knows, how do you add playback controls?
Thank you.
Copy link to clipboard
Copied
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>
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.
Enter the S/FTP log-in credentials that your host sends you into your DW Site definition settings: Site > Manage Sites > Servers...