ActionScript 2.0 :: Flash Sound Object Restart After Few Seconds?
Aug 23, 2010
i'm using loadSound() to play a mp3 file, but after couple of seconds of playing, it restart to from start and then play normally... when a file already play at least once, everything going as normal.
song1= new Sound();
song1.onSoundComplete = function(){
song1.start(0,1);
};
song1.loadSound("mp3/"+curMP3,true);
you can hear it online here: domusventures.com/furnitures
View 1 Replies
Similar Posts:
Jun 10, 2007
I'm trying to figure out how I can make the sound file that I load into Flash start at x seconds and end at x+30 seconds.So basically, I just want a 30 second sample to play starting at a specific time position. Does anyone have any advice on how to do this or have links to somewhere I can read up on it?
View 4 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
Jan 24, 2003
Ive attached sound in to mySound variable. How to get how many seconds the sound in mySound have played?
View 1 Replies
Jan 31, 2012
Is there any AS3 library or code-snippet that can create altered versions of a Sound object on-the-fly (at runtime)? Either based on:
An existing Sound object; A ByteArray object;
For example, say you have a "dry" sound of a gun-shot. You could:
[Code]...
View 1 Replies
Jun 29, 2010
I would like to store a FileReference object somehow and load it when the SWF loads again. I tried to use the SharedObject class but it does not seem to work. I suspect that what I want to do is not doable due to security issues (not using Adobe AIR), but I wanted to check. Any way to store a FileReference object please and load it when the SWF is restarted?
View 1 Replies
Nov 15, 2010
Is it possible to take two Sound objects and combine them into one Sound object so that one Sound plays, and then the second plays right after it? I can just play the first Sound and then the next right after it, but it would be much cleaner to combine them before playing the audio.
View 1 Replies
Apr 14, 2011
I am almost done my short AS3 "Flight of the Conchords" game I just want to attempt to do one last thing...to successfully restart the game without getting a bunch of null object errors. The way it restarts now is that if you die or win the game then a screen pops up and a button takes you to the previous scene (menu), the problem is that once it goes to the previous scene all these null object errors occur.
P.S. This is my second time working with AS3, and I was able to do this following a YouTube tutorial by Borris123psn.
View 1 Replies
Oct 13, 2003
I'm working on a small validation script, to check elements of a data object for duplicates... it goes a little something like this (hit it!):
[Code]....
and continued my loop, it would work, but instead, it would catch the first duplicate, but miss the rest after that. Basically what I'd like to do is simple: If this record[i] is equal to record[i+1], skip record[i+1] and go through it again... I just can't seem to figure it out
View 1 Replies
Jul 2, 2010
I want to know how to play a mp3 sound every 2 seconds.
View 1 Replies
Jan 11, 2011
Can some only indicate a small piece of FLEX/AS code which plays mp3 and with play button only,the objective is to play a sample sound for around 5 to 10 seconds.And the compiled swf should have the mp3 embeded in it
View 1 Replies
Mar 28, 2011
I have the follwoing code but I Cant figure out how to make the sound play after 3 seconds.
Code: Select allvar fl_SC:SoundChannel;
function startAnimation():void {
var s:Sound = new mySound();
[code]...
I get the following error when I compile the file with the comments part taken out.Scene 1, Layer 'Layer 1', Frame 1, Line 61061: Call to a possibly undefined method start through a reference with static type Class.
View 2 Replies
Jan 30, 2012
I'm trying to build a play back progress bar for an audio recorded from the users microphone. It works okay but when I play back I can't figure out how long the audio is so I can calculate percent played for animating a progress bar. Most of these snippets can be found in LiveDocs and online examples from bytearray.org. Audio is stored in the bytearray and the sound is played back in a sound channel.
[Code]...
View 2 Replies
Jun 10, 2010
When i use time varaible and then minus the time. Ive noticed that flash does not count down in seconds, but the speed of light. My maths are not very strong so how can i get flash to count in seconds
var time =60;
sprite.onEnterframe = function(){
time -=1; ( this counts faster than seconds)
}
View 5 Replies
May 20, 2011
I am using the following to extract the byte info from a sound object - however if I go back to the same sound object and run this again, The byteArray has no bytes available.
var data:ByteArray = new ByteArray;
sound.extract(data,sound.length*44.1);
data.position = 0;
return data;
Is this the correct behavior? Is there not a way to do this multiple times on the same sound object?
View 3 Replies
Mar 15, 2008
I have been at this for about 19 hours straight! I am going to go to bed immediately after this post, but for crying out loud, I have NEVER had this problem before today! Before anyone reads ahead and says 'you have to attach your sound object to a completely separate mc to be able to control it independently from all other sound/root volumes.' see if the following code accomplishes just that:
[Code]...
View 2 Replies
Jun 14, 2004
I have a streaming sound that is loaded into my flash movie (will end up on CD) that is very distorted, it sounds like someone is slowing down the audio, the voice sounds deep and slow
View 1 Replies
Nov 20, 2010
I have a image of a car that I want to move with this code: _root.car._x+= 15; But I want it to happen after 5 seconds.
View 3 Replies
Nov 20, 2010
I have a image of a car that I want to move with this code:
_root.car._x+= 15;
But I want it to happen after 5 seconds.
View 9 Replies
Mar 31, 2011
I want to build a swf in which I will pass two mp3 files using two sound object and what I want is combine these two and output a new mp3.
View 4 Replies
Aug 26, 2008
I have a flash file with the script and animation all on frame 1 of the timeline. After the script finishes I have a button appear that says "try again". I just can't figure out how to get the flash to restart or replay as if it were being played for the first time since everything is on 1 frame (which I'd liek to keep it that way if it is possible). Is there an event that will do this?
View 3 Replies
Jan 16, 2010
I have a speaker and I need this speaker moves with a sound. I need to simulate the real world speaker vibration generated by the low and mid frequencies.
Does not have to be soo realistic what I whant to know is how I can play a sound and get son mumerical value usefull for apply numerical size transformation to the speaker.
View 1 Replies
Nov 11, 2010
Is it possible to play multiple sound files using a single sound object? (I've looked into this back when I was using Flash CS3, but I want to know if anything has changed.)
(I'm trying to make a playlist which will play music in the background of my SWF movie and then have a frame where users can change the song and the volume.)
View 2 Replies
Jan 12, 2011
how to disable sound from an embedded flash object with html?
View 1 Replies
May 3, 2011
I'm planning to program a small piano in flash that have an x number of notes to play through a SoundChannel.
What I have not found is a way to record what is playing through SoundChannel and send it as byteArray to a server side script that will save it as WAV (or mp3).
I know Flash Player 10.1 allows you to record sound, but everything I have found is about recording sound using the microphone class. It seems the way to go is to send the sound data to the microphone. That doesn't seem very right or possible though..
View 2 Replies
Jun 17, 2011
I'm trying to make a player with EQ, get the data in the Sound object, but for some reason with the desired point to play it I can not play it right from the start of the track.
_out_snd.addEventListener(SampleDataEvent.SAMPLE_DATA, processSound);
_channel = _out_snd.play(pos);
function processSound(event:SampleDataEvent):void {
_samples = new ByteArray();
var len:Number = buf[trackDesc].sound.extract(_samples, BUFFER_SIZE);
[Code] .....
View 1 Replies
Dec 6, 2007
I'm trying to develop something for Flash 5 Player and nothing seems to work. Currently I'm having trouble with the following bit of AS which works fine if I export for Flash 6. But in Flash 5...no sound. Is there a specific way an mp3 needs to be encoded for Flash 5 or does it not even accept mp3s?
Code:
// sound object
_soundbuftime=10;
[code].....
View 4 Replies
Jul 7, 2011
I have tried to Google this but all results are for resetting variables, fields and other code-related things. I am trying to find an answer via the animation part of Flash for this question: How can I restart my animation? (well, the file anyway.) I mean, pretty much like closing+opening the file again, you know.
Secondly, since I am new to ActionScript why isn't this code working?
var has_pressed:Boolean;
has_pressed = false;
Button1.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
function fl_MouseClickHandler(event:MouseEvent):void {
has_pressed = true;
} if(has_pressed == false) {
stop();
}
The stop(); part of it works fine! But even when I click on Button1, it still stops the animation , or at least it isn't working. That code is supposed to basically stop the animation until the button is pressed. I guess there might be another way to do it, but it practically is a 'play' button.
View 3 Replies
Jan 8, 2012
I'm trying to restart my flash piece with a restart button.I use gotoAndPlay(0), but nothing happens.I'm sure the click event handler is being called because I used a trace statement to verify.
rs.addEventListener(MouseEvent.CLICK, restart);
function restart(event:MouseEvent):void {
gotoAndPlay(0);
}
View 2 Replies
Aug 4, 2009
I am converting from .FLV's to .F4V. Video outputs fine but the audio sound stops after a few seconds from the beginning.I have tried many different settings for the audio with no luck. Also, tried on a colleague's machine who is running CS3, which works fine, so something is buggy in CS4...
View 1 Replies