Professional :: Incorporate Audio (Voice) To Explain Flash Animation
Apr 6, 2010
I am doing a project on an interactive website that contains flash animations. I have to incorporate a voice that explains what is happening in the animations. I am using my own voice for this. I have recorded my voice and saved it as .mp3 files. between each animation there are about 6-10 audio files. I am pretty sure I can import the sounds into the flash library and drag the sounds on the timeline and sync the sound with the animations that way but is it possible to control the sound using actionscript as I have to incorporate buttons that allows the user to play, pause and stop the animation and the audio. Or can I only use actionscript to achieve this.
View 7 Replies
Similar Posts:
Mar 27, 2012
We are building a live RTMFP voice chat application with Cumulus. While the basic voice transfer works pretty easy using NetStreams, we have one big problem:There does not seem to be a way to manipulate the microphone data that the NetStream sends, and also not a way to manipulate the data the listening NetStream receives before it is played.However, this is exactly what we need. We do not want to transfer the normal microphone recorded audio, but first pitch it, then send it, then play it. Or first send it, then pitch it, then play it. But it seems that the whole audio recording, speex encoding, speex decoding and audio playback is completely encapsuled within the NetStream class.The only ways to achieve what we want (and all of them removing NetStream completely) seem to be:Send raw pitched audio data. That does work, but is of course a lot of data to send and will likely not work fast enough outside of our local LAN testing.
Pitch audio data, convert to ogg/mp3 using existing encoders for flash, send, decode ogg/mp3 and play. But this would mean encoding each and every sample packet that is received from the microphone, adding header stuff, etc. So this would likely not even yield that much of a benefit compared to raw audio data.2.1. This would actually be a good way if there was a Speex encoder/decoder for flash. But ironically, there is none other than the built in one (which is used for encoding/decoding audio in NetStreams) that cannot be explicitly used. ot offering it, Adobe...Send the data to the Cumulus server, pitch (and probably convert) there and send to the recipient. This would likely not even be that much faster than 1. and also throw away the exact benefit of RTMFP, P2P communication.
View 1 Replies
Dec 10, 2011
I have a software project, which involves complex process and calculation. Rather than writing it's logic and business flow in a document, i want it to be explained in some sort of animation visually, which would be easier for some one new to my project.
View 1 Replies
Apr 5, 2011
I want to control flash animation from voice, like after animation start, to pause animation will speak "STOP" from microphone animation will stop on same time or speak "START" animation will start from same timeline.
View 2 Replies
May 11, 2011
I'd like to incorporate some flash animation (a 2d character animation) into my objective c app.
I heard you can create and export a flash cs5 app into iphone. But I don't want to export an entire app. Just a small component...
for example, I want to get an animation of a 2d character waving that was made in flash and just incorporate that into my objective c app.
View 3 Replies
Mar 5, 2009
my final project has a prev, next,stop, play, pause buttons and all of these affect the animations and voice overs. I suggested to make this on video and bring it into flash using a video player, but they want it to be into a single SWF to put on their website.
View 4 Replies
Mar 9, 2012
I've been working on a Flash script that allows the user to speak and playback what the user is saying after certain but exact time, say 10 seconds.
View 1 Replies
Mar 24, 2012
I'm making an animation in flash CS5, and everything went well with it until a certain scene, which is no different than the other scenes in terms of animation/audio. In that scene, while one character is finishing his audio sentence, the next audio line already begins, screwing up the animation to audio sync in the animation from that point on. This doesn't make sense because the line that begins too early, isn't marked to play until a few seconds into the NEXT scene. Why is this happening? I tried so many things and it's really frustrating that nothing is working. I tried changing the lines from even, to stream, from mp3 to wav, making scenes longer at the end, but no matter what I do, the next audio line begins really early, messing up the entire audio to animation sync of the entire video from that point on.
View 5 Replies
Mar 23, 2010
I am working on a training simulation and would like to incorperate a right mouse click function. I have been using the code below with no problems.
[Code]....
View 6 Replies
Apr 26, 2011
im a cs5 noob and i have been working on a platform game. I recently created my first main player animation. My question is how would i import that animation to my game?Can i compress the animation to only use 1 layer at all? right now my original is using about 6 layers for 40 frames. How can i take my 6 layer animation .flv file and incorporate it into my game? also, how would i call the animation in as3?[code]
View 0 Replies
Jun 18, 2010
I am using Flash CS3 on a PC. I am trying to export an animation to quicktime (Export > Export movie) and have some problem regarding the sound. The animation contains actionscript 2.0loads external swf contains streaming soundsplay other sounds via actionscript. 4 scenes. When publishing the animation, it works fine, but when exporting it to .mov, the audio goes faster than the video.
Export setting:
Video:Compression type: H.264Frame Rate: CurrentKeyFrames: 4
Sound:Compressor: 24-bit integerRate: 48.000KhzSize: 16BitUse: Stereo
To be honest, I tried many other compression types and frame rates and keyframes, but nothing seem to work.
I tried:
- importing the external swfs into the original animation
- creating a streaming silence from frame 1 for continuous sound
- capturing the animation using CamStudio, but it's not smooth enough
View 1 Replies
Nov 25, 2010
If I have a 2 minute audio, and I want to scrub the animation frames around the 1 minute point, to see how they coordinate with the audio, is that possible?
View 3 Replies
Aug 11, 2011
I'm having problems with many files losing their assets from the timeline after a save and reopening the file in Mac OS X Snow Leopard. This is happens quite often now and there seems to be no pattern to it. For example, I will open an existing Flash animation complete with sound and artwork, make changes to the animation timing, test the SWF and everything looks good, then save. After reopening the exact same file, there will be audio that was on the timeline will be an empty frame. In addition, there is art work that was swapped out or updated to a character and the symbols becomes empty after reopening.
View 7 Replies
Jan 22, 2010
I'm trying to create a flash video that will incorporate powerpoint-like slides along with video footage. So for instance I will have slide 1 (graphic) - slide 2 (video clip) - slide 3 (text). I have used CS4 before for one of my classes but that was a little while ago, and I feel like I'm starting over again. When I import the first graphic (.png), is there an option to have it resize to fit the stage?
View 5 Replies
Jan 10, 2011
I would like to have a map of the 50 U.S. states. I would like to click on a state and have a small pop-up window that displays the temperature of the capital of that state. After 5 seconds the pop-up closes. Behind the scenes I would also like the clicks being tracked by a database. I am digging around weather.com trying to figure out linking RSS feeds to Flash and I am thinking MySql to count the clicks. Does anyone have any tips or a quicker, easier way to set this up?
View 3 Replies
Jan 25, 2012
I was wondering if there is any easy tool to use in order to create a start up video? I know there is the Adobe After Effect option, which is extremely expansive.
any tool that allows you to create an animation, easily? for a startup site, a video that explains what the startup do?
View 1 Replies
Feb 25, 2012
I cannot publish anymore my Web site. When I do "test animation" I got no error and my site is Cool! But When I try to publish is, it stop at the middle of the bar and say that the police should be incorporated with "Texte -> Incorporate the Police". I did it many times, saving the doc and tring to republish my doc with no result. Everytime I try to publish I got the same mistake! I cannot compile my server anymore and make any progress.
View 1 Replies
Oct 19, 2009
The images for animation load okay. The sound loads okay. But the animation images need to be inserted in coordination with the sounds, which is difficult using only the ears, but I do not know how to keep the audio graph seen on the timeline so as to know where to put the images. I can keep the graph open on the little library window when it is open but not on the timeline. how to keep the graph open on the audio track while I work on the image tracks.
View 1 Replies
Mar 24, 2010
My question is how do I incorporate playback controls to a Embedded Video that plays with the timeline? I saw how easy it was to add playback components when you import video externally. I figured that I probably need to start by creating my play back components, but then I need code to tell the swf what to do?
View 5 Replies
Jan 15, 2012
I have a certain set of motion twains that I've successfuly completed, they constantly loop right now (default), and is saved in the SWF file.I'd like to take that finished looping animation, and insert it within another animation (a) that can be played with a play button, and stopped/resetted with a stop button.How do I insert the completed looping animation into the main animation? And is there something special I have to do in the actionscript of the start and stop buttons so that the "inner" looping animation will start and stop with the "outer" main animation?
View 1 Replies
Aug 6, 2010
If I import an FLV video is there any way to remove the audio, put the audio into a byte array, and then re-add the audio to the flv video?
View 1 Replies
Oct 15, 2009
explain in very very basic terms (or direct me to tutorial) what is happening in this syntax:
[code]...
this was part of and example on how to optimist code (posted in this forum awhile ago), specifically for replacing either:
[code]...
I understand how the brackets work, and that X is a variable (I presume a Number).
I assume that '^' == 'to the power of'.
I dont understand why they are using >> or 31 at all.
View 2 Replies
Jan 27, 2010
I'm currently working on a project where I want to incorporate "find a location" functionality using the user's zip code. Basically, the user needs to be able to type in their zip code and once they hit the submit button, they are then taken to a page where it lists all locations available. Mind you, the website is ALL Flash. Currently, it's in ActionScript 2.0, but I could (at least with these pages) convert to ActionScript 3.0 if needed.
View 8 Replies
Sep 25, 2011
I was working on a simple game app using Xcode, but when I saw that image manipulation is much easier using the Flash SDK, I reprogrammed the game using Flash.
Unfortunately, I don't know how to incorporate iAds into my Flash iOS app. I tried searching on Google, but all I got were references to the ongoing battle between Apple and Adobe.
View 2 Replies
Oct 28, 2011
From what I have gathered, _rotation uses radians?Basically, my initial goal was to make a movieclip rotate towards the mouse. I'm not very good at trigonometry.Using the help files I found atan2 which seemed to be what I needed. A little fiddling got me to this code:
var xDist:Number;
var yDist:Number;
var angle:Number;
onMouseMove = function () {
[code].....
However,the _rotation is opposite what is expected. This is not a problem as I can just flip the movieclip. But really what im here to ask is, please ecplain this code for me? I don't correctly understand how atan2 works.. and why it needs to be *60.Basically: How to get a movieclip to rotate towards the mouse.. and why does the code work, I want to learn trigonometry.
View 3 Replies
Jun 18, 2010
I've a developer which has given users the ability to download a zip archive which contains an html document which references a relative javascript file and flash document.The flash document accepts as one of it's parameters a url which is embedded in the html document. I believe that this archive is meant to be used as a means to transfer an advertisement to someone who would use the source to display the ad on their site, however the end user appears to want to view it locally.When one opens the html document the flash document is presented and when the user clicks on the flash document it redirects to this embedded url. However, if one extracts the archive on the desktop and opens the html document in a browser and clicks the flash object, nothing observable happens, they will not be redirected to the external url.
I believe this is a security risk because one is transferring from the local computer zone to an external zone.I'm trying to determine the best way to explain this security risk in the simplest of terms to a very end user. They simply believe it's "broken" when it's not broken, they're being protected from a known vulnerability.The developer attempted to explain how to copy the files to a local iis instance, which I highly doubt is running on the users machine, and I do not consider this to be a viable explanation.
View 2 Replies
Nov 17, 2009
We have used Enliven before to create interactive 3d apps for the web. Enliven uses the Viewpoint Media Player to work. We would like to be able to get the same results using Flash.
Is there a 3rd Party software out there that allows you to create interactive 3d objects and animations in Flash?
Here's a sample of something our company created using Enliven. HHI 3d Viewer
View 3 Replies
Oct 20, 2011
I want to incorporate a commandlist into robotlegs, the way i've done it now is to have a commandlist actor funnel out all the commands when not busy, but when the commands are executed robotlegs loses its' reference to the 'contextView'. Meaning i'm doing somehting wrong.
View 3 Replies
Jul 9, 2009
I'm trying to incorporate shadowbox into my flash. I'm very confused with the shadowbox flash instruction from their website, but this is what I have so far.I imported flash.net and created a button as follows
ActionScript Code:
mybtn.addEventListener(MouseEvent.CLICK, mybtnClick);
function mybtnClick(e:MouseEvent):void
{
[code]....
I placed the downloaded shadowbox folder onto my server along with the example.swf, but when I click the button on the site, nothing happens!
View 0 Replies
Feb 1, 2010
I've a number of audio files and six menu items in my presentation.respond with instruction on how to stop the currently running audio when a new menu item is clicked (launching a new audio file)?
View 2 Replies