Professional :: Where To Get High Quality Sounds/ Ambiance To Use In Flash

Apr 29, 2011

Where are some good places to get high quality click, ambience, swoosh sounds to use in flash sites/projects etc? So I can use them on rollovers, interface loading etc.

View 3 Replies


Similar Posts:


Professional :: Video Quality As Low/high/HD?

Apr 11, 2011

How to provide a video quality as Low, Medium, High and HD in flash actionscript

View 3 Replies

Professional :: Camtasia Studio Movie Parameters: Quality = "best" Instead Of Quality = "high"?

Sep 30, 2011

When publishing a project from Camtasia Studio 7, the params list includes a setting for quality. But instead of the usual "high" value, it sets it to "best". I Google'd and searched these forums but had no luck finding any definitive explanation if these two settings are equivalent. Can anybody enlighten? This topic also spurred another question, does the quality default to the highest value if the parameter value is invalid?

View 2 Replies

How To Export Flash For DVD In High Quality

May 20, 2009

I have a flash presentation thats for a supermarket TV screen. Its big in file size 9.6MB. When I go file/export/export movie to quicktime and use the animation settings the file plays but leaves trail lines behind, skips frames and looks crap.

The quicktime settings I've used are either:
Animation
Quality Best
Millions of colours
All Key frames
24fps
or
DV - PAL
Frame rate 24fps
Quality Best
I need it to look high quality but I am not sure what settings to use.

View 1 Replies

Get A High Quality Video Into A Flash Document?

Mar 20, 2009

I'm trying to get a high quality video into a flash document. I would like it to stream the flv from the website it will be posted on.

The source file is a 640x480 quicktime file (H264 compression)however viewing it at 640x480, I notice that there is pixelation instead of a clean and crisp image, I look at the source, it's clean and crisp. how can I import a nice high quality video into flash without that nasty pixelation?

View 1 Replies

Flash :: Convert Flv To Avi Using Ffmpeg High Quality?

Jun 12, 2011

Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can I get the video output to be on par quality with the source? I thought ffmpeg -i name.flv -s 320x... name.avi would do it, but no good.

View 2 Replies

Make A Flash Full Browser Background With High Quality?

May 19, 2009

How do you make a flash full browser background with high quality like here: [URL](choose your language at first. After that opens up a screen with a full browser bitmap man on the left size.)I have been trying to make such scalable high quality background image but the results have been poor.

View 8 Replies

Actionscript 3 :: Flash CS 5.5 - Icon Image Are Smoothed With HIGH Quality On Swf

Nov 13, 2011

This is very strange.i would like to show in my swf movie all the icons (jpg/png) I've imported as they are. I've set the JPG quality 100%, I've tried the PNG settings without quality lost, I've unchecked the "Allow smooth" setting.

But as soon as the movie have quality=high all the icons are smoothed/breaked and do not looks like the original ones [URL]..Instead, setting quality=low let show the icons as they are![URL]..Of course, I need the movie to be quality=high, since there will be some other stuff on it!

View 1 Replies

ActionScript 3.0 :: Flash Playing High Quality Audio Through Flash?

Apr 16, 2012

I'm building a project and I need the audio to be of the highest quality when played back. I am using .wav files and I'm not too sure how to make them work.

I've tried the: play_btn.addEventListener(MouseEvent.CLICK, playSound);
function playSound(event:MouseEvent):void{
SoundMixer.stopAll();
var s1:Sound = new Sound(new URLRequest("Sound.wav"));
s1.play()

But I guess it doesn't work because it's not mp3. I also tried embedding it into the hit and down parts of my button but the playback is weird, it plays slower and broken up. I'd like there to be some sort of function buttons such as play, pause, stop and some kind of time slider like for video playback if that's possible too?

View 2 Replies

ActionScript 3.0 :: Exporting High Quality PNG / JPG Files

Jun 23, 2011

I have successfully exported images a number of times. However, my question has to do with exporting high quality images. It is my understanding that if you have some sort of draw-space (your user is drawing to with a pen tool or whatever) that is a sprite or movieclip you can then export that area to bitmap data then use a jpegencode class to encode it. My issue is that if the draw-space is 400x400 then the PNG/JPG output is going to be 400x400 and pixelate terribly if you try to make it larger. My project requires that the image be output at something like 3 megapixels or better quality. So I guess my question really is, how do you offer a user a small workspace (like 400x400) to draw and doodle in, then export that drawing into a large high quality image that can be used in printing (3-16 megapixels would be awesome)?

View 5 Replies

ActionScript 3.0 :: Export High Quality Image From Swf?

Oct 9, 2011

I'm doing some experiments with displacementMap class. i generate some distorted images and i want to export them high quality png, pdf or etc..

but when i try to use print option in flashPlayer, to save swf as a pdf it generates pdf but withOut effect i mentioned above.

View 6 Replies

ActionScript 2.0 :: Setting MovieClips Quality - Low And High

Apr 21, 2003

Is there anyway to make a certain MC in a movie with low quality while the rest are all high quality? Like, I got this movie right, but I used a pixel font for the body text, and no matter what I try the text is ALWAYS antialiased.. I need to be Aliased and the only way to do that is to make the movie low quality.. but that messes up everything else...Is there a setting to keep the text low quality? I am using (fonts for flash).

View 13 Replies

IDE :: Importing High Quality Transparent Images?

Feb 3, 2010

I am trying to import this transparent text with drop shadow but everytime I try to save it as a .gif or .png the quality is horrible. I've played around with the settings.

View 3 Replies

ActionScript 3.0 :: Image Saver With High Quality

Apr 21, 2010

is it possible to save an image to server with better quality? i need to print the work users do on my website

View 2 Replies

ActionScript 2.0 :: Button - Set The Quality For Low - Medium High

Mar 24, 2005

can someone write a script for a button that sets the quality for Low, medium high. (as in scripts for 3 buttons. each buttons sets a different quality) the experiences that i have made with people in these forums have only been good ones.

View 3 Replies

ActionScript 2.0 :: Scaleable High Quality Images Without Pixelation?

Mar 17, 2006

Just stumbled across this site: [URL] Does anyone know how they got that really crisp backround image to scale in Flash without pixelation? Been tring to get that down for ages.....

View 14 Replies

ActionScript 3.0 :: Rotation Of A Not Vector Image (png) With A High Quality?

Jul 14, 2011

source code that just rotates png image?in real time (so it has to be fast)also i need the quality of the image highest(not clear and separate pixels of many 2d Flash games)i hope u understand what i mean by high qualitymost Flash games for speed performance reasons can change the quality of image by changing amount of points to calculate a color of a single screen pixeli use FlashDevelop so it wont satisfy me to complete what i'm asking for with Macromedia tools

View 11 Replies

Media Server :: Record High Quality Stream From Webcam To FMS 3.5?

Apr 28, 2011

goal is to record a stream from a webcam with the best possible quality regardless the bandwith of the user.(it doesn't have to be live or broadcast, just stored on the server)

is it best to record from server side with asc script or directly from the flash player ?what are the parameters on the server that i can play with in order to cache locally the stream if the bandwith is not high enough ?

View 5 Replies

ActionScript 2.0 :: Use The Toggle High Quality - Set Some Objects To Be Toggled And To Leave Others Alone

Dec 6, 2004

is ther a way to use the toggleHighQuality(); and just set some objects to be toggled and to leave others alone. When i toggle the quality of my movie, all my vector objects get messed up, and i only want to drop the quality of my pictures

View 1 Replies

ActionScript 1/2 :: Get High Quality Sound In Stream Mode In Timeline Not In Event Mod?

May 6, 2010

How to get a high quality sound in Stream Mode in the Timeline not in Event Mod? In Stream Mod the sound played in the timeline is HQ but after .swf export it gets in really bad quality

View 5 Replies

Media Server :: Recording High Quality Video Using A Local Buffer With FMS 3.5

Jun 16, 2010

I'm currently working on a webcam recorder to record high quality video. I had the recorder working before, but the video quality was quite poor. Instead I'm trying to use a client side buffer and then upload the buffer after recording has stopped. I thought after I unattached the video and audio from the NetStream that either a NetStream.Buffer.Empty or NetStream.Record.Stop event would be sent when the buffer was finished uploading.

What is actually happening after I start recording is two NetStream.Record.Stop events are being sent in a row, so recording never really happens. Also, on the server side I'm trying to save a user name and password into a variable, but I'm not sure how to go about doing that since the application script is just a bunch of callback functions.

View 6 Replies

Actionscript 3 :: Flex Library For High Quality Rendering Some Mainstream Text Markup Language?

Aug 8, 2011

I wish to allow content input in some Flex app I'm developing, using a markup language - Wiki markup / bbcode / similar.I'm looking for some library to render in high quality such markup.

View 1 Replies

ActionScript 2.0 :: Make A High Score Table For A Flash Game Where EVERYONE See's The Same High Scores?

Oct 11, 2003

how can i make a high score table for a flash game where EVERYONE see's the same high scores?

eg.

Bill gets 1000 in USA
Ben gets 1002 in UK

they can see each others scores on a high score table.

View 7 Replies

Professional :: Jvm.ini - Too Low - Can't Run App - Too High - Flash Won't Open

Sep 28, 2011

So I recently switchs to a new computer. Installed flash and got everything up and running. On the old computer, I was forced to set the jvm.ini to use -Xmx512M in order to run the application (it's kinda big) But now, if I set it 512, flash will not open... I get the Java enviroment error.

Now, I lower the xmx value more and more and more until flash FINALLY opens without an error... I load up my application and when I try to run it, I get the java memory heap error and it tells me to adjust the jvm.ini file. Anyone know how I can get flash cs5.5 on a windows 7 64bit machine with 8 gigs of ram to open with a larger jvm.ini value?

View 4 Replies

Professional :: Make A High Resolution Gif In Flash?

Apr 7, 2011

So I've been surfing the net trying to find a way to get a 100% resolution from Flash to Gif and can't find it.Here is the deal, I've got Adobe CS5 and I started doing animation in photoshop. It took forever but once I got it done it looked awesome and I could easily transfer it into a gif via 'save for web and devices".Because it was taking forever I decided to learn flash and after a day I got the basics pretty much figured out and made my first .swf file. I then went to turn it into a Gif and the resolution sucked and the timing was off.

View 1 Replies

Professional :: Flash Player 10.2.159.1 Standalone Application CRASH With High Graphical Processing

Apr 16, 2011

Flash Player  10.2.153.1and  Flash Player  10.2.159.1 are crashing my standalone application. Later with  version 10.1 the application run ok, never crashes but was taking more than  90% CPU. The  new Flash Player solve the problem of resources, and drop down CPU to  30%, but  the application crashes always after a while, unespectly, or if I open the window of other application.
 
In  the other hand when I disable the harware acceleration at the swf  settings, the application goes crazy and start to make rapid flashes, and frame rate goes down to 8. [URL]. Right click on the Flash logo, Settings,then UNcheck the hardware acceleration in Display Settings.)
 
I'm  on a Mac Mini Core 2 Duo with Mac OS X 10.6.7 (the last Snow Leopard  these days). The graphical card is Nvidia GeForce 9400M.
 
I  did test the application at a Mac Book Pro core i5, Mac OS X 10.6.7,   graphica card Nvidia GeForce GT 330M and the application is more  stable but finally crashes too.
 
Finally if I export my application  with GPU Hardware acceleration at Publish Settings, my application  crashes almost inmediatly after I open it in each of the computers.
 
My guess is that the new Flash Version is using my graphical proccesor in a corrupted way.

View 6 Replies

Flash :: Professional - Sound Quality In CS5

Nov 11, 2011

I'm looking to upgrade from Flash 8 Professional to the newest version. Has the quality of imported sounds improved beyond the tinny, in-the-submarine effect?

View 2 Replies

Professional :: Is Flash CS4 To Quality Quicktime Not An Option

Jul 3, 2009

So I have recently aquired Flash CS4 and the Quicktime Export is completely different from any version before.I create a lot of 3-4 minute shorts in Flash and have always enjoyed the ease of QT export, but when I export with CS4 I get all kinds of ghosting, even on 5-10 second clips so breaking up the fla file's scenes is no help.After doing a lot of online research I see a few people have similar problems, but no concrete explanations or solutions.Has Flash-to-Quicktime compatability been disabled?I see that the "Quicktime Movie" export options is not available, only the "Quicktime" export, which yields inferior results.  Since I export to the web and for dvd I don't want to have to export PNG sequences and rebuild the soundtrack, but is there simply no longer quality compatability between the two programs?Do I need to ditch Flash for Toon Boom?

View 8 Replies

Flash :: Professional - Get Swf File Quality To Video?

Mar 28, 2011

I would like to incorporate Flash animations into video editing applications but when I save the Flash files as movies the quality is not there (Flash affects fall off, trails and such). My swf files look great there is no lag and the motion is clean. How can I get swf file quality to video? What is create a Projector?

View 1 Replies

Professional :: Image Quality In Flash Animations?

Jun 10, 2011

I notice when I run animations in the flash player, the image quality because very pixelated and blocky when I enlarge the animation.
 
I need my website to scale to different screen resolutions, so this can be a problem. Is there any way to make images smoother when the flash file is enlarged beyond it's native resolution? I really need to know since my website has to scale to a LOT of resolutions.

View 1 Replies







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