Skip to main content
kiran1989
Inspiring
May 14, 2013
Question

Chroma key effect in as3.0

  • May 14, 2013
  • 1 reply
  • 4029 views

Hi ,

How to make chroma key effect in as3.0. I am building an application in that while recording a video user can remove the solid background and inserts some other image it is done by chroma keying..

Any ideas please

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 14, 2013

do you want to save the video with the user's background or just display it while the video is playing in flash?

are you building an air for desktop app?

kiran1989
kiran1989Author
Inspiring
May 14, 2013

I want both i need to dispplay in playing video and have to save it. yes I was building an air for desktop app

kglad
Community Expert
Community Expert
May 14, 2013

if there's no sound you can use the flvrecorder: https://code.google.com/p/flvrecorder/

otherwise, you'll need to extend that class yourself.