<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adobe Flash CS3 Professional Component Cosmetology</title>
	<atom:link href="http://layersmagazine.com/flash-component-cosmetology.html/feed" rel="self" type="application/rss+xml" />
	<link>http://layersmagazine.com/flash-component-cosmetology.html</link>
	<description>The How-to Magazine for Everything Adobe</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:03:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michael</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-31818</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-31818</guid>
		<description>Hey, great tutorial, but i have one question; how do I get it to stay puased by default?</description>
		<content:encoded><![CDATA[<p>Hey, great tutorial, but i have one question; how do I get it to stay puased by default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Zurn</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-16265</link>
		<dc:creator>Zach Zurn</dc:creator>
		<pubDate>Wed, 25 Aug 2010 17:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-16265</guid>
		<description>Thanks for this! I was wondering how the skinning was done.</description>
		<content:encoded><![CDATA[<p>Thanks for this! I was wondering how the skinning was done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yWeSurf</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-15864</link>
		<dc:creator>yWeSurf</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-15864</guid>
		<description>Can anybody please tell me how I can add &quot;Counter&quot; to the skin? 
I tried to edit the existing skin with the counter feature, but I get an compile error. with the warning message: unable to load SWC FLVPlaybackAS2.swc

Any advice?</description>
		<content:encoded><![CDATA[<p>Can anybody please tell me how I can add &#8220;Counter&#8221; to the skin?<br />
I tried to edit the existing skin with the counter feature, but I get an compile error. with the warning message: unable to load SWC FLVPlaybackAS2.swc</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JWWright</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-15777</link>
		<dc:creator>JWWright</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-15777</guid>
		<description>How do you then use this as a skin for other video? How to add it to the skin drop-down?</description>
		<content:encoded><![CDATA[<p>How do you then use this as a skin for other video? How to add it to the skin drop-down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo Jørgensen</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-919</link>
		<dc:creator>Bo Jørgensen</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-919</guid>
		<description>To avoid the fullscreen takeover take a look at this command:

FLVPlayback.fullScreenTakeOver = false;</description>
		<content:encoded><![CDATA[<p>To avoid the fullscreen takeover take a look at this command:</p>
<p>FLVPlayback.fullScreenTakeOver = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmd</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-916</link>
		<dc:creator>dmd</dc:creator>
		<pubDate>Fri, 19 Jun 2009 17:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-916</guid>
		<description>I&#039;m using the FLVPlayback and need to go fullscreen. I can do that using the built in function: enterFullScreenDisplayState and it works just fine.

My problem is that I&#039;ve written my own dynamic buttons that will control the video instead of the skin versions and when I go fullscreen using that command (so as to get the hardware excelleration) it won&#039;t display my buttons. it ends up putting the video on top of everything even though my stacking has my controls on top of the video.

What can I do to have my controls above the video in fullscreen mode?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the FLVPlayback and need to go fullscreen. I can do that using the built in function: enterFullScreenDisplayState and it works just fine.</p>
<p>My problem is that I&#8217;ve written my own dynamic buttons that will control the video instead of the skin versions and when I go fullscreen using that command (so as to get the hardware excelleration) it won&#8217;t display my buttons. it ends up putting the video on top of everything even though my stacking has my controls on top of the video.</p>
<p>What can I do to have my controls above the video in fullscreen mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shivnikum</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-914</link>
		<dc:creator>shivnikum</dc:creator>
		<pubDate>Mon, 09 Mar 2009 12:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-914</guid>
		<description>I am facing problem in full screen mode, whenever i make it full screen my player controls &amp; other movie clips become bigger.i want it on same size should not change its size

please help me.

Thanks</description>
		<content:encoded><![CDATA[<p>I am facing problem in full screen mode, whenever i make it full screen my player controls &amp; other movie clips become bigger.i want it on same size should not change its size</p>
<p>please help me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-915</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-915</guid>
		<description>suppose you want to make a custom skin from this - how might you go about it?</description>
		<content:encoded><![CDATA[<p>suppose you want to make a custom skin from this &#8211; how might you go about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-918</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-918</guid>
		<description>This works for me great. But NOTE that you do not but your buttons in a symbol. But them on the scene.</description>
		<content:encoded><![CDATA[<p>This works for me great. But NOTE that you do not but your buttons in a symbol. But them on the scene.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stu&#124;ART</title>
		<link>http://layersmagazine.com/flash-component-cosmetology.html/comment-page-1#comment-917</link>
		<dc:creator>stu&#124;ART</dc:creator>
		<pubDate>Mon, 03 Nov 2008 14:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.layersmagazine.com/flash-component-cosmetology.html#comment-917</guid>
		<description>very informative.. and you make is simple to understand for us plebs. thank you.</description>
		<content:encoded><![CDATA[<p>very informative.. and you make is simple to understand for us plebs. thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

