Skip to main content
August 18, 2010
Question

Need help in screen capturing for flash CS4 AS3

  • August 18, 2010
  • 1 reply
  • 1706 views

Hi, i need help!!!!!!!!!!!!!!!!!!!!!! URGENT!

I am currently doing Augmented Reality.

I got my marker to detect my model but my problem now is how to screen capture the content that is in swf.
(As in capture the dae model shown in the comp not from webcam.)

& also i just want to capture the swf window not the whole desktop.

I read online, they say its impossible?

Or is it possible to call screen capture function in javascript to flash CS4? (LIke external data)

(Moreover, does anyone know how to detect multiple dae models with different markers?)

Anyone can help??? Thanks in adv!!

This topic has been closed for replies.

1 reply

Inspiring
August 18, 2010

i just want to capture the swf window not the whole desktop. I read online, they say its impossible?

Practically any display object can be "captured" via using BitmapData.draw() unless there are security restrictions. I guess by SWF capture you mean entire stage.

August 19, 2010

Hi Andrei1,

Thanks, i tried using BitmapData.Draw() but it cant work.

Do you have any examples?

Inspiring
August 19, 2010

Show code that did not work..