View Single Post
Old 02-22-2017, 12:12 AM   #1
being.chinmay
Registered User
 
Join Date: Apr 2015
Posts: 2
The classid Attribute

The classid attribute is designed to specify the implementation of the object. When you are trying to include Flash or QuickTime files and a plug-in needs to be loaded, this value would indicate the application required to play or run the file. When you are working with Java, the value of this attribute is likely to be the Java class you want to include

Here is an example of a classid to embed a player to show a QuickTime movie:


Code:
classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B”
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
being.chinmay is offline   Reply With Quote