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/
- 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
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.