Skip to main content
Participant
May 7, 2009
Answered

Hi, how to call C++ from action script 3? or how to access hardware with

  • May 7, 2009
  • 1 reply
  • 903 views

Hi, Right now i want to know whether or not there is a method to call C++ code (dll, activex, com) in actionscript 3.0 ?

or if there are any methods to capture pictures from camera?

thanks in advance!

This topic has been closed for replies.
Correct answer Michael Borbor

Hi there you can get pictures from web cams easily, Read the Flash or Flex

livedocs for that. And there's a project called Alchemy that is in Adobe

Labs that can convert C++ libraries into AS3 files.

1 reply

Michael Borbor
Michael BorborCorrect answer
Inspiring
May 7, 2009

Hi there you can get pictures from web cams easily, Read the Flash or Flex

livedocs for that. And there's a project called Alchemy that is in Adobe

Labs that can convert C++ libraries into AS3 files.

Participant
May 7, 2009

Thank you for your quickly response, I don't want to convert them to actionscript 3.0, since i think that will not be stable.

whether or not there are any methods to call functions in a DLL?

Thanks very much!

Michael Borbor
Inspiring
May 7, 2009

So far there isn't a way even in AIR to call DLL directly but take a look at the Sales Builder Example in the AIR examples at Adobe.com, there you can see an app that tooks pictures using your web cam.