<?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: Papervision3D: Getting Started with Adobe Flex (Screencast)</title>
	<atom:link href="http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Thu, 26 Aug 2010 07:28:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bruno Natal</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-29788</link>
		<dc:creator>Bruno Natal</dc:creator>
		<pubDate>Mon, 03 May 2010 01:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-29788</guid>
		<description>tks! :D</description>
		<content:encoded><![CDATA[<p>tks! <img src='http://blog.creonfx.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-26431</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 16 Feb 2010 10:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-26431</guid>
		<description>It is hard to understand</description>
		<content:encoded><![CDATA[<p>It is hard to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heisill</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-19283</link>
		<dc:creator>Heisill</dc:creator>
		<pubDate>Thu, 08 Oct 2009 12:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-19283</guid>
		<description>Thank you sooooo much!!! The world need more screencasts like yours. 

Great.</description>
		<content:encoded><![CDATA[<p>Thank you sooooo much!!! The world need more screencasts like yours. </p>
<p>Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anssi</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-7879</link>
		<dc:creator>Anssi</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-7879</guid>
		<description>1. the flowplayer.swf is 92k and that&#039;s because it has so much features. We are using the Flex compiler, not anything from the Flex framework because those would make it *much* bigger.
2. It&#039;s not tied to jQuery, our flowplayer.js works fine without jQuery. If you add jQuery you can use it&#039;s selectors, but this is entirely optional.
3. In our upcoming 3.1 we will conentrate on skinning. It will be possible to supply it a custom a SWF with graphics for the buttons etc.
4. This is a good tip. Right now we just have tons of config code samples on the site.
5. Should be possible using following options: opacity, backgroundColor: &#039;transparent&#039;, backgroundGradient: &#039;light
6. In our commercial version you can use your a play button graphic of your own</description>
		<content:encoded><![CDATA[<p>1. the flowplayer.swf is 92k and that&#8217;s because it has so much features. We are using the Flex compiler, not anything from the Flex framework because those would make it *much* bigger.<br />
2. It&#8217;s not tied to jQuery, our flowplayer.js works fine without jQuery. If you add jQuery you can use it&#8217;s selectors, but this is entirely optional.<br />
3. In our upcoming 3.1 we will conentrate on skinning. It will be possible to supply it a custom a SWF with graphics for the buttons etc.<br />
4. This is a good tip. Right now we just have tons of config code samples on the site.<br />
5. Should be possible using following options: opacity, backgroundColor: &#8216;transparent&#8217;, backgroundGradient: &#8216;light<br />
6. In our commercial version you can use your a play button graphic of your own</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-7613</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 28 Jan 2009 09:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-7613</guid>
		<description>I meant (font)outline around each letter. Here are couple of comments on the player:

1. The file size of SWFs is a bit big (are you developing with flex sdk?)
2. You have to work more for swfobject integration (documentation) and not to tie down it to jquery, since there are many people that do not use jquery.
3. There should be easy way to skin this. I just don&#039;t like the round buttons
4. With this amount of options (cheers for that) there should be some tool to generate the configs.
5. I could not make a semi-transparent content area without using png. Once it started playing the movie it became solid.
6. The play button border is fat (can you use hairline)</description>
		<content:encoded><![CDATA[<p>I meant (font)outline around each letter. Here are couple of comments on the player:</p>
<p>1. The file size of SWFs is a bit big (are you developing with flex sdk?)<br />
2. You have to work more for swfobject integration (documentation) and not to tie down it to jquery, since there are many people that do not use jquery.<br />
3. There should be easy way to skin this. I just don&#8217;t like the round buttons<br />
4. With this amount of options (cheers for that) there should be some tool to generate the configs.<br />
5. I could not make a semi-transparent content area without using png. Once it started playing the movie it became solid.<br />
6. The play button border is fat (can you use hairline)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anssi Piirainen</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/comment-page-1#comment-7611</link>
		<dc:creator>Anssi Piirainen</dc:creator>
		<pubDate>Wed, 28 Jan 2009 08:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=193#comment-7611</guid>
		<description>What do you mean by outlines around the captions? Do you mean some borders around the captions area? You can add a border with following confiuration for the content plugin:

&quot;borderRadius&quot;:10,&quot;border&quot;:1

borderRadius specifies the amount of rounding in the edges and the border specifies the thickness of the line used for the border.</description>
		<content:encoded><![CDATA[<p>What do you mean by outlines around the captions? Do you mean some borders around the captions area? You can add a border with following confiuration for the content plugin:</p>
<p>&#8220;borderRadius&#8221;:10,&#8221;border&#8221;:1</p>
<p>borderRadius specifies the amount of rounding in the edges and the border specifies the thickness of the line used for the border.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
