Object/Embed Helper Control?

A

andchoi

Hello all,

I am wondering whether there is a public domain control out there which
helps people to automate the process of creating the correct classid
and codebase in within an <object> tag block. For example, currently,
you have to write code like this:

<object width="160" height="144"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="sample.mov">
<param name="autoplay" value="true">
<param name="controller" value="false">
</object>

You need to know what the classid and the codebase are. Wouldn't life
be simpler if there is a control that does this:

<generic_object_tag:eek:bject width="160" height="144" type="video/mov">
<param name="src" value="sample.mov">
<param name="autoplay" value="true">
<param name="controller" value="false">
</generic_object_tag:eek:bject>

Is there such a beast? Thanks for any pointer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top