jcarlos wrote:

I'd like to know if someone has some ideas about  an app usingo nly AS2 that 
would
get an JPG file, record some sound and them export them as SWF ou FLV, to
import further im some other app.

Unfortunately, you can't do this with just client-side AS2, as there is neither support for binary data in AS2 nor is there any support for recording audio locally.

You'll probably need to do this with a good bit of server-side code, including some sort of SWF or FLV file generator (there's actually quite a few programs that can do this, both open-source and commercial tools), and Flash Media Server (or a third-party work-alike such as Red5 or VCS) to record the audio stream.

Looking forward, Flex 2.0's ActionScript 3.0 does have support binary byte arrays and theoretically you can write emitters for both SWF and FLV formats, but sadly, there's still no support for local audio recording.

Jim
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to