PDA

View Full Version : Communication between Action Script with Visual C++.


deys
01-19-2006, 02:44 AM
Hi everybody...

Okay. Actually now i'm working with biometrics authentication system by using visual C++. what i need to do is to improve the user interface, so i decide to used flash as my user interface but my problems is how can i communicate my C++ code with flash action script. I succesfully did this on visual basic but i'm lost when i'm trying to do in visual c++. I already add the shockwave flash object in order to used flash script command in C++ (FSCommand) but i still have no progress because lack of knowledge about action script.

I hope anyone in here can help me to solve my problems. Thanks.

pixlix
01-19-2006, 07:19 PM
please someone help this guy,

i find this topic very interesting, too! :)

flashead
01-19-2006, 07:29 PM
fscommand?
wouldn't you use asfunction?
i don't know c++ so i can't give you much help.
maybe you can give a more specific example of the kinds of interaction you want to have between flash and c++.

i.e.
what does your user interface consist of exactly?
what data needs to be passed between flash and you c++?
k.

deadbeat
01-19-2006, 09:10 PM
If this is a standalone projector, you can use a third party tool like Zinc to enable Flash to call methods on a DLL, if that's the kind of thing you're looking for...

http://www.multidmedia.com/

K.

pan69
01-19-2006, 10:31 PM
For Visual C++ stuff check Codeguru.com forums http://www.codeguru.com/forum/showthread.php?t=325705&highlight=flash+activex

tg
01-19-2006, 11:05 PM
here is a good c# example.... maybe you can hack to work with c++

http://www.flashfanatiker.de/blog/archives/000032.html