ActionScript 2.0 :: Flash Audio Out Of Synch In Browser

Oct 16, 2009

I have swfs for every letter of the alphabet containing a story and a song. And one swf as a loader for each letter as requested from a menu. These are then published into html.

Every file is working as normal individually and when loaded in the loader swf.
But when viewed in a browser the audio karaoke for the letter I is out of synch. and only the letter I. this happens locally and online.

The I.swf file individually and when opened in loader swf work fine. Its only happening when viewed with a browser (IE and Firefox)

all the audio are mp3 loaded from external files. But Ie also tried placing the audio in the swf timeline but the same problem occurred.

A co-worker thought it might be the file size or bit-rate of the mp3 but thats not the case because all the audio files are the same compression and bitrate The file size of the audio or the swf are not the largest in the collection either. So this rules out swf/mp3 file size and or mp3 settings.[FONT="] Im really stumped by this, because every other letter works fine, and as far as I can see they are all the same settings.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: FLV Video/audio Get Out Of Synch?

Sep 5, 2008

I have a video that consists of an imported FLV to thetimeline so I could put a new background behind the alpha-channeledbackground of the movie and put other thingsin front of it. When Iexport as SWF it plays just great. However, the download is akiller over DSL speed connection, so I thought I'd try making thefinished product into an FLV. To do that I have to export as QTmovie first, then from QT Pro export to FLV. It loads much quicker,however the movie's video and audio get out of synch by the firstminute (it's 4 1/2 minutes long), and by the end it looks terrible.

View 2 Replies

Professional :: MovieClips Actions Get Out Of Synch With Audio

Feb 4, 2012

My movie is five about minutes long with audio and an offscreen timeline move clip containing action script to control other movie clips or play the root directory. After about a minute or so, movie clips get out-of-synch with the audio, apparently its getting bogged down. My swf file doesn't seem that big, about 2.2MB and my move clips aren't that complex, although up to three levels deep.

View 3 Replies

Professional :: Won't Synch When Want The Sound To Synch Up With The End Of Motion Tween

Sep 6, 2011

I am working on a cartoon and the sound synchs up fine from regular frame to frame. But it won't synch when I want the sound to synch up with the end of a motion tween.URL...

View 1 Replies

CS4 Losing Audio Synch After "gotoAndPlay"?

Jun 25, 2009

I'm using narrator clips (imported mp3 files) that I place every so often, set to Stream (as opposed to Event).  This works fine, as usual.That is, UNTIL I use a "Next" or "Back" button I've implemented to go to the next section of the program.  I'm using a simple gotoAndPlay("Slide"+myCurrentSlide); where "Slide" is the first part of the frame label, and myCurrentSlide is a number that increments as the movie progresses.
 
When the user clicks the Next button, the flash movie successfully moves ahead to the proper frame on the timeline, but the audio is out of synch, (comes in half way through a sentence, even though the frame label is placed in between mp3 files on the timeline. 

View 1 Replies

Flash :: Disable Audio In Browser Control .Net

Jan 28, 2012

Is there a way to disable Flash Audio while i'm using My Winform application which has a WebBrowser Control (gecko(firefox) and WebBrowser control IE)? I would block only flash audio inside the webpage(where i navigate) not all the sound of my application.

View 1 Replies

Flash :: Dual Audio Output From Browser?

Apr 2, 2012

I'm assuming this is flatly impossible, but has anyone ever heard of or seen a way to implement dual-audio output from within a browser, a la DJ software (user's hardware allowing)? Anything in Flash? Google searches don't seem to be giving me any love on this...

View 2 Replies

Flash :: Capture Audio Stream In Browser Via Js/silverlight?

Mar 17, 2010

Im working on a project where we need to capture a 5 sec clip of whatever is being played through the users line-out (audio).

Is it possible to do this reliably through a browser (using flash/silvelight/js..) ?

View 1 Replies

Flash :: Capture Audio From Browser And Save It On A Server?

Oct 24, 2011

I'm currently working on a project - an online education system, and I need to make it possible for studs to introduce themselves in a 30 sec audioclip. I need to implement it with Adobe Flash. The problem is that I have no idea how the Flash + Red5 duo work together. There aren't that many helpful recourses online, at least for me since I'm a beginner at Flash. (I do mostly PHP stuff.)

1) When you connect to the server, how do you make it record audio from flash client? 2) After 30 secs, how do you stop recording and save file in a specific folder on a server?

View 4 Replies

Flash :: IPhone - Click On A Simple Button To Listen To An Audio File In The Browser?

Apr 9, 2011

The old way to allow audio to be played/streamed in the browser was a flash button, such as that seen on [URL]. What's the new iPhone-friendly way to give the ability to click on a simple button to listen to an audio file in the browser? If the answer is HTML5, is the such a button built and available? I don't need an MP3 player with steaming and such, only a button.

View 1 Replies

Flash :: Actionscript - Remove The Audio - Put The Audio Into A Byte Array And Then Re-add The Audio To The Flv Video?

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

Audio Can't Play When View Swf In Browser

May 4, 2009

When viewing the .swf file inside a web browser, the audio file does not work. The sound does not get played. However, when double clicking on the .swf file, it works fine with the sound.

View 40 Replies

Java :: How To Capture Audio From A Browser

Oct 22, 2010

My client needs to let a user record a message from the browser, then export the message as an audio file (e.g., WAV).How is this best accomplished? Flash, Java, HTML5? By best, I mean something that is straightforward to implement and also broadly supported.

View 3 Replies

Html :: Audio Streaming To A Browser Methods

Jan 3, 2010

I'm recording a mono audio stream using a PIC at 8-bit 8Khz and streaming it raw to another microprocessor that houses a web server.I'm currently buffering the data and turning it into a wav file that gets played in the browser.What I'd like to be able to do is continuously stream the audio as it's being recorded without putting a lot of encoding overhead on the second processor.I've been searching but most searches turn up just streaming from a stored file, but since the file size isn't known ahead of time I'm not sure how to do this without the overhead of mp3 encoding.

View 1 Replies

ActionScript 3.0 :: Pausing Swfs And Audio In A Browser When The Tab Is Out Of Focus?

May 19, 2011

I'm trying to code my flash file so that the html will pause all swfs AND audio when the tab is out of foucs.  I found this code on[URL].._and_VBScr ipt_Injection_in_ActionScript_3 and it works,but not completely. It only pauses the movie clips that are in the Flash file and not any that are exteranlly loaded with audio included.

[Code]...

View 2 Replies

Professional :: Pausing Swfs And Audio In A Browser When The Tab Is Out Of Focus?

May 19, 2011

I'm trying to code my flash file so that the html will pause all swfs AND audio when the tab is out of foucs.  I found this code on [URL] and it works,but not completely. It only pauses the movie clips that are in the Flash file and not any that are exteranlly loaded with audio included.
 
How can I adjust it to pause the externally loaded swfs that are loaded to a mc within my main movie clip and the audio OR what should I use in place of this code?  Someone mentioned on a different post that I needed to use a window.onblur funcition, but they didn't give details. 
 
import flash.display.MovieClip;import flash.utils.setTimeout; // This is a more "safe than sorry" setting, since multiple domains// have entry into my site. Can be removed or hardcoded if you feel// secure or insecure, as you see fit.flash.system.Security.allowDomain("*"); // Throw any errors around to make sure somebody actually gets

[code]....

View 1 Replies

Html :: Live Audio Streaming To A Browser Methods

Jul 19, 2010

I'm recording a mono audio stream using a PIC at 8-bit 8Khz and streaming it raw to another microprocessor that houses a web server. I'm currently buffering the data and turning it into a wav file that gets played in the browser. What I'd like to be able to do is continuously stream the audio as it's being recorded without putting a lot of encoding overhead on the second processor. I've been searching but most searches turn up just streaming from a stored file, but since the file size isn't known ahead of time I'm not sure how to do this without the overhead of mp3 encoding.

View 2 Replies

JQuery :: What Audio Formats Necessary For Cross Browser Support

May 24, 2011

I'm using jPlayer in a website, which is a cross-platform/cross-browser jQuery solution for audio and video playback on a website. On my website, I will have users upload files either in MP3 or OGG format. I wonder though... in order to truly stay 100% stable on any browser or platform, wouldn't I need to support a corresponding OGG for every MP3 uploaded (and vice-versa)? I know jPlayer uses HTML5 when it can and will fall back to Flash when necessary, but I didn't know if you need to have that file in both formats to have it play everywhere. If I need both file formats then I suppose I'd have to convert the file to the other format using a server-side conversion. If I need just one format... then wouldn't that be just dandy! So my question is, do I need to convert? Or not?

View 1 Replies

ActionScript 2.0 :: Cs4 - Motion Trail Out Of Synch

Sep 8, 2010

I have created a bouncing logo (similar to a screensaver). The MC loops and I have added some motion trail using dupe mc's, however when the main MC loops back to the start, the motion trail seems to go out of synch and fall behind in its positioning. I have attached the FLA to show you what I mean and you can see the AS that I have used.

View 2 Replies

ActionScript 2.0 :: Synch Up The Button And Combobox?

Jul 23, 2008

I want to I am building a stadium seating application. A person can choose a seat on a layout of the stadium and it loads a pic of the spot where they are seated or they can use a drop down menu (ComboBox). How do I synch up the button and combobox?

View 1 Replies

ActionScript 3.0 :: Synch Parent And Children?

Mar 2, 2009

I have 2 movieClips loading images using XML files.

I need to set the position on this movieclips from the parent depending on their width.

The problem is that the parent have to wait that both children have loaded the images before to proceed.

View 2 Replies

ActionScript 3.0 :: Pause Stage/swf With Audio When A New Tab Is Opened/ Out Of Focus In Browser

May 16, 2011

I have created a container in Flash Professional CS5 for my project's CBT.  I've been able to script many of the features we require using AS3, but there are a couple of things I'm still trying to work out. I would like the swf presently playing in one tab to pause and go silent when another swf is opened in a new tab (the sound is inside this externally loaded swf which is loaded inside a movie clip from buttons nested a movie clip down).  I've tried :

var originalFrameRate:uint = stage.frameRate;
var standbyFrameRate:uint = 0;
addEventListener(Event.ACTIVATE, onActivate);
addEventListener(Event.DEACTIVATE, onDeactivate);

[Code].....

This function is present when I publish the CBT with Captivate, so obviously there must be code available. You can set the Captivate button to open url in new window and pause movie. Is there something I can add to the html file that is similar to the "has Priority" for mobile devices or is there javascript that can be added to the flash itself?

View 1 Replies

ActionScript 3.0 :: Synch Separate Movie Timings?

Aug 13, 2010

I have a to movies on the timeline. And they are playing at different speeds depending on the processor available on the computer, so the get out of synch with each other, is there a way to lock the rate at which the movie symbols animate so that they never get out of synch? Wish I was able to be mare articulate, not exactly sure how to ask the question

View 3 Replies

Professional :: Sound Synch: Stream Vs Event

Apr 23, 2010

I'm working in Flash CS3. My animation is about a minute long, with a single audio track that plays from beginning to end. The sound quality is noticably better when I set the synching to Event, but unless I set it to Stream the sound falls behind the animation. Is there any way to maintain proper synchronization with the Event setting? Also: will the lag be consistent on different machines and players? I thought about adjusting the timing of the animation so that it matches the Event-set sound in playback, but that's such a clunky a solution it seems likely to cause other problems.

View 2 Replies

Professional :: Sound Will Not Synch Correctly On QuickTime Export

Apr 12, 2011

I have a 5 minute flash movie that has great sound synchronization with the motion when I export as a SWF. However, when I export as a Quicktime file (.mov), sometimes the sound is ahead of the image. Is there a setting I can tweak during Export to remedy this? (so far I have tried to save the Video as "H.264" as well as "Animation". And for sound I have had no luck with the setting of "None" or "Apple Lossless."

View 2 Replies

Flash :: Audio Player That Can Play Binary Audio Streams?

Apr 13, 2011

My server is streaming binary audio data (mostly mp3 files) to a client (a browser). This client stores the audio data in memory.

What I'm looking for is a flash audio player that I can input the binary audio data so that it can play the audio file.

Preferably, the flash client is merely a bridge to Javascript so that I can handle everything in Javascript and simply use Flash's audio features, but this is not a requirement.

View 1 Replies

Flash :: Start And Stop Audio From The Middle Of Audio Track?

Apr 25, 2011

I have a single audio file, I'd like to avoid cutting it up.

I know I can use the sound class, mySound.play(150), to start at 150ms but haven't come across a way to stop the audio say after 500ms or at 650ms.

View 2 Replies

Html :: Flash Audio Player For M4a (AAC) Audio File Embedded?

May 15, 2007

I'm looking for a (free) flash player that I can embed in my site and use to play a .m4a (.mp4 with AAC audio) file that will be obtained using a URL (i.e. it's not local to the server hosting the web page).I've tried searching on google for one, but either I'm searching wrong or no one has made such a thing. Ideally this would be very simple (small user interface with play button and maybe a progress bar) and it would be easy to have multiple instances of on an html page (can create the player with an <object> tag).

View 7 Replies

Flex :: Audio - Recording From Microphone From Within The Browser Using Flex Or Processing?

Jul 24, 2009

A groups of friends are working on a little game that would listen to the microphone as part of the interaction. We've tinkered with processing and flex. What we'd like to know is if anyone has succeeded in:

recording from the microphone using a web app

performing an FFT on this microphone data

In the case of flex, according to the docs "Because sound data from a microphone...do not pass through the global SoundMixer object, the SoundMixer.computeSpectrum() method will not return data from those sources."[1]

View 2 Replies

Flex :: Make A Flash Browser App That Could Receive Data From Browser Plugin Or Other Windows App?

Dec 18, 2009

in other words, suppose I want to send data, like text, programmatically from a Windows app (such as a browser plugin) to a Flash app running in the browser. Well, conceptually, an example of this might be a Flash instant messenger with a textbox and button "Send"; so let's say I want to be able to programmatically paste the text and press Send or otherwise activate it. That's NOT what I am trying to do here in reality (i.e., no,I am not trying to spam other people's chat rooms or anything)but just an illustration of a similar situation.I can include in it whatever widget or hack that may be necessary.The reason why this problem is arising for me is that AFAIK the SDK that is providing me the data I want cannot be directly accessed from Flash, so I need a way to pipe the data from a regular app into Flash. can I have the Flash app interact with other apps through localhost IP? Or are there draconian restrictions on which server Flash in browser can and cannot interact?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved