Search code examples
actionscript-3apache-flexflex4.5skype

Integrate Skype link in Flex application?


  • How to integrate Skype link in Flex application ?

Solution

  • This should work if you have Skype installed on your computer:

    <s:Button label="Skype Call" click="navigateToURL(new URLRequest('skype:mynumberhere'))" />
    

    Hope that helps