<?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>object and embed tags &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/object-and-embed-tags/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>JW FLV media player issue under Opera</title>
		<link>/2009/02/20/jw-flv-media-player-issue-under-opera/</link>
		<comments>/2009/02/20/jw-flv-media-player-issue-under-opera/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 14:08:57 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[JW FLV Player]]></category>
		<category><![CDATA[object and embed tags]]></category>
		<category><![CDATA[Opera issue]]></category>

		<guid isPermaLink="false">/?p=181</guid>
		<description><![CDATA[As it appears, the famous flv player JW FLV Media Player does not plays correctly on Opera, and who knows maybe under other browsers too, but the problem is not in the Opera not even in the JW Player. Just don&#8217;t forget to add both object and embed tags as specified. That should help you.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<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="/2010/02/27/opera-supports-the-video-tag/" rel="bookmark" title="Opera supports the video tag!">Opera supports the video tag! </a></li>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>As it appears, the famous flv player <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW FLV Media Player</a> does not plays correctly on Opera, and who knows maybe under other browsers too, but the problem is not in the Opera not even in the JW Player. Just don&#8217;t forget to add both object and embed tags as specified. That should help you.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<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="/2010/02/27/opera-supports-the-video-tag/" rel="bookmark" title="Opera supports the video tag!">Opera supports the video tag! </a></li>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/02/20/jw-flv-media-player-issue-under-opera/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
