Get help using Adobe Animate and creating animations.
Récent
I'm having an issue with my audio toI'vr tried every verson of aniamte i can acsess, but the only way audio ever plays is through the Test button in sound propertys, this is across all versionsI've made sure my audio is 16bit 44khz but nothing works, when i press play in the library it istantly snaps offI'm so confused!
Hello, when saving or exporting with the latest Aniamte updates, the dialoge box appears but disappears immediately when I move the cursor with the left or right arrow (or up and down) in the file name.There's no way to get the cursor where you want it except by clicking in the exact position with the mouse or pen, which is of course slows things up (and is error-prone).I am up-to-date with the last version and have noticed this since the previous update. Thank you.
Hi if someone could please assist with adding multiple exit urls per slide to a build which is quite complex consisting of quite abit of javascript causing issues here is what the build looks like: https://www.google.com/doubleclick/studio/externalpreview/#/oePChS2HT2K1tcE6VYQW1w?creativeId=62310016 If there is any more info required to help solve this, please let me know Thank you
Starting a few days ago, I cannot play any swf files through flash player on my mac device
I'm brand new to Animate CC so I truly appreciate your patience with me. I'm using the creative cloud version if that helps to know upfront.I've imported audio (a .WAV music track) into my library and then dragged/dropped into onto the stage. The issue I'm experiencing is that during playback the audio can only be heard when I cue it from the very beginning of the track, but not when I cue it from a later point in the timeline. Quite frustrating.I did a quick screencapture video on my macbook pro, including audio, to show you exactly what I mean:https://we.tl/MlV4R6EBNZIs there a setting that I need to adjust so that that audio can be cued up from anywhere in the timeline (such as it can be on iMovie, Final Cut, etc for example), or is this typical behavior of Animate CC software, or lastly is my version buggy/malfunctioning? Thanks in advance.
Select symbols in the scene,What command is used to locate symbols in the library
Why does a swf file playback faster than playback in Adobe Animate?
Hello,Can anyone help resolve this issue either using toggle or hide/show actions for buttons? Here's what I have currently, https://conceptcommusa.com/stage/Mainstreet/Scene2/HP_MS_Infographic_Scene02_03152023.htmlhttps://www.dropbox.com/s/cpnod6nm0dppmaw/HP_MS_Infographic_Scene02_03152023.fla?dl=0 The issues:Able to click and toggle multiple buttons rather than just one at a time.Ideally would use an "x" button in the popup to close rather than toggleImages in box are not showing correctly on all Each popup has a gradient change with stop actions for 0% and 100% for the timeline:var _this = this;_this.stop(); The toggle actions include:var _this = this;_this.btn1.on('click', function(){_this.btn1box.play();});_this.btn1.on('click', function(){_this.btn1box.play();}); Here's an example how I would like the buttons to function:https://covid19.ergonomics.org.uk/media/CIEHF%20WFH%20Infographic.html What am I missing? What is a better way to code t
In this project I'm doing for work, I'm wanting to use a very specific style for my animation. I made my pose to pose frames in Photoshop and used a charcoal brush. See image attached for the result. I cannot find a brush similar to this in Adobe Animate and I can't seem to download them off of Brusheasy like I can for Photoshop. How can I download specific brushes for Animate?
Missing fonts aren't detected anymore? As an example I have created a document with a text line set to 'Open Sans'. When I deactivate Open Sans and open the FLA file it should say that this font is missing and offer me the choice to replace it. But instead it just opens the document and turns all texts for which the fonts are missing into Helvetica. When I go to Font Mapping I also see no mention about missing fonts. This is both on my Mac at home and at work. I'm using Animate 2023 (23.0). And since this update 'missing fonts' isn't working anymore. Probably Animate needs another update?
met with this error message when i try test animation. Scene 1, Layer 'Actions', Frame 1, Line 13, Column 65 1061: Call to a possibly undefined method bind through a reference with static type Function.
Soo i want to make one animation in macromedia flash 8 with tweens and i want to use Instance of. blah blah and when i turn on the tweens i cant change the frames in the instance of. i would want to send the video but i cant.
Hello!I love Adobe Animate, I've been using it for a long time. I have a YouTube channel associated with this program. There are already 9000+ subscribers and 4500 views every month. A little over a month ago, I took a course in JavaScript and as practice, I decided to write an extension for my favorite program.I created the framework for the extension in "Creative Cloud Extension Builder for Brackets", then adapted the CSS to the Animate interface and built the panel into a convenient place. The problem is that when I switch between panels - a black background flickers! No such thing with the native panels. Immediately thought on my CSS and tried loading the standard CSS "Extension Builder for Brackets" - same thing, black frame. That is, the problem is not in Animate and not in my CSS, but where to look for the problem I do not know.Perhaps someone has faced with similar or at least have a suggestion what could be the problem?
I made a swf extension, but now I have a problem,Nothing happens when pressing enter after calling jsfl command using panel,Just like it is locked, you must use the mouse to click and release it at any other position before it can be played.But if you use jsfl in commands, there is no such situation. After clicking enter, it will play directly, but the swf extension cannot, which is very strange!Is there a way to solve this problem, thanks
I'm working on a platform game and I'm having a problem display on the VCam. The VCam, ground, player, and other movie clips aren't supposed to move in the left or right direction byself, instead the VCam is supposed to be still, stop and play, when the players walks or runs in any direction. I have it's dimension pixels to 800 x 448 instead of 550 x 400, the ground to 4044.8 x 359, for x and y: 332.1 x 2013.75, and it's VCam size to 800.1 x 448.05, for x and y: 408.9 x 224.35. Here's a video and FLA source code of my problem. Source code: https://cdn.discordapp.com/attachments/1003044574089990154/1088284203063455764/Frontend_v4_RedFire.fla
Is there a way to reverse layer order?I can't see any option to do it, or a way in JSFL to set a layer index.// Get the total number of layers in the document var numLayers = fl.getDocumentDOM().getTimeline().layers.length; // Loop through each layer and set its new index for (var i = 0; i < numLayers; i++) { var currentLayer = fl.getDocumentDOM().getTimeline().layers[i]; var newIndex = numLayers - i; // Set the new index for the layer // ???? }
Using some JSFL code that @JoãoCésar17023019 posted.I want to export a folder of .FLA files to Adobe Media Encoder (ame) and start the ame right away. At the moment my .jsfl sends it to the ame fine but the user has to start the queue. var uri = fl.scriptURI.substr(0, fl.scriptURI.lastIndexOf('/')); // get the directory path of the currently executing scriptvar source = uri + "/_source";var files = FLfile.listFolder(source + "/*.fla", "Files.");var total = files.length;var dom, i;try{for (i = 0; i < total; i++){fl.openDocument(source + "/" + files[i]);dom = fl.getDocumentDOM();dom.exportVideo(source + "/" + files[i].slice(0, -4) + ".mov", true, false, true, dom.timelines[0].frameCount);dom.close(false);// Get the path of the output filevar outputFile = source + "/" + files[i].slice(0, -4) + ".mp4";// Add the output file to the encoding queue and start the encoding jobvar queue = ame.getQueue();var enc = queue.createEncoder("my_encoder");enc.setSettingsPreset("H.264");enc.setOut
I've tried both and still grey, and rebooted!
For example, I have a vector drawing: Is it possible to write its data (vector points, contour color, line color, contour thickness) in a string or XML format, or any other to simply save data about this figure and build the same after a long time based on previously saved data.I need to transfer a vector shape to a SWF file for my plugin
Hi everyone, could you please help me with the following issue?I have previously googled the topic, hoping to find the solution, but it seems to me that I am the first person ever to face this problem 🙂 Here is the problem:My colleague works on Mac, while I work on PC with Windows. We both work with latest version of Adobe Animate.When my Mac-colleague creates an Adobe Animate project, he can save it and open it again without a problem.BUT: When I open the same project, I see that all text elements changed. It seems that text lines moved down and line spacing is bigger. Here is an example.This is how the project looks like on Mac. This is how the same project looks like, when it is opened on Windows. The problem remain swhen opening project both Mac→PC or PC→Mac. I mean, when my Mac-colleague opens Animate project previously created on my Windows PC, the text elements change aswell.This issue is quite a big deal for us, since it makes any cooperation qu
Along with new 2020 Adobe Animate update video export is TOTALLY BROKEN NOW 😞 Nested animations aren't recordedFLA document works well with video export in Adobe Animate 19.2.1.Same FLA document exported within latest Adobe Animate CC 2020 is TOTALLY BROKEN."After time elapsed" in Export to Video is MISSING/REMOVED.Unfortunatelly I have to downgrade your software to previous version where export to video with nested movieclips works as expected. IMO this is critical issue and makes your latest version totally USELESS. Where I can submit this as official error/issue to your engineers?
To copy characters of one project and to paste in other project animation not transferring
Been using Animate for 3 years now and always used Ctrl + Mouse Wheel to zoom in or out. Now it's not working. How do I get this feature back?
I am creating video in Adobe After Effect form transparent images in the form of PNG sequance. I create QuickTime or AVI formats where I can use Alpha Channel so that these videos have transparent backgrounds, but Adobe Animate 2023 does not have feature to transfer transparent video content other than .flv .f4v. I am getting an error importing .mov and .avi to create .flv and .f4v files, I tried both the included converter tools and programs such as VLC media player, Shoutcut, but I could not manage to import the bacgorund of the videos transparenty and the quality of the videos was also very low. Is there a plugin, etc.? I don't know how to use transparent video in Adobe Animate 2023?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.