ASP.NET - How to generate classid - Asked By s p on 20-Jun-12 02:21 AM
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.0.0"
id="3" width="150" height="100">
Like in the example how to generate classid
Jitendra Faye replied to s p on 20-Jun-12 02:23 AM
There is no need to give classid, you can directly use object tag like this-
<object width="1000" height="1000" data="filename"></object>
s p replied to Jitendra Faye on 20-Jun-12 02:28 AM
there might be some purpose of it...please tell exactly why it is not required
dipa ahuja replied to s p on 20-Jun-12 04:10 AM
classid Defines a class ID value as set in the Windows Registry or a URL. classid is only used by ActiveX controlled objects which only run on Windows with Internet Explorer. All other operating systems and browsers use a different method that doesn't use a classid.