Run custom apllication in skype (skypein)


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <body onload="Skype.Client.Start(); Skype.Attach();">
  2. <h1>This page must be viewed in IE, please give permissions to use Skype plugin and application</h1>
  3. <object id=Skype name=Skype align=baseline height=0 width=0 border="0"
  4. CLASSID="CLSID:830690FC-BF2F-47A6-AC2D-330BCB402664">
  5. <span class="c1">Failed to load Skype4COM control.</span>
  6. <script language="Javascript" type="text/Javascript" for="Skype" event="CallStatus(Call, Status)">
  7.  
  8. if(Status == 4)
  9. {
  10. window.open('http://page.html?number=' + Call.PartnerHandle);
  11. }
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.