『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
Hi, im creating an interactive where i need to play different videos. Im trying to load a video into component using the Load a video code: /* Load a VideoChange the URL below.*/var videoURL = "https://images-tv.adobe.com/avp/vr/15a99ccf-0e7c-4601-b270-87dd82624086/5078a43c-81f9-4a93-836c-815278b83a8e/e9cf12a0-7c4b-414f-a5c9-97ef49340aa9_20160203035417.960x540at1200_h264.mp4";this.video_player_1.on("added", function() {$("#video_player_1")[0].src=videoURL;}, this, true); I understand i need to change the url address to where my videos are. I have them in a folder where i store the videos inside the folder where my html page is. var videoURL = "videos/IDLE_SCREEN.mp4";this.video_player_1.on("added", function() {$("#video_player_1")[0].src=videoURL;}, this, true); But the component doesent load the video. Not sure if this is the corrct way to do this. any help would be appreciated. thanks!
Hello, ell me, is there a way to somehow hide video components through JS ? I have 2 video camponet on the screen, when you press 1 or 2 buttons, only one of the two videos should appear on the screen.
I would like to ask if someone already did this and can help me to understand if is possible or not.I made an simple animation in After Effect and i export in a Json file with bodymovin plugin, now i want to export this Jason file into an html canvas with animate. Is that possible or not? Thanks a lot,
Hi, I have a canvas with 2 video components. and 3 buttons, firs button is to show first video and hide second. second button is to show second video and hide first,and third buttons is to hide both videos. Show and hide works for the components at the beggining. but then it doesent work using the buttons. only show works. any help would be appreciated.my code:this.movieClip_1.visible = false;this.movieClip_2.visible = false;this.button_3.addEventListener("click", fl_ClickToHide.bind(this));function fl_ClickToHide(){this.movieClip_2.visible = false;this.movieClip_1.visible = true;}this.button_4.addEventListener("click", fl_ClickToHide_2.bind(this));function fl_ClickToHide_2(){this.movieClip_2.visible = true;this.movieClip_1.visible = false;} this.button_6.addEventListener("click", fl_ClickToHide_4.bind(this));function fl_ClickToHide_4(){this.movieClip_2.visible = false;this.movieClip_1.visible = false;}
i'm poitive there's a glowing color secret i think is called the hex to whoever made this png electric eel see the glow color line? how do i do this?
So i tried using Vdownloader to download some music from Youtube and I put them into mp3 format and loaded it as a test in Youtube The music doesnt play in the video even though in animate its there. Im actually trying to use older video game music for what Im trying to make. How do other people get their music?
Im trying to have a random amount of clone child movies randomly placed on a canvas.I'd like them to sit behind some of the elements like Paper Light, Paper Dark etc. - you'll see them in the code.But they are always rendering in front of everything even though I'm trying to give the negative z indexes way below everything else.Also, occasionally this code just crashes the browser. Is there anything wrong with the code or is it likely large image filesize I am using in the Animate file output?// Ensure this code is placed in the Actions panel for the first frame // Function to generate a random number within a range function getRandomInRange(min, max) { return Math.random() * (max - min) + min; } // Function to randomly return true or false function getRandomBoolean() { return Math.random() < 0.5; } // Reference to the original MovieClip on the stage var originalClip = this.originalClip; // Reference to the PaperLight MovieClip on the stage var paperLight = this.PaperLig
Hi people, I can only add asset warp points and drag them around, but the dashed outer circle that should be appearing around the points in order to rotate the direction of the rotation is not there. Can anyone help me out? All of the videos I found assume I have those circles 😕😕 [Moving from generic Start/Help forum to the specific Program forum... Mod][To find a forum for your program please start at https://community.adobe.com/]
Hi!I've been working on a bigger project over summer, and I've just now been having this issue of Animate CC crashing when I publish it as a swf. The progress bar goes to 53%, stops, then crashes when I try and publish it. I do have 24gb of ram, if it's possible that I could give Animate more ram to help then if you could let me know that would be great!I've never really done a big project like this before, and I've put all my work into one scene. But I only have about 400 frames done of 4000, so I don't know if that should matter if it is in one scene. If it does, then do you know how to split up a sound file in Animate, because I have a sound file playing throughout the movie.Thanks!
Been having this issue for at least a few days now and I haven't been able to find anyone with quite the same issue yet. I'm working on cleanup for a pretty large file, mostly using the fluid brush tool for linework. If I move something else on the same layer and frame as a drawing I've already made, there's a chance the lines for that drawing will warp. Its like animate has deleted the data for how that line should curve between the vertices, so it just becomes a bunch of jagged straight lines. I've had a couple times where it's kept the original line, but put the noncurved version on top of it. I managed to get a decent before and after since I duplicated a drawing across frames. The first is how it should look, the second is after I moved some other elements on that frame. This one's been pretty subtle, but I've had some get really messed up. Does anyone know what's causing this and how I can fix it? I've got a deadline coming up and I can't keep redrawing things like thi
So a few days ago, out of nowhere, the transofrmation tool started transforming all the symbols the symbol is connected to, but it didnt do this before, i tried to find a fix but it didnt work, it just moves all the symbols that is connected, heres a video
Hello!I am reusing a FLA file for a couple of friends to have a good laugh over. I replaced some key elements with other things. When I exported it to a MOV, and then turned it to a MP4, a layer was removed, with a key element. It was a hill with a whole bunch of other things on it. It did stretch out but I don't think stretching the layer was the problem. Please fix!
Hi. When I draw with the Pen Tool, Animate create additional anchors, how can I fix this behavior? Maybe is a bug? You can see the issue in this video: anchors - YouTubeThanks
Hey guys, I'm new to adobe animate and I have the latest cc 2024, I have this issue here. Can anyone help me.
Ive been using Animate since it was Macromedia Flash 3.0 off and on, the last 6 years have been off. recently I discovered you can export to OAM files and import directly indesign. so I have been tasked with training 70 designers on how to use it. But, it hangs up at 40% to 50% when publishing almost everytime. I cant justify training them on it, if its barely usable. the canvase size I have been using is 1152x648 and 1440x648 (16:9 and 20:9 ratios. they arent every intense files just a couple images fading in and out and some text animation anyone have a fix?
im wondering how you code the text boxes once you know the base portion of a month to update the other days. also seeing a 31 vs 30 problem but thats not a huge issue here. i can update this manually but its geting to be a pain and clearly some coding exists for *variable* plus one , plus 2 etc. planning this in as3 coding but also could do in html5 as well since i also got a project id like to do where all the files are numbered 1 to 1000ish for both the thumbnails and the swf.
I have spent a solid 5 months learning animate and can barely do anything. The help I have gotten is none. I want to leave my animation class because this hurts me more than my parents divorce. Make this easier please. As if kids could use it. I wish you all would make a animate jr program for beginners. Because going right in to the mariana trench is terrible. Why do you do this. Please send the president of Adobe to help me pass my highschool animation class.
i I was doing my animation and this happened and the back button doesnt work
Hello, Im fairly new to animate, but I've found myself in a position where I am using it all the time now. I'e spent the last few months using it and I have learned alot. However there are some ways I am doing things I have questions about. I draw a character, convert everything to symbols, rig it up and save it as a "main puppet". Then anytime I want to use that character in a scene I make a duplicate of the main puppet specific to that scene and I animate that. Then I make a walk cycle, and I save that seperate of the puppet. So anytime I want to make a character walk from a standing position I have to resize the walk puppet and cut the main puppet out and put the walk cycle puppet in (you get what i mean). I feel like I am probably not doing this right, Im guessing I can probably nest the walk cycle within my main puppet and just use it that way? Ive done lip syncing and nested symbols but im not really sure about how to nest the walk cycle.
Hi everybody, Im working on a big project in adobe animate 2023. Today I finished a scene and tried to export but the program hung on trying to move over to media encoder to finish (it does this sometimes). So i save my project and restart as i usually do.. When I restart this time, the .fla file says there was an error when trying to open it. When I go look at the file size it is only 32mb (it should be like 1200mb). I have versions of this file saved but my last finished scene was in that file and id love to recover it. I cant find any auto recovery files in the text file in the config folder. This is really bad. I would try to use winrar to repair the file but the fact its 32mb and it was 1200mb is very disheartening. Is there anything I can do. this is a time sensitive project.
Hello, I was wondering if it is possible to change the center point of a image or symbol in Animate CC. Thanks!
So, I have two different labtops signed onto Adobe Animate. One is getting real old so I decided to switch to the second. When I did, I found all of my previous projects in the Creative Cloud folder on my second labtop, all fine and looking the same as on the first one.However, the most recent project I have been working on(which I have saved multiple copies of and have triple checked on where it is saved and what type of file it is), is the only file not showing up. I can't find any of the recover or copied files of it, and I need to get it done on my second labtop asap.
Hello, I need help with An, please. I want to make an animation on video, I try it and it doesn't work. Maybe somebody has ideas what to do or can link me to an lesson video with such of topic. Thank you for any ideas and help.
Wile testing the animate file, the voice over is geting duplicated and overlaped. How to overcome this issue?
Hello,There is a bug when a layer is rigParented to another, when I skew or rotate the parent layer.Here's some steps to reproduce the bug:1. Parent a layer to another.2. Animate the parent with a classic Tween. Apply a skew on the last keyframe3. Animate the child with a classic Tween. With the keyframes at the sametimings than the parent. Animate the position of the child. There is a shift onthe position of the child between the ending keyframe and the frame justebefore.Does someone has the same issue ? It seems to be caused by the skew / rotating.When you convert the child animation in frame-by-frame, the animation becomes correct.I tried to change the tweening options in the frame properties with no result. Thanks !
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.