ActionScript 3.0 :: Put Buffer In Dynamic Sound(mp3 File)?
Jul 16, 2009
like row sound we put buffer, like thisbuffer = new SoundLoaderContext(65000);_loop_snd = new Sound(new URLRequest(_mp3), buffer);
how can i put buffer in dynamic sound..as per your code where i can put buffer in below code..
_dynamicSound = new Sound();
_dynamicSound.addEventListener(SampleDataEvent.SAMPLE_DATA, onSampleData);
the dynamicSound genrated from the row sound, means i modify the row sound.
View 2 Replies
Similar Posts:
Oct 14, 2009
It's possible to play a sound file through AS, either by loading it from a folder or import it to flash. It's also possible to play a dynamic tone with flash.media.Sound + writeFloat.
But... is it possible to play a sound file with flash.media.Sound + writeFloat in some way? I want to play a sound file without having to deal with any files except the .swf!
View 9 Replies
Oct 25, 2009
I have a buffer with MP3 data (If I would save this buffer and call it buffer.mp3 it would play, but in this situation I should not save it to file system). I have to play it, but I can not, what shall I do? I tried the next code to play that buffrer(ByteArrayStream) (I get MP3 data from server the method of getting data works fine (tested on text int's etc) I call the returned ByteArray readResponse because I have some seading method and It is it's response).
[Code]....
View 5 Replies
Jan 14, 2009
I'm having a sound object being loaded. And I want that for as long as it is buffering to have it written in a textfield "loading..." and when it starts playing to write in that textfield the name of the song. And i want this to happen everytime the buffer needs to load and everytime the song resumes play state.
View 1 Replies
Feb 10, 2010
is there a way to start a stream, let it buffer, but pause it on the fast frame? (or not start it at all) the manual pause call is way to slow.
View 4 Replies
Feb 15, 2010
I have a service running off a FMS and I was wondering how I would get a stream to keep downloading the rest of the file even while streaming. For example, like YouTube downloads the entire video while you're watching it, much like Progressive Download does but I want that from my streaming server.Or even better than that, if I could buffer at least 20 seconds ahead of the current stream position. If I use NetStream.setBufferTime(20) - the stream doesn't play until at least 20 seconds has been buffered, but I want it so that it will play even though it hasn't buffered completely, but will keep buffering while streaming.
View 1 Replies
Mar 9, 2011
I want to play an f4v file in flash, however when I play it I want it to already be loaded and buffered before I send the commands to play it.
my purpose is to have some events going on in the SWF movie then it immediately switches to playing a video but it has to be very synchronised. I dont want to play the video and have the person waiting ont he video to load.. I want to load the video in the background beforehand... then when it's time for the video sequence I send the commands to play it and everything is good to go.
View 3 Replies
Mar 16, 2009
I have to play a sound file and show the progress of the sound file being played. I am using import flash.media.Sound; import flash.media.SoundChannel; But the PROGRESS event gives theprogress of loading of file. I want to know of much of the song has been played and how much more is left.
View 3 Replies
Jul 10, 2009
Finding faults in my reasoning, or expanding the discussion further. We are benchmarking FMS 3.5.x for live dynamic streaming and we have run across an issue. When throttling the client from a high bandwidth (1500kbps) to a low bandwidth (325kbps) via a bandwidth shaper (a physical firewall) it takes a very long (real-) time for the client to see the new stream-quality.
During the investigation of this issue we have narrowed this down to:
1. when transition is requested from client, the client-side buffer is 1/2 i.e. 4-5seconds.
2. if transition is request on a client with unlimited bandwidth, it takes about 6 seconds for the server to process, find an acceptable switching position and send a "transition.complete" event.
3. on the throttled client however, this event takes much longer.
[Code]...
View 2 Replies
Nov 11, 2009
I'm having some trouble getting the following code to work - trying to use the new Sound.extract() function to get two seconds of a Sound into a ByteArray, and then create a new bytearray with a WAV header, and then output the file. The resulting 'test.wav' file sounds very wrong although slightly recognisable? I think I may have some of the WAV header settings may be wrong but I'm not quite sure what's the matter and after a long time scratching
[Code]...
View 5 Replies
Nov 21, 2010
I have a long mp3 file hosted on a standard apache server (30 minutes long so far, but I would like it to work with longer sounds too).I'd like to start playback of this audio within at a specified point. When attempting to use Flash Actionscript 3, my basic tests show that ALL the audio from the start to the position I choose is buffered before playback (Sound.bytesLoaded was my friend here). If I start one second in, it takes about 3 seconds to start playback, 30 seconds in, takes about 25 secondsObviously with a really long mp3, like skipping playback to the middle of a 3-hour audiobook, this isn't going to be practical.Here's the ActionScript 3.0 code I'm using:
button.addEventListener(MouseEvent.MOUSE_DOWN, function():void {
var s:Sound = new Sound();
var req:URLRequest = new URLRequest("http://example.com/audio.mp3");
[code].....
View 1 Replies
Sep 8, 2009
I would like to attach a sound to a .fla file that starts to play when the file is opened. I have created a button and would like to be able to use this button for a visitor to the site to mute the sound. So, I'm trying to accomplish two things, first attach a .wav file, then get the mute button to work.
View 1 Replies
Dec 15, 2009
I have a problem that I have not found a syntax error or logic error to explain. It appears to be an obscure problem related to playing a sound file and graphic positioning in the same file. My next step is to look for any known bugs. I have posted the file at. URL] When the page loads you will see a list of selections. Do not click any of the html Play buttons In the graphic arrow pointing to the right is the play button click it and a default file will start. Click the pause button (which will be green while the selection plays) Then click the play button again. The knob that moves while the song plays, will begin moving from the position it was at the time pause was clicked.
Click the stop button (arrow facing left with vertical line at tip) Choose a selection from the html list by clicking the Play button next to it. Then click the play button in the player display. The title of selection will appear in the title area. repeat the original steps (play, pause, play) This time the knob that moves while song plays, snaps back to the start and moves from start, rather than from the pausedposition.
[Code]...
View 7 Replies
Jan 21, 2011
I have AS3 project, made with FlashBuilder. I'm using MovieClips from an external .SWC-file. In a MovieClip from the .SWF-file, I want to use an audio-file. Is it possible to preload a sound-file (e.g. .MP3) in my FlashBuilder project, and access it in a MovieClip inside the .SWC?
View 1 Replies
Oct 1, 2011
This one goes out to those with audio engine troubles. I need seamless loops and both the Sound and sample data events are too clunky for my tastes for this purpose.
Last january I released the Thunder Snow transcoding library for more advanced networking and sound stream programming. [URL]...So here is how Im going to use it to do my sound engine loops in the current project.
First I need a class to consume the bytes and transcode to the netstream within the thunder snow framework. The class extends the BaseProvider as in so many other sound libraries.
[Code]...
View 0 Replies
May 20, 2009
I recently watched and went through Lee's ASTRO dynamic sound tut .. I thought I'd give it a go with CS4. It all makes sense, and I copied the code exactly, bar trying to compile it at run time, as since that tut, CS4 has been released, and FP10 is standard for evelopment. However it simply doesn't work .. I get this error:1046: Type was not found or was not a compile-time constant: SamplesCallbackEvent.
Code: Select allpublic function DynamicSound():void
{
sound = new Sound();
[code]......
View 1 Replies
Sep 7, 2011
How can I load sounds using a loop? As there are around 20 sound files named something like s1.mp3, s2.mp3......sn.mp3
We can load sounds and create dynamic sound object in AS2 something like this:
ActionScript Code:
for(n=1;n<=20;n++){
_root["s"+n]=new Sound();
_root["s"+n].loadSound("s"+n+".mp3");
}
Is there anyway in AS3 to create dynamic sound objects?
View 1 Replies
Sep 23, 2004
on animating a movieclip(s) based on a sound stream..
Basically - something like a spectrum analyzer or a visualization effect for a media player..
It doesn't have to be complex - as the basics are all i'm looking for so that I can expand upon that to fulfill my own agenda
Also - the sound is going to be dynamic, being that the user will specify a file to play, so this can't be done with simple frame animation (unless I were to create ~16,000 different swf files.. .. . . Yea)
View 1 Replies
Jul 30, 2009
I've found a hand full of examples on dynamic sound utilizing the SampleDataEvent... however, I'm looking for any tips / info on wrangling that beast.
I'm looking for anything beyond producing a simple pitch machine - more info than just creating a glorified pitch-changing audio oscilloscope.
View 3 Replies
Nov 15, 2003
I have this script in the first frame of the first scene of my movie
[Code]...
which works fine when I test the movie locally, but when I c it to the server I get nothing. I tried using a .wav and a .aiff and still get nothing. Does anyone out there know why this is? Is it a server issue...maybe something to do with mime types? I'm at a loss.
View 5 Replies
May 5, 2011
I am able to generate dynamic sounds using flash player 10.Is there any way to save the data to a .wav file on the server?
View 1 Replies
Oct 24, 2007
i add sound to Particular letters in dynamic text box in flash8.
i am having a input box in which i entering some text. If the text is "HI" and i am displaying it in the dynamic output box when a button is clicked. now i need the sound to be played when the mouse goes over the letter "i". i can change the letters. similarly i need for the letter "A" also.
View 1 Replies
Apr 16, 2011
I am triggering short sounds dynamically from the library for a game (Specifically Air for Android). When the user clicks a button the sound can take up to 600ms to actually play. I have set it for any silence before the actual sound by calling the sound like so:
[Code]...
All return the same results. I know there are threads here that talk about this but none have offered a real solution that I can find. Is there no way to cache the sound or store it in a buffer?
View 1 Replies
Nov 17, 2004
I have a movie player that works fine when i hard-code the url value in the video function, but when i try to pass that url/file path from an external file, the video doesn't load. I suspect that there is something i'm doing wrong with the quotes. What am i doing wrong?
[Code]...
View 5 Replies
Nov 19, 2009
I have employed two different methods to embed an flv movie in webpage, but both result in studdering because the movie catches up to the buffer. I can't figure out what is wrong... is the frame of 30fps rate too high? is my method of embedding the files and playback wrong? Or is it just a function of the viewer's internet speed?
Method 1:
Dreamweaver > Insert Flash Video
FLV size: 13,428kb
Play time: 2:31
[code].....
View 3 Replies
Oct 14, 2007
I'm trying to figure out how to REMOVE any buffer on video. So imagine it like this. You have a live stream set up on a server, and a flash app plays that live stream. I need it to use rtsp as well.does anyone know how this is done in flash? or a way in flash to view/show live feeds?
Similar to using VLC Player, and upening up a rtsp feed, it plays in the player. I need that exactly, or very close to using flash.
View 0 Replies
Oct 27, 2009
i've a very strange problem with a NetStream Buffer only in Internet Explorer (flash player version 10,0,32,18). When I connect to a netstream I use this:
var videoOpe:Video=new Video();
var stream="name live stream";
var nsOpe = new NetStream(nc); //nc is an active netConnection
nsOpe.bufferTime=1;
nsOpe.client=this;
[Code]...
View 1 Replies
Apr 8, 2010
I'm trying to make a preloader for the buffer for a 19MB video. I can trace everything, but the math won't do.
Preloading the video itself is no problem. But what I want is to make a xx% preloader for the buffer of this video.[code]...
View 4 Replies
Aug 28, 2010
I have a sound file that is attached to the Over state of a button.I open the Edit Envelope dialog box and change the In and Out points of the sound.On the Stage, with Enable Simple Buttons active, the sound works as planned, triggered on the Over state and playing the part that is indicated by the edited in and out points on the envelopeWhen I use the Test Movie command (or publish the file), the edited sound cuts off abruptly in the middle of the sound.
View 3 Replies
Jul 27, 2009
I would like to show a spinning circle at the start of the video letting people know it is loading until such times as say one third of the video has loaded....then i want to play the video. Once the video starts playing i would like the spinning circle to show again while the video buffers again if the user has a slow internet connection.
View 1 Replies