How do they do it?
-
http://cbs.sportsline.com/collegebasketball/scoreboard The scores and updates seem to come from the server at will but there is no flash or anything that would 'push' updates. I'm used to 'refresh' type situations where something will refresh every few seconds but this doesn't seem to do it. Any ideas? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
http://cbs.sportsline.com/collegebasketball/scoreboard The scores and updates seem to come from the server at will but there is no flash or anything that would 'push' updates. I'm used to 'refresh' type situations where something will refresh every few seconds but this doesn't seem to do it. Any ideas? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
In the source, it does look like they're loading a flash file. (By the way, this question would be better suited to the Web Development forum rather than ASP.NET). Marcie http://www.codeproject.com
-
In the source, it does look like they're loading a flash file. (By the way, this question would be better suited to the Web Development forum rather than ASP.NET). Marcie http://www.codeproject.com
That, and the "hidden" Java applet called "JS_Subscribe" or somesuch. They probably work in concert to catch all browser folk, regardless of Java or Flash capability. My guess, anyways :) Jeremy Kimball