Flash 9 :: Sound Sometimes Doesn't Compress To Mp3 Properly
Aug 7, 2008
The keyword is "sometimes".
I recompiled a Flash 8 project in Flash CS3 recently and noticed that some of the sound effects sounded like a painful chippy mess. It sounded like the mp3 bitrate was at the lowest Flash outputs (16kbps). I compiled again, and all the problems went away. Then I compiled again and different sounds went chippy!
Fine, whatever. Maybe it's a glitch between project versions.
This week I built a project from the ground up in Flash CS3 with AS 3.0 . The chippy compression is still there and happens most of the time. Both my global and local compression settings for sound clips are mp3, 160kbps, Stereo.
View 8 Replies
Similar Posts:
Aug 31, 2009
I recompiled a Flash 8 project in Flash CS3 recently and noticed that some of the sound effects sounded like a painful chippy mess. It sounded like the mp3 bitrate was at the lowest Flash outputs (16kbps). I compiled again, and all the problems went away. Then I compiled again and different sounds went chippy!Fine, whatever. Maybe it's a glitch between project versions.
This week I built a project from the ground up in Flash CS3 with AS 3.0 . The chippy compression is still there and happens most of the time. Both my global and local compression settings for sound clips are mp3, 160kbps, Stereo.
Flash 9.0
Mac OS X 10.5.4
View 2 Replies
Dec 12, 2009
im having a problem with sound in the animation. I noticed that sound doesnt sync properly in 24 fps.The sound actually does sync properly when the sound is an event, but when the sound is set to stream, it actually doesnt play properly, and i need my animation to have streaming sound especially for the internet. So for example, if i added a sound effect to start on frame 30, when i play the animation in swf, the sound effect actually starts playing at the wrong frame, in this case, the sound plays before frame 30. So in this case, the sound plays too early, and therefore the sound effect doesnt match with the animation itself. I wanted my animation to be at 24 fps, so i assume theres something that i have to do to get sound to sync properly with the animation at 24 fps.
View 2 Replies
Apr 21, 2011
I am using a flash template that includes a menu bar. However, after I changed the names of the tabs in the menu bar, none of the words show up. Everything else loads correctly (sound, logo, images), but no words on the menu bar. I see them on the actual project, but not when I debug the movie. Where did my words go?
View 6 Replies
Jan 4, 2008
I've been having a problem with my percentage preloaders today... The script comes directly from this tutorial... and I've used the same script in at least 3 other Flash movies, but this time the Flash movie doesn't run properly, and i get this error:
Originally Posted by Adobe Flash Player 9 A script in this movie is causing Adobe Flash Player 9 to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?" I don't get any compiler error reports.. and the movie runs fine when I test it in Flash, but I get the pop-up error when I try to open the HTML web page with the movie embedded. The Actionscript in frame 1 is:
[Code]...
View 1 Replies
Aug 8, 2009
I used the tutorial found here. The 3 frames of my button are in a movie clip, within a keyframe in the main timeline. I used the code at the end in the tutorial for the first keyframe, so that the clip begins with music playing. However; I cannot get the buttons to work. I cannot stop the sound.
View 1 Replies
Mar 18, 2011
I'm using the method described in the link to implement a crossbrowser tracking with flash.Everything is working fine when all pieces are together in the same server, but for deploy, i really need to add the swf from our central server, to another different one. Just to simplify this is my html in :
<html>
<head>
<script src="http://dom1/control_cookie.js" type="application/javascript"></script>
[code]......
View 1 Replies
Jul 27, 2011
I have created a flash as2 Expand/Collapse panel, but it doesn't work properly. I have attached the FLA file, c
View 0 Replies
Feb 26, 2012
I'm working on an interactive flash software which consist of playing audio and showing slideshows, for each slideshow there is a corresponding sound clip.
To organize the sound so I can easily pause and play it, I make the sound as movie clips and put them on one layer. When there is a slide change, I put a keyframe that consist of the corresponding sound movie clip for the slide, and delete the previous sound movie clip from the stage.
However, when I do gotoAndPlay() to the beginning of slide 2 from slide 3, the sound for slide 1 started playing too. I'm confused since I have deleted the first sound movie clip just before the beginning of the slide 2.
View 1 Replies
Jan 21, 2010
How to import sound with AS? Cuz i have tried it and my sound just wount play. Can you explain me where my sound should be and what is the as code for importing cuz i use
mysound = new Sound();
mysound.attachSound("SoundOn");
mysound.start();
and this SoundON from where i get it, i try to add linkage to the sound file but in CS4 i cant find the option;. I do it from the library, adding text into the linkage field but still my sound doesn't want to play?
View 15 Replies
Mar 10, 2009
I�m in the process of creating a flash intro to my website. The problem is, whenever I preview one of my Mask layers by pressing Ctrl+Enter, the mask effect doesn�t work � it merely shows the masking object.
The puzzling thing for me, which leads me to suggest that the mask should work is that in the normal timeline view, when I lock both the mask and masked layers and press Enter or slide through the frames � the effect works perfectly. On Ctrl+Enter all of my other Masks work fine as well - the one in question has text as the mask content.
It only stops working when I view it as an .swf file or play the movie with Ctrl+Enter. Does anyone know why this is happening, how I can get around it, or whether it will be a problem when published?
View 1 Replies
Feb 24, 2011
I'm using this code to embed an image into my flash file:[Embed(source="images/grass01.png")]As you all know, if you embed an image, it comes in without any compression at all.Is there any way to compress this image without having to do it manually? (I have hundreds of images that will be embedded).I came across this link URL...but I assume this is a flex only thing, as I get an error if I try putting the compression variable in my embed tag.
View 1 Replies
Jun 23, 2010
I have to load a large xml in flash and I'm trying to send it compressed. To do that I tried to zlib compress the string and send it base64 encoded. In flash I turn the string into a byte array and use its uncompress() method. So far I tried:ZLIB.NET
byte[] bytData = System.Text.Encoding.UTF8.GetBytes(str);
MemoryStream ms = new MemoryStream();
Stream s = new zlib.ZOutputStream(ms, 3);
[code]....
View 2 Replies
Dec 16, 2009
I have sound playing in my flash file. My index file is a html file which calls the flash file, and when i run the html file, the sound doesn't play. Does anyone know how I can rectify this?
View 5 Replies
Dec 5, 2010
The code seems OK but I can't hear the sound. I have it in the fla/swf and exported etc... I suppose something in this code is wrong. Haven't coded for ages - bit rusty I'm afraid.
[Code].....
View 3 Replies
Mar 14, 2009
I'm relatively new to Flash, and I�m in the process of creating a flash intro to my website. The problem is, whenever I preview one of my Mask layers by pressing Ctrl+Enter, the mask effect doesn�t work � it merely shows the masking object. The puzzling thing for me, which leads me to suggest that the mask should work is that in the normal timeline view, when I lock both the mask and masked layers and press Enter or slide through the frames � the effect works perfectly. On Ctrl+Enter all of my other Masks work fine as well - the one in question has text as the mask content.
It only stops working when I view it as an .swf file or play the movie with Ctrl+Enter. Does anyone know why this is happening, how I can get around it, or whether it will be a problem when published?
View 1 Replies
Dec 6, 2011
I have some problems about installing FMS 4 on a CentOS 6 x64. After installing, FMS doens't start properly. I don't see the videos on the web interface. In the log file master.00.log, i can see these errors messages
2011-12-0608:38:461675(i)2581226Edge (1748) is no longer active.- 2011-12-0608:38:461675(w)2581255Edge (1748) _defaultRoot__edge1 experienced 1 failure[s]!- 2011-12-0608:38:461675(i)2581224Edge (1798) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".
[Code]...
View 8 Replies
Oct 22, 2010
I made a few functions that should fade between tracks very simply. I start with track1, then call my initial function to fade to track2 -- works just fine. Then later when I want to call it to fade back to track1 it will fade track1 in but keep track2 playing (when the first time it properly fades the already playing track out) --Here is the code (all variables are defined earlier):
ActionScript Code:
/* trans is my SoundTransform
channel is my SoundChannel
newSong is a holding var*/
[code]....
View 1 Replies
Apr 10, 2005
I found a script which loads text from a TXT file. Nou the code workd fine on a button, but assoon i putt that code on a MC it doesn't load the variables properly. That meas; i don't any script errors, but the text doesn't appera in the dynamic texterea.[code]
View 4 Replies
Nov 18, 2010
I`ll be dealing with this few hours now, so I manage to optimize compiled swf file for only 5kb, and I need to achieve 15.
So, what are the options to prevent unnecessary file size?
View 4 Replies
May 26, 2010
Take a look at [URL] I have made a preloader for a site but the tween dosnt seem to be working properly. Stop the page from loading as soon as you see the preloader. You'll notice that the preloader circle appears to shimmer, i have no idea why. its basically a photoshop psd file that i have dropped to the stage as a graphic and then done a motion tween to make it rotate across 24 frames. I have set the html page to show the flash at 'best' quality and tried it on a black background to see if it was an optical effect, but its always the same.
View 1 Replies
Sep 30, 2009
I have a preloader which loads an external swf. When I test locally, everything works fine, but when I test remotely: Preloader runs.External swf doesn't load into preloader. I am using the contentPath to load my external swf, and the only as2 I am using is: on (complete) { this._parent.loaderPB._visible = false; this._parent.mcbgdloader.visible = false;} to hide the progress bar and graphic used in the preloader.
I hope I provided enough info. The preloader is a regular fla and the external uses screens.
View 1 Replies
Jan 31, 2009
I recently created a visual quiz app which asks a question and then gives 4 image answers.
The problem that I'm having is that the images don't shrink the image into their quadrants, but rather, zooms in on the top left corner of the image.
Can anyone tell me what I have to change in the following code to make the images display at a set width (so that they fit in the quadrants proportionally).
Here is what the SWF looks like now. As you can see the images become distorted because they are being stretched. What should happen is that the images be displayed at a fixed width and variable height. [URL]
Code:
var dataXML:XML = new XML();
var arrSounds:Array = new Array();
var arrData:Array = new Array();
var rndData:Array = new Array();
[Code]....
View 3 Replies
Dec 19, 2010
I have been trying to get my file to work for a day and a half now. Any help with the error or why the loading screen doesn't work properly [URL]
View 9 Replies
Jan 5, 2011
I have a file with multiple buttons. The task at hand seems simple. Use eventListeners to go back and forth between frames. Here is the code I am using.
[Code].....
I've tried creating this project using movie clips instead of buttons, and it seems without a hit area the mouse_rollover doesn't work properly, it just flickers. All I'm trying to do is roll over the number have the background be a dark transparency and bring up the text box for 18 different numbers... Seems simple right? I've attached the current broken file for you to explore.
View 2 Replies
Sep 6, 2010
I 'm building a slide show w/ as2, most of the function are fine. However, the pause button doesn't work properly. It can pause the slide show, but not able to play the slide show again. (fyi - the previous btn & next btn work fine !) [code]
View 1 Replies
Oct 26, 2004
check this out: [URL] this swf does use this code:
Code:
optredens = new LoadVars();
optredens.load("optredens.txt");
optredens.onLoad = function(){
_root.aankomend = this.aankomend;
_root.geweest = this.geweest;
}
as you see in the swf you first have to switch with "aankomende optredens" en "gespeelde optredens" before you can read the aankomende optredens text... why? i just want it to load immediately, so you can read it... without having to read "undefined"
View 4 Replies
Oct 31, 2007
I have a slide show that displays 6 images and is suppose to do a fade in / fade out (not an overlap fade) between each image. The peculiar behavior is that when the movie is testedlocally by using "Test Movie", the fades occur properly. However when the swf is viewed from the website, during the first cycle of the slideshow, the next image does NOT fade in. After the first cycle, the fade in occurs properly.
Code:
import mx.transitions.Tween;
var nInterval:Number;
[code].....
View 5 Replies
May 14, 2008
i have used the setinterval in a module. i clear the inetrval each time i make it using a function in other class. on long time run the clear interval stops functioning.
View 1 Replies
Feb 1, 2009
I recently created a visual quiz app which asks a question and then gives 4 image answers.The problem that I'm having is that the images don't shrink the image into their quadrants, but rather, zooms in on the top left corner of the image.Can anyone tell me what I have to change in the following code to make the images display at a set width (so that they fit in the quadrants proportionally).Here is what the SWF looks like now. As you can see the images become distorted because they are being stretched. What should happen is that the images be displayed at a fixed width and variable height.
Code:
var dataXML:XML = new XML();
var arrSounds:Array = new Array();
[code].....
View 1 Replies