Protocols/MSNP/Activities/SDK/Overview: Difference between revisions
Animadoria (talk | contribs) No edit summary |
Animadoria (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23: | <!-- Generated @ 08/12/2022 23:45:32 +01:00 using Anima's CHM converter based on overview.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= Overview of MSN Messenger Activity API = | __NOTOC__= Overview of MSN Messenger Activity API = | ||
Line 8: | Line 8: | ||
The application in the Activity window is a Web page that interacts with MSN Messenger through the application programming interface that is defined in this software development kit. Your Web page can provide any functionality that can be present in a normal Web page.<br /> | The application in the Activity window is a Web page that interacts with MSN Messenger through the application programming interface that is defined in this software development kit. Your Web page can provide any functionality that can be present in a normal Web page.<br /> | ||
<br /> | <br /> | ||
You start an Activity from either the <span class="clsUIElement">Games</span> or <span class="clsUIElement">Activities</span> button that appears on the toolbar of the Conversation window in MSN Messenger version 7.0 (and later). Or, if you prefer, your Activity can be excluded from the MSN Messenger menu completely. For example, you might want only selected users that you notify to use the application. Instead of including your application on the toolbar buttons of MSN Messenger, you can use the mechanism in [[Protocols/MSNP/Activities/SDK/ | You start an Activity from either the <span class="clsUIElement">Games</span> or <span class="clsUIElement">Activities</span> button that appears on the toolbar of the Conversation window in MSN Messenger version 7.0 (and later). Or, if you prefer, your Activity can be excluded from the MSN Messenger menu completely. For example, you might want only selected users that you notify to use the application. Instead of including your application on the toolbar buttons of MSN Messenger, you can use the mechanism in [[Protocols/MSNP/Activities/SDK/Techref/Promo/Index|Increasing MSN Messenger Activity Usage]] to provide access to the application. | ||
<div class="clsScreenArtStd"> | <div class="clsScreenArtStd"> | ||
[[ | [[File:chatwindow1.jpg|class=clsScreenArt]] | ||
</div> | </div> | ||
Line 25: | Line 25: | ||
<div class="clsScreenArtStd"> | <div class="clsScreenArtStd"> | ||
[[File:launchpad_checkers1.jpg]] | [[File:launchpad_checkers1.jpg|class=clsScreenArt]] | ||
</div> | </div> |
Latest revision as of 22:53, 12 August 2022
Overview of MSN Messenger Activity API
MSN® Messenger Activity API allows developers to build applications that take advantage of the multiuser communication functionality provided by MSN Messenger. Developers can design applications using this simplified connection model.
The application in the Activity window is a Web page that interacts with MSN Messenger through the application programming interface that is defined in this software development kit. Your Web page can provide any functionality that can be present in a normal Web page.
You start an Activity from either the Games or Activities button that appears on the toolbar of the Conversation window in MSN Messenger version 7.0 (and later). Or, if you prefer, your Activity can be excluded from the MSN Messenger menu completely. For example, you might want only selected users that you notify to use the application. Instead of including your application on the toolbar buttons of MSN Messenger, you can use the mechanism in Increasing MSN Messenger Activity Usage to provide access to the application.
In MSN Messenger versions 6.0 and 6.1, your Launch Site application is accessed using the Launch Site button on the toolbar of the Conversation window. In MSN Messenger version 6.2, your application is accessed from the Fun & Games button on the toolbar of the Conversation window.
Click the Games or Activities button to show a list of activities or games. You can start an Activity from these buttons, depending on which area you selected for the Activity.
Click an item in the Games or Activities listing to launch the item. You must be in a conversation with another user in order to launch a multiuser application. The remote user must accept an invitation in order for both sides to launch the application. If you select a single-user application, the item will launch in the Conversation window, without sending an invitation.
Applications that run in this space are running in the Activity Window. The Activity window supports DHTML and runs the same as an Internet Explorer version 5.01 browser window.