Home
Channels
Leaderboard
Welcome to our ASP.Net demo site.
This site is a very simple implementation of how you might integrate the InteracTrivia
platform into your existing web site. We have minimized the use of images, formatting
and style sheets to keep everything as clear as possible. This site was built using
a Master Page, ASP.Net 2.0 and all code-behind is in VB (very easily converted to
C#).
The entire site consists of 5 pages, 1 class, 1 script file and a Web Reference.
Pages:
default.aspx (this page)
channels.aspx (page where user selects game channel to play)
leaders.aspx (page that display leaderboard)
play.aspx (game client page)
MasterPage.master (our master page for navigation)
Classes
Globals (class for storing our PartnerID and random username generator)
Script Files
swfobject.js (excellent javascript class for loading flash files)
Web References
http://api.interactrivia.com/ws/Partner.asmx
Download site with source code