Is it possible to create a program using AS3 that would allow the user to download a copy of a dynamic, self generated video into an AVI, MOV or MP4 format???
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flash’s standard video format is FLV/F4V, and there are a few libraries and classes out there that help you create your own on the fly during runtime.
If you are running on AIR, you can use: http://www.zeropointnine.com/blog/simpleflvwriteras-as3-class-to-create-flvs/ to generate uncompressed FLVs