Does Flash Support Compressed Audio Types Other Than Mp3

May 7, 2009

I would like to add a very small and simple Flash audio player to my website.  I have found lots of Flash MP3 players, but I can't seem to find players that will work with other types of audio files, such as aac/m4a/mp4.
 
I had previously been using Windows Media Server to stream WMA files on my site, but this only works for Windows users, and I need streaming to work for Mac users as well.  So I think Flash is the way to go, but I cannot use mp3's because of licensing concerns.
 
I've been looking and looking for a flash player that supports other audio types, but can't find one. Is it true that flash has a native class for mp3, but doesn't have built-in support for others?

View 1 Replies


Similar Posts:


Professional :: Why Is Audio Overly Compressed And Distorted

Feb 28, 2011

I have imported voice-over into my flash animation project as a WAV file. When I test it within the library, it's perfect. When I play it back using "Play" under "Controls" it is slightly degraded. And then when I play it back using "Test Movie in flash professional" under "Control" and when I publish the file, the audio is severely compressed and distorted. Why does this happen and how do I fix it?

View 2 Replies

Flash :: Html5 Video Tag - Searching Which Browsers Support Which Video File Types

Apr 29, 2011

Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash. I am wondering if there is some skeleton code (combined with development approach for videos) that someone has figured out to do the following: If flash is available, use it If not, try html5 video ogg format If that doesn't work, try html5 video h.264 format If that doesn't work, try html5 video webM format Based on what I am seeing, am I correct in thinking that now, in order to accommodate all users on all browsers, a video needs to be published in 4 formats? If so, this HTML5 video thing is an epic fail!

View 2 Replies

Actionscript 3 :: Does FlashPlayer 10 Support MP4 And AAC Audio Codecs In Addition To MP3

May 11, 2011

I am developing an Audio Player application in Adobe AIR with Flex SDK 3.2. I wanted to know if i can play songs in other audio formats?

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 3 :: Does The OSMF Captioning Plugging Support Audio

Dec 13, 2011

I'm setting up a simple little OSMF-based media player, and I have hooked up the org.osmf.captioning plugin found in the samples. It is working just groovy with video, but I also have audio files to play with captions, and it doesn't seem to do anything for those. On initial inspection, I can't see anything in the plugin that ties it to a specific type of media. Nor can I find any indication that the timeline metadata used for captioning is only relevant to certain types of media. Does the captioning plugin support audio playback? Might I have set it up incorrectly?

View 1 Replies

Java :: Client-side Framework For Web-app With Good Audio Support?

Mar 26, 2010

I'm trying to create a client-side web app that generates music procedurally using some user-input parameters, so I'm looking for a framework (e.g. Flash, Silverlight etc.) that has the capability to play audio at a specified pitch. Whether it is playing a WAV/MP3 file, using MIDI output, or just playing beeps doesn't really matter -- I just need something that will enable me to generate arbitrary music client-side.

I've done a bit of searching and it appears that Flash might have the ability to change pitch with the help of a third-part plugin, but I couldn't find anything similar for Silverlight.

View 1 Replies

Professional :: Why Flash Plugin Only Support .swf Not Support .flv

Nov 18, 2010

i don't understand flash plugin only support .swf file,not support .flv file? always require load a swf file for play flv file, for exampes:

<embed type="video/x-flv" src="http://www.my.com/test.flv"></embed>
 
must be use a swf for play

<embed type="application/x-shockwave-flash" src="http://www.my.com/player.swf" flashvars=""></embed>

View 2 Replies

Flash :: Swf File To Be Compressed?

Sep 8, 2011

I tried converting a .swf file into .avi through ffmpeg, and I got the error 'compressed swf format not supported'. How does a compressed .swf differ from an uncompressed .swf file? How do you specify which one you want to make, and is it even possible to? How would you decompress a compressed .swf and what should you expect to find? I googled a lot of these but I didn't manage to learn much from the bits and pieces I found.

View 1 Replies

Which Flash Video Format Is More Compressed FLV Or H264

Apr 7, 2010

I read an Adobe article which demonstrated H.264 video playback support in Flash Player. Would video encoded in this format be more compressed than typical FLV videos? Should I be using this format for video I place on websites from now on?

View 3 Replies

ActionScript 3.0 :: Map Data Types To Custom Types?

Jan 24, 2012

Consider the following function:

Code:
public function foo(bar1:int, bar2:uint, bar3:String, bar4:Boolean):void{}

What I want is to have the different types of data represented by custom named types which are essentially representing the original data types. I other word, I would like to proxy the data types and have a valid function as following:

Code:
public function foo(bar1:PAR_Bar1, bar2:PAR_Bar2, bar3:PAR_Bar3, bar4:PAR_Bar4):void{}

so PAR_Bar1 would proxy the `int` data type, PAR_Bar2 would proxy the `uint` data type, so on and so forth.

The reason I need this is because I'm using a debugger with a GUI that can run methods and allows changing function parameter values in real-time, the issue is that the debugger can't tell me what parameter I'm changing, it only displays the data type of a parameter. So if I need to change 10 different parameters all of type int, the debuggers display all of them as int and not by their names.

I think that if I use proxy types I can easily differentiate between parameters.

So, my question: Is it possible to proxy data types? I mean map specific data types to custom data types that would represent the base data types?

View 2 Replies

Actionscript 3 :: Adobe Flash Record Compressed Samples From Microphone

Dec 15, 2011

I want to capture audio samples from the microphone in my adobe AIR application and then save them to an flv file. I have the following code:

mic.setSilenceLevel(0, DELAY_LENGTH);
mic.codec = SoundCodec.SPEEX;
mic.encodeQuality = 6;

[Code]....

The problem is that I suspect that in my handler I am only getting raw samples and not compressed samples. The reason for my suspicion is that the number of bytes I get per message is equal to 20 ms (which my definition is 1 speex frame) of raw audio and not compressed audio. Also the number of bytes doesnt change if I change the encodeQuality. Reading the documentation suggests that adobe will only compress the audio before transmission to a flash media server or another peer. Is there a way to publish and read the stream locally in order to get compressed samples. ? Or any other way to get the compressed samples?

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

Professional :: Flash File 1920x1080 (touchscreen) Compressed To Website Version 945x532?

Aug 3, 2010

We have create a flash file for both Touchscreen TV and Website.The document frame is is 1920x1080 however we would like to export the project so it can be seen on the website at the correct compression.Is there a way to export the SWF to the required 945x532.I know how to export it in the HTML however this reads the same SWF that is still too large in file size (not web friendly).I could pull the compression down to say 10% before exporting the SWF however there must be a better method.

View 5 Replies

PHP :: GZIP - Compressed SWF Not Looping Video / Animation

Jul 22, 2010

I've written a SWF distributor which GZIPs the SWF then sends it as an SWF content type, it works just if the SWF used to loop it no longer does. Any reason why the compressed SWF doesn't loop the video/animation?

View 2 Replies

ActionScript 3.0 :: Compressed Large Video - Loading Quickly?

Oct 2, 2009

[URL]. How is this video compressed? it loads so quickly and is large. Is it streaming?

View 4 Replies

ActionScript 3.0 :: How To Convert Compressed String Into ByteArray Type

Oct 12, 2009

I have a string, I am compressing it with bytearray and save it to a file. In other application I am loading it and when I try to uncompress it, it's give me an error. How can I convert a compressed string in to bytearray type to be able to convert it? The code for compression:
var b:ByteArray = new ByteArray();b.writeMultiByte(t,"iso-8859-1")b.compress();

View 3 Replies

Data Integration :: Prevent External Images From Being Compressed

Dec 7, 2009

I can think of to prevent my external images from being compressed. I have a few png files being pulled into flash via XML and AS3. For some reason the images that are being pulled in are being compressed and look terrible. What can i do to prevent them from being compressed so much. They are pulled in via an empty movieclip.URL...Here is the AS that is being used to pull the images in and the XML information.[code]

View 1 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

What Types Of Files Can Flash Handle

Oct 8, 2009

A gentleman doing the sound track for the video I want to do on Flash has asked me what audio files Flash will handle?  I have looked at Adobe and Macromedia and many other Flash websites and, of course, Flash itself, and cannot find any enumeration of what video files Flash handles, much less any mention of what audio files.

View 4 Replies

How To Add Different Types Buttons In Flash Document

Dec 4, 2009

There is only simple type of button in Component - User Interface - Button. How to insert different types of buttons in flash document.

View 3 Replies

Flash - Types Not Found While Using Vector In AS3

Jul 14, 2010

I'm trying to use Vector. in a Flash Professional Project, Person being a custom class. Eclipse keep saying it cannot find the type in brackets, even if I try with basic types like int or String[code]...

View 2 Replies

Flash :: Fonts For Different Types Of Thickness?

Apr 21, 2011

This css can set style for all normal Arial, but I have Arial bold in project, how can I apply bold font for them?

@font-face {
src:url("fonts/ARIAL.TTF");
fontFamily: Arial;

[code].....

View 2 Replies

Flash :: Method That Could Return Two Types?

Jun 14, 2011

I've been developing a framework for ActionScript 3 and have come across a peculiar scenario where I want a method to be able to return either an AvFrameworkObject or an Array containing multiple instances of AvFrameworkObject.[code]...

View 3 Replies

ActionScript 3.0 :: Uncompress Method Of ByteArray Only Supports Level 3 Compressed Streams?

Jun 4, 2008

Does the uncompress method of ByteArray only supports level 3 compressed streams? Because I have a valid zlib compressed file but compressed in level 2, and Flash always throws me the 2058 error message.

I've also tried using the DefaultCompressionAlgorithm class for AIR with its two compression methods, but with no success.

Doing some quick tests with python using the same file gets uncompressed with no problems.

View 3 Replies

Flash :: Get Names And Types Of Every Object Of A Swf File?

Jul 20, 2011

If I have a swf file, is it possible to retrieve object names and types (some kind of reflection) somehow?

View 1 Replies

Flash :: DAM Solutions And Handle Storage Of Both Common Movie Types And Flash Movies?

Dec 8, 2009

Does anyone know of a DAM (Digital Asset Management) solution, preferably ASP.net that can handle storage of both common movie types and flash movies?

View 2 Replies

ActionScript 3.0 :: Input Device Types Compatible With Flash?

Jan 25, 2008

What types of input data devices are compatible with Flash? I know with a serial input device it doesn't directly translate into Flash so I need a 3rd party program like Zinc to interpret the data from an attached device. What about USB? Parallel port

View 5 Replies







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