Questions tagged [animate-cc]

This tag is for question pertaining to Adobe's "Animate CC" software (formerly Flash Professional).

Adobe Animate (formerly Adobe Flash Professional) is a multimedia authoring tool/IDE and computer animation program developed by Adobe Systems.

It is used for creating animation/video, desktop applications, RIAs ("Rich Internet Applications"), HTML5 web content, and Android/iOS mobile applications.

Adobe Animate CC (Creative Cloud) was first released in Dec 2015. The version at that time was labeled "2016". New features included:

  • Adobe Stock integration
  • 4K resolution video export
  • Creative Cloud Libraries support
  • TypeKit integration
235 questions
1
vote
0 answers

Is there anyway to use multi-lingual text fields in Adobe Animate CC for HTML5 Canvas publishing?

Animate CC 2017 by default doesn't support right to left languages for text inputs and labels, what is a right way for this issue? how to possible create new component for use in adobe animate for this?
A.M
  • 345
  • 4
  • 13
1
vote
1 answer

Adobe AIR After Build Issue

I created a Desktop AIR in Adobe Animate CC 2017 with AIR 23, when Test everything works, after Build in my pc everything works, when test to VirtualBox (Application with runtime embedded) it run but some features like buttons events and url events…
Alik Miankoli
  • 247
  • 1
  • 12
1
vote
0 answers

passing html div and variables to html5 canvas in animate cc

Hi everyone and thank you in advance for any light you can shine on this. I have a birthday countdown in html using js, but I will love to pass that countdown to html5 canvas within animate cc (passing html div and variable values to animate cc) not…
1
vote
3 answers

How to use stage width and height in Adobe Animate CC (Canvas doc)

I'm trying to center something on the stage using javascript inside an Adobe Animate CC canvas doc. Before in AS3 I would have accesses to the stage property. So I would be able to do something like this trace(stage.width); I tried the same in…
icekomo
  • 9,328
  • 7
  • 31
  • 59
1
vote
0 answers

How to draw a CanvasRenderingContext2D data into createjs.Bitmap?

I've drowe a dom element into a canvas. After cropping the whitespace off of this canvas I'd like to import this into my createjs canvas and animate it there. I've tried a million things, but nothing worked. This was my latest trial: function…
1
vote
0 answers

Export video from Adobe Animate using Js/Greensock

I have a Adobe Animate CC Canvas file. I'm using greensock to control all the animation in the project, so NO timeline animation. I would like to export the file as a video, and have Adobe media encoder convert it into the format that I need. Right…
icekomo
  • 9,328
  • 7
  • 31
  • 59
1
vote
1 answer

touchstart Event do not work using Animate CC JavaScript in IPAD

Events like touchstart,touchend does not work in Actual IPad and in chrome Simulation in Animate CC JavaScript element.addEventListener("touchstart", function f2_MouseClickHandler(e) { correctAnswer(e, position,…
1
vote
1 answer

Adobe Animate CC WebGL rollover state

I'm creating a WebGL canvas and I'm trying to use the onmousemove snippet to create a rollover for a movieclip button. First I set the rollover state of the button to be invisible like so: this.YesHOT.setVisible(false); Then I use the onmousemove…
Mark Bauer
  • 27
  • 5
1
vote
1 answer

Adobe Animate CC: Errors occurring in code written by program

I'm working on a project in Adobe Animate CC and coding in JavaScript. When I preview the project (Ctrl-Enter), the browser throws two errors: Uncaught SyntaxError: Unexpected end of input I understand that this occurs when there is a bracket…
ALR
  • 441
  • 2
  • 7
  • 19
1
vote
0 answers

ENTER key going to next scene. Adobe animate, actionscript 3

So I have a quiz on frame one of scene one. When the user gets a certain number of questions right it goes to scene two. However the problem is if the user presses enter it skips the whole quiz an goes straight to scene two. Any ideas on how to…
withayk
  • 134
  • 2
  • 10
1
vote
1 answer

CreateJS/AnimateCC Iterate through children of a library MovieClip

I've created a MovieClip Symbol in AnimateCC which is made up of other MovieClip Symbols. I want to iterate through the children of the parent MovieClip at runtime to amend some of the child symbols properties. I thought it would be easy using…
Jonsij
  • 11
  • 2
1
vote
1 answer

Animate CC incorrectly positions dynamic text field

I have an FLA that I'm publishing to HTML (Canvas). One of my text fields is set to dynamic and is using the web-font Roboto Condensed, the problem is that when I publish my file the actual text in that field is positioned incorrectly. For left…
popClingwrap
  • 3,919
  • 5
  • 26
  • 44
1
vote
1 answer

Adobe Animate CC produces - Cross origin requests are only supported for protocol schemes error in Chrome

I have been following along with this tutorial Greensock Quick start and downloaded the sample files. Everything works great, but when I added images to the banner and publish from Adobe Animate CC the banner ad works great, but if I were then to…
icekomo
  • 9,328
  • 7
  • 31
  • 59
1
vote
1 answer

Is there a better way to sync audio with video (w/o just putting it in the video itself)?

I'm trying to develop a player bar that works in animate cc, and plays both a video and animations in front of said video, on an html5 canvas. I wanted it to speed up the audio, because the video on the screen would get really ahead, but it's…
Mike
  • 48
  • 1
  • 14
1
vote
2 answers

How to play a sound when a user clicks the right answer

I'm creating a quiz in flash using AS3. I'm having trouble trying to include sound when a user clicks a right or wrong answer. How can I correctly play sound? This is the code below import flash.media.Sound; //button 1, see if the first text field…
alan smith
  • 127
  • 1
  • 11