Forum Moderators: open

Message Too Old, No Replies

where to look up ClassIDs?

what's this?

         

affter333

5:28 pm on Sep 15, 2003 (gmt 0)



Hi, the code below is directly copied from mail.yahoo.com

I wonder where people learn all those classID number
and what does it mean? anybody?

===================================
document.write('<object classid="clsid:41695A8E-6414-11D4-8FB3-00D0B7730277" CODEBASE="javascript:dontGotIt();" ID="Ymsgr" width="1" height="1">');
==================================

Purple Martin

1:16 am on Sep 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What kind of object is it?

The class id is assigned by whoever originally wrote the object and it's player. For example, when you insert a Flash object, the class id is for the Flash Player and the codebase url tells the browser where to go to get the Player.

korkus2000

2:46 pm on Sep 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The spec says it is intended for a URI, but you can see that is not always followed.