views:

45

answers:

1

Question. How can i get started with flash/flex or actionscript, to use the Skype4Com, and make something small like this site: https://imo.im/

  1. After login with my SkypID, i can make a voice call from browser using Flash? How, can i get started on this, can someone show me a way please.

Thank you

+1  A: 

Is this a COM Object?

If so, you can't access it from Flex directly and won't be able to access it in a browser based app at all. Your best bet is going to be to take a look at AIR 2 and the NativeProcess. I believe you'll still need to write some form of bridge in either Java or .NEt to act as a proxy between the Skype library and Flex.

www.Flextras.com
Thank you, I went to the link, seems like too much complicated resource out there. Who just want to start from the begin. You have any working example of AIR2 + NativeProcess and Mix cocktail of .NET which can just do a hello world? Would be a nice getting started resource here.
Stackfan
I don't have a sample, haven't dealt with it personally. But, if I were to start I'd be looking at the documentation on NativeProcess and articles from Adobe like the one I linked to.
www.Flextras.com