<?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>Flash User &#187; layers</title>
	<atom:link href="http://www.flashuser.net/tag/layers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net</link>
	<description>Useful and daily inspiration resources from web design, css, wordpress, graphic design, photography, illustrator, photoshop.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Achieve a Flash Movie with Transparent Background</title>
		<link>http://www.flashuser.net/flash-tricks/achieve-a-flash-movie-with-transparent-background.html</link>
		<comments>http://www.flashuser.net/flash-tricks/achieve-a-flash-movie-with-transparent-background.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:39:50 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Tips & Tricks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[layers]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=707</guid>
		<description><![CDATA[When we set out to make a Flash movie in a layer on a DHTML page containing several layers, we usually encounter a problem of displaying. The first layer is above all the other layers no matter what their order is. Browsers are the reason for this issue because they place embedded plug-in content, such as a Flash movie or Java applet, on the topmost layer. But newer browsers add the ability to use transparent backgrounds in the Flash content. Using the WMODE parameter we’ll be able to do layering of Flash content with DHTML layers. The WMODE parameter can [...]]]></description>
			<content:encoded><![CDATA[<p>When we set out to make a Flash movie in a layer on a DHTML page containing several layers, we usually encounter a problem of displaying. The first layer is above all the other layers no matter what their order is.</p>
<p><span id="more-707"></span><br />
Browsers are the reason for this issue because they place embedded plug-in content, such as a Flash movie or Java applet, on the topmost layer. But newer browsers add the ability to use transparent backgrounds in the Flash content. Using the WMODE parameter we’ll be able to do layering of Flash content with DHTML layers. The WMODE parameter can be &#8216;window&#8217; (default), &#8216;opaque&#8217;, or &#8216;transparent&#8217;.</p>
<p>So, for today&#8217;s tip we are going to learn how to make Flash movie with a transparent background.</p>
<p>It is important to know that the background of a Flash movie can be set to transparent which enables the background image or text to show through and allows the layering of Flash content with DHTML content.</p>
<p><strong>Setting options to make the Flash movie transparent</strong></p>
<p>We&#8217;re going to explain how it&#8217;s done in two ways.The first one in which we are going to use Flash for creating the HTML page and the movie. The second one contains HTML code that we can edit.</p>
<p><strong>A. Using Flash</strong></p>
<p>	We’ll create the HTML for a Flash movie using the Publish Settings feature. This dialog box provides an option to affect the WMODE setting. The options selected will be added to the HTML source code automatically. Follow the steps and see for yourself the result.</p>
<p>1.	Select the File menu -> Publish Settings</p>
<p>2.	In the dialog box there is a Format tab: select the HTML (.html) option</p>
<p>3.	Click the new HTML tab -> select the Window Mode menu</p>
<p>4.	Select the Transparent Windowless option</p>
<p>5.	Click Publish after finishing</p>
<p>That’s it. You can view the after effect.</p>
<p><strong>B. Editing HTML manually</strong></p>
<p>In order to edit an existing HTML file, we must add the WMODE parameters to the HTML code.</p>
<p>1.	Add the following parameter to the OBJECT tag: </p>
<pre class="brush: xml; title: ; notranslate"> &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt; </pre>
<p>2.	Add the following parameter to the EMBED tag:</p>
<pre class="brush: xml; title: ; notranslate"> wmode=&quot;transparent&quot; </pre>
<p>That pretty much covers the basic idea for setting the WMODE so that you can obtain a Flash movie with a transparent background.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-tricks/achieve-a-flash-movie-with-transparent-background.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.flashuser.net @ 2012-02-07 05:34:40 -->
