<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codebase &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/codebase/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>object and embed tags revealed</title>
		<link>/2009/02/23/object-and-embed-tags-revealed/</link>
		<comments>/2009/02/23/object-and-embed-tags-revealed/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 20:15:20 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[active x]]></category>
		<category><![CDATA[classid]]></category>
		<category><![CDATA[codebase]]></category>
		<category><![CDATA[embed tag]]></category>
		<category><![CDATA[movie attribute]]></category>
		<category><![CDATA[object and embed tags]]></category>

		<guid isPermaLink="false">/?p=198</guid>
		<description><![CDATA[Put some flash into your site with object/embed tags. It's easy and quick.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/22/html-object-and-embed-tags/" rel="bookmark" title="Html object &#038; embed tags">Html object &#038; embed tags </a></li>
<li><a href="/2009/10/30/object-and-embed-tag-position-in-ie/" rel="bookmark" title="object and embed tag position in IE">object and embed tag position in IE </a></li>
<li><a href="/2010/01/07/object-forget-about-embed-tag/" rel="bookmark" title="OBJECT &#038; &#8230; forget about EMBED tag!">OBJECT &#038; &#8230; forget about EMBED tag! </a></li>
<li><a href="/2009/02/10/ie-6-problem-with-flash-z-index/" rel="bookmark" title="IE 6 problem with flash z-index">IE 6 problem with flash z-index </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><em>This is the second part of my post: </em></p>
<p><a href="/2009/02/22/html-object-and-embed-tags/">html object and embed tags</a></p>
<p><em>where you can find why there are two tags instead of one &#8230; and when and how to use them. </em></p>
<p>Now I&#8217;m gonna explain what&#8217;s more interesting about their well documented attributes.</p>
<p>classid shows the type of the ActiveX controls and it should be strict defined. In that sense the flash movie should be with the classid specified above:</p>
<p><code>&lt;OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...</code></p>
<p>of course other classid is used when using other ActiveX controls, like Java applets, i.e.:</p>
<p><code>&lt;OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" ...</code></p>
<p>More interesting are the codebase for &lt;object&gt; and pluginspage for &lt;ebmed&gt; tags. The show where the plugin for the flash player can be found and respectively downloaded, in case the visitor does not have one.</p>
<p>Less known attribute is &#8216;quality&#8217;. In almost every example the quality is set to high. Like</p>
<p><code>&lt;param name="quality" value="high" /&gt;</code></p>
<p>but most of the web developers does not know that there is a autolow or autohigh property value.</p>
<p><code>&lt;param name="quality" value="autolow" /&gt;</code></p>
<p>The last thing I&#8217;d like to write is the wmode attribute. Often the flash movie is with transparent background and does not displays correctly without the:</p>
<p><code>&lt;param name="wmode" value="transparent" /&gt;</code></p>
<p>parameter. In IE 6 there is another problem. If wmode is not set to transparent, elements with z-index more than the flash movie does not appear over it.</p>
<p>There are a lot of resources online about these tags, and someone can be interested in how using &lt;object&gt; to display a PNG transparency or something else.</p>
<p>see more on: <a href="/2009/02/22/html-object-and-embed-tags/">/2009/02/22/html-object-and-embed-tags/</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/22/html-object-and-embed-tags/" rel="bookmark" title="Html object &#038; embed tags">Html object &#038; embed tags </a></li>
<li><a href="/2009/10/30/object-and-embed-tag-position-in-ie/" rel="bookmark" title="object and embed tag position in IE">object and embed tag position in IE </a></li>
<li><a href="/2010/01/07/object-forget-about-embed-tag/" rel="bookmark" title="OBJECT &#038; &#8230; forget about EMBED tag!">OBJECT &#038; &#8230; forget about EMBED tag! </a></li>
<li><a href="/2009/02/10/ie-6-problem-with-flash-z-index/" rel="bookmark" title="IE 6 problem with flash z-index">IE 6 problem with flash z-index </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/02/23/object-and-embed-tags-revealed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Html object &#038; embed tags</title>
		<link>/2009/02/22/html-object-and-embed-tags/</link>
		<comments>/2009/02/22/html-object-and-embed-tags/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:31:08 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[active x]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[autohigh]]></category>
		<category><![CDATA[autolow]]></category>
		<category><![CDATA[classid]]></category>
		<category><![CDATA[codebase]]></category>
		<category><![CDATA[embed tag]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[java applet]]></category>
		<category><![CDATA[JW FLV Player]]></category>
		<category><![CDATA[movie attribute]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[object tag]]></category>
		<category><![CDATA[Opera browser]]></category>
		<category><![CDATA[pluginspage]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[wmode transparent]]></category>

		<guid isPermaLink="false">/?p=184</guid>
		<description><![CDATA[Why the object and embed tags both are used for putting flash movie in the HTML. What are the specifications about. Which attributes to put on object and which on embed tags.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/23/object-and-embed-tags-revealed/" rel="bookmark" title="object and embed tags revealed">object and embed tags revealed </a></li>
<li><a href="/2009/10/30/object-and-embed-tag-position-in-ie/" rel="bookmark" title="object and embed tag position in IE">object and embed tag position in IE </a></li>
<li><a href="/2010/01/07/object-forget-about-embed-tag/" rel="bookmark" title="OBJECT &#038; &#8230; forget about EMBED tag!">OBJECT &#038; &#8230; forget about EMBED tag! </a></li>
<li><a href="/2009/02/09/ie-externalinterface-communication-problem/" rel="bookmark" title="IE &#038; ExternalInterface communication problem">IE &#038; ExternalInterface communication problem </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Maybe almost 90 % of the web developers world wide are using widely the <strong>&lt;embed&gt;</strong> and <strong>&lt;object&gt;</strong> HTML tags, but in the most cases do not understand the semantics and syntax of them.</p>
<p>Very well known is that these tags help to put a flash movie into the HTML, but why they are two, and can they be used in other cases remains unanswered.</p>
<p>These tags, in general, are really most used to put flash movie into the web site, and as anyone can guess they are two cause of the differences in the web, specially between the web browsers. The <strong>&lt;object&gt;</strong> tag helps for the browser who use ActiveX controls to display properly the flash movie. In fact the newest Internet Explorer browsers like 7 version and 8 beta, display the movie correctly even without the <strong>&lt;object&gt;</strong> tag, but not always those flash movies work in the expected manner. Somethimes there are problems with autoplay or something like that. Especially this can be problematic when using some kind of .flv player. In that case (depending from the player) the movie initialize but the required .flv does not load and play. This was the problem I wrote for in my previous post about <a href="/2009/02/20/jw-flv-media-player-issue-under-opera/">Opera and JW FLV Player</a>.</p>
<p>As you may guess the <strong>&lt;object&gt;</strong> tag can handle much more the flash movie, but as many other entities as there are ActiveX controls.</p>
<p>To be more exact the <strong>&lt;object&gt;</strong> tag is for Internet Explorer, while the <strong>&lt;embed&gt;</strong> tag is for Netscape and related to it browsers using Netscape plugin to display a flash movie. More detailed information can be found on Adobe site:</p>
<p><a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150">http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150</a></p>
<p>All the specification can be found online but more important is to mention the semantics of some of the attributes.</p>
<p>For both of the tags valid attributes are width and height. They can be either pixels or percentage, which are relative from the element containing the object/embed pair, i.e. if the flash is in a div with fixed width of 800px and the object/embed pair is 100% width the movie will became 800px wide.</p>
<p><em><strong>Notice:</strong> some browsers do not calculate the height correctly when the height is set in percentage.</em></p>
<p>For the <strong>&lt;object&gt;</strong> tag only there should be <strong>classid</strong>, <strong>codebase</strong>, <strong>movie </strong>attributes, while for the <strong>&lt;embed&gt;</strong> tag only is <strong>src </strong>and <strong>pluginspage</strong>.</p>
<p>see which attributes are mandatory and which one are not at: <a href="/2009/02/23/object-and-embed-tags-revealed/">object and embed tags revealed</a></p>
<p><strong><br />
</strong></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/23/object-and-embed-tags-revealed/" rel="bookmark" title="object and embed tags revealed">object and embed tags revealed </a></li>
<li><a href="/2009/10/30/object-and-embed-tag-position-in-ie/" rel="bookmark" title="object and embed tag position in IE">object and embed tag position in IE </a></li>
<li><a href="/2010/01/07/object-forget-about-embed-tag/" rel="bookmark" title="OBJECT &#038; &#8230; forget about EMBED tag!">OBJECT &#038; &#8230; forget about EMBED tag! </a></li>
<li><a href="/2009/02/09/ie-externalinterface-communication-problem/" rel="bookmark" title="IE &#038; ExternalInterface communication problem">IE &#038; ExternalInterface communication problem </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/02/22/html-object-and-embed-tags/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
