Get help using Adobe Animate and creating animations.
Recently active
1. I was using Animate and got an error "Sorry an error occurred". I was wondering if anyone here have ever got this? 2. Errors randomly pops up saying "unable to load library item". Did anyone also have this?
bascaly the thing in my top right is gone (not my screen shot cuz mine is gone lol ) i got adobe animate 2021 where is it i mostly use it to zoom in and out
I have been trying to add a visable image like a jpg or or other image with AS3 to an email. I am nearly done with an iOS Air SDK application but can't sove this. When the user submits a mailto, the address, cc, and body fill in with text from a form, this was easy. However getting an email to populate the body with an image has been impossible. I am desparate, please submit any help! var OneEmailone:String ="";var vetEmail:String ="";var subEmail:String ="";var bodEmail:String ="";/*var custName:String ="";var vetName:String ="";var flowName:String ="";*/ submitProt1.addEventListener(MouseEvent.CLICK,fEmailClickone);function fEmailClickone(event:MouseEvent):void {OneEmailone = customer_email.text;vetEmail = rep_email.text;subEmail = "PCV2d Results";bodEmail = vet_email.te; navigateToURL(new URLRequest("mailto:"+OneEmailone+"?cc=" +vetEmail+"&subject="+subEmail+"&body="+bodEmail ), "_blank");}
Hi guys, We use Adobe Animate very often for our advertising campaigns but there are two things I think need improving. I'm hoping either someone will have better workflow suggestions or perhaps this will reach the dev team and make it into a next update of Animate. EMBEDDING FONTS:Ever since I switched to Animate's HTML5 canvas I've always just used the Static Text option, but lately I've been seeing some benefits to using Dynamic Text. (filesize, speed, copy updates, ...) However the issue there is that you can't embed the font via the Animate UI, as far as I know. You have to manually go to Google or Adobe Fonts, look up your font, copy the embed code and the best way I found was to add the @1552174 font family code to my HTML/JS publishing template. Surely there must be a better way of doing this? You'd think Animate would be able to look up the Google or Adobe font and embed it into the HTML or JS file automatically. That would be such an improvement. IMAGE COM
Hey, so i was in the middle of some puppet rigging via the parenting tool, and while trying to make an arm move I kept getting the "current frame needs to be converted to symbol to insert tween" message. I thought I had accedentally drawn something extra into the layer but cant find anything, and when I click on the symbol it shows as a symbol in the property pannel, but when i click on the layer the symbol registers as an object. Any Idea of whats happening?
Hi, I wanted to export some SWF files to Unity, but when I do that the images get blury and they have a filter on it, I wanted to know how can I export an SWF image from Adobe Animate to Unity but with the same quality
Hi,I'm having issues when using a JPG file inside a nested movie clip. Here are some context: I am working with an HTML5 canvas document. The movie clip is an instance that is being targeted with mouse-over script. I've confirmed that the script is all good.. no problems there.Nesting structure of the JPG inside the movie clip is: movie clip > graphic> jpgI also have some simple stop() script on a few frames of the movie clip time lineI have some classic tweening applied to the graphic symbol (JPG's parent) inside the movie clip Details about issue:When I test movie within Animate, everything is ok... no errors in browser, everything worksWhen I open the HTML file outside of animate is when I'm experiencing the issue... the browser is blank Troubleshooting I have done:when I remove the movie clip, and place an instance of the JPG anywhere on the stage, there are no problemswhen I replace the JPG within the nested movie clip with a shape, there are no prob
I am trying to get buttons to work in the finished product that just go through the button functions (UP, HOVER, DOWN). I don't need them to do anything just do the functions. Any suggestions?
the action with buttons doesnt work
Suddenly, without anything changing, I'm getting unexpected audio related errors/warnings in a project without audio. I recieve this warning message: The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu. And this error: Uncaught (in promise) DOMException: Unable to decode audio data Any idea what's going on or how I can fix it?
Hi,I'm new to animate and a while ago I attempted an animated sort of banner and saved it as a FLA file and output as a swf file too.I recently went to make edits and when I open the FLA file in animate - Scene 1 is just a white space and when I click on Edit Symbols there is a list of the different elements which also show as a white screen - but also show a white circle, a cross and a green motion line. All the objects are either text or drawn objects but non are showing. I've tried changing the background but they are still not showing. It looks like all the movements are there but just not showing the objects.Any help would be appreciated.Thank you
Hello,I have created an mc in the library for a specific purpose and I can load it dynamically. Its shape is a square. The square works fine with labels for up, down, over etc.For a new project I will need to have a shape that needs to be a randomly sized rectangle. How do I build the movie clip, with javascript, so that it has 4 frames and the labels up, over etc, in it?I believe if I could do this then I could just make it work the same as the square built in the authoring environment.I have read the createjs movie clip definitions and I can see addchild(shape) but I can't understand how to add shape1 to frame 1, shape2 to frame 2 etc.Any help would be appreciated.Ron
Hello, I am trying to figure out how to get the value of a PHP variable into an Animate HTML5 app to run an if/else statement. I have a PHP document that holds the Canvas and Javascripts to run the application. In the PHP file I define a variable before loading any of the Javascript or Canvas files:<? $watch = "Yes" ?> //Which is really a result from a DB query.In my ActionsScript within Animate I have the following code. This code is supposed to show a button if the PHP variable is equal to Yes, else hide it if not.var watch = <?php echo json_encode($watch); ?>; if (watch=="Yes"){ this.next_btn.addEventListener("click", fl_MouseClickHandler.bind(this)); function fl_MouseClickHandler(){ this.parent.parent.gotoAndPlay(2); } }else{ this.next_btn.visible = !this.next_btn.visible; }When I run it on my webserver it hangs. So I am not sure if I have the right code here for getting the PHP variable. Any help would greatly be appreciated.
The onstage controls for the camera tool no longer appear when I use the camera tool (it used to always appear when I made a new camera layer). I can use it is to adjust in the camera properties but that is difficult. Does anyone know how to fix this? I am running Adobe Animate version 20.5.1 on MAc OS 10.15.7 Thank you!
I get the error:SecurityError: Error #3769: Security sandbox violation: Only simple headers can be used with navigateToUrl() or sendToUrl().with the code below. I just want the users email system to open and create a new email but have a jpg image inserted inline (not attached). Something like:Hello welcome to.... image hereThanks for visiting...Maybe since "image/jpeg" doesn't work as a content, is there a workaround? The only other option is to copy the image to the clipboard and have the user paste it into the email. Other than that, I'm at a loss as what to do.I cannot go the typical route of sending the image to a server and having it send out the email. I already have that working but do to the new security laws in the UK, I need this simpler option using the users personal email.import flash.events.MouseEvent;import flash.net.URLRequest;import flash.net.navigateToURL;import com.adobe.images.JPGEncoder;var bd:BitmapData = new BitmapData( 100, 100, false, 0x222222 );va
Need to provide viewer the ability to enter their phone number on different pages to send a URL link to get more infomation later from outside website.
Hi - Newbie here so please go easy! I have created a seawave that I have turned into a Graphic & Movie Clip SymbolI animated this using a Classic Tween and it has worked well. To add to the wave effect I have reused the wave movie clip, added these to extra layers wave1, wave2, wave3. When I press play only wave1 is animated - wave2 and wave3 remain static! I get the following warning:To confuse matters, it works on my student machines (IT Teacher) but not on my Laptop or PC - may this be a hardware or install issue? Ive also tried with Edge and Chrome. Really stuck!!!! Ive attached the file if anyone could please take a look? Thanks
Picture Reference The idea is that when the popup box closes (code works), the red ring will appear around each kitchen object and remains there. The issue i am having is the red circle isn't visible after clicking the closebutton. Any help is much appreciated, many thanks! Code is below: My current code: stage.enableMouseOver();//PANvar root = this;root.infobox.visible = false;root.hazard_pan.visible = false;root.infobox.closebtn.addEventListener("click", closeInfoBox);this.pan.addEventListener("click", panClick);function panClick(){root.infobox.visible = true;//root.infobox.title.text = "Monkey";//root.infobox.description.text = "Information about the monkey.";}function closebtnClick(){this.hazard_pan.visible = true;root.hazard_pan.visible = true;}function closeInfoBox(){root.infobox.visible = false;}
Hello, I have imported some drawings in psd that I would like to animate. I've imported some drawings in psd that I'd like to animate. Unfortunately, despite a successful import from the library with conversion to bitmap, once in the work file, I can't create a skeleton. Indeed it asks me to transform my shape into a symbol.Unfortunately I asked to transform the latter into a symbol, nothing changes... Any idea???
I've come to notice how limited the JavaScript API is for Animate compared to the features that are accessible through GUI elements like panes and menus. One such issue I'm facing has to do with exporting images - we're revisiting some old content to bring it forward from Flash to HTML 5 Canvas. I've written a set of JSFL scripts that have done things like detect whether a document's output is best suited as a static image or a movie, export it as such, and to do these tasks on batches of files to cut down on time spent and the tedium threshold - we're talking hundreds of files at a time. Because Flash's SVG exports don't seem to properly handle some text formatting correctly, I've opted to instead export "static" FLAs as PNG files just to get something out the door.The problem here is that we're exporting for screens around 720p in size, and our average stage size across all files seems to be about 480p or lower. The JavaScript API documentation available from the Adobe I/O page for A
I am currently attempting to upload a video to YouTube, and I've been having a weird problem. I imported a voice line from OBS after allowing it to meet the necessary sample rate requirement (44.1 kHz) as a WAV file, and, in the SWF file, I can hear the audio. However, when I went to import the video, the MP4 doesn't play the audio at all. What's strange is that there are also some sound effects in there that do play. Everything works right except for that voice line. How can I fix this?
1. first keyframe following keyframe: object changed by asset wrap choosing with shift both keyframes clicking on 'creat classic tween' nothing happens... what can be the problem? -tried it with motion tween instead of classic and got the same result thank you!
I have tried both saving to my CCLibrary and To my desktop, when I transfer both versions to Animate the colors get washed out. Yesterday I tested it on my friends PC and no wash out during transfer. I use a Mac and would like to get the CC library transfer working. Everything is set to RGB, why is this happening?
Hello. I'm on a course and my files are not working. I can only share the files privately but they seem to work on adobe staff computers but not mine.I've signed out and uninstall but still, they won't open. My software is up to date and I'm using windows 10. Please help!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.