<?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>Peter Velichkov's Blog &#187; Adobe Flex</title>
	<atom:link href="http://blog.creonfx.com/category/adobe-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Fri, 09 Dec 2011 13:17:56 +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>How to Access Flex 3 VideoDisplay CuePoint Parameters</title>
		<link>http://blog.creonfx.com/adobe-flex/how-to-access-flex-3-videodisplay-cuepoint-parameters</link>
		<comments>http://blog.creonfx.com/adobe-flex/how-to-access-flex-3-videodisplay-cuepoint-parameters#comments</comments>
		<pubDate>Mon, 06 Dec 2010 23:18:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=299</guid>
		<description><![CDATA[Unfortunately when adding cuePoint event listener to mx:VideoDisplay component in Adobe Flex 3 you only receive name, time and type of the Cue Point. Here is a dirty workaround to access the parameters from the metadata. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;s:Application minHeight=&#34;600&#34; minWidth=&#34;955&#34; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/mx&#34;&#62; &#60;fx:Script&#62; &#60;!&#91;CDATA&#91; import mx.core.mx_internal; import mx.events.MetadataEvent; import mx.utils.ObjectUtil; &#160; protected [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/how-to-access-flex-3-videodisplay-cuepoint-parameters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LineBreak / NewLine in Flex Text Control from XML String</title>
		<link>http://blog.creonfx.com/adobe-flex/linebreak-newline-flex-textarea-xml-strin</link>
		<comments>http://blog.creonfx.com/adobe-flex/linebreak-newline-flex-textarea-xml-strin#comments</comments>
		<pubDate>Wed, 27 Oct 2010 13:56:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=296</guid>
		<description><![CDATA[Unfortunately the standard way (&#8216;\n&#8217;)  of inserting new lines in Flex Text Controls (Label, Text etc) doesn&#8217;t work when the string comes from XML. The magical way to do it is by using &#8216;&#38;#13;&#8216; so Lorem&#38;#13;Ipsum becomes Lorem Ipsum]]></description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/linebreak-newline-flex-textarea-xml-strin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed Font in Flex4 Actionscript Project</title>
		<link>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project</link>
		<comments>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project#comments</comments>
		<pubDate>Sun, 25 Apr 2010 12:19:58 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[embed fonts]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[TLF]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=292</guid>
		<description><![CDATA[A quick tip for all not seeing their embeded fonts when compiling pure AS project with Flex SDK 4: [Embed(source="assets/fonts/my-cool-font.otf", fontFamily="CoolFont", fontWeight="normal", mimeType='application/x-font', embedAsCFF='false')] private var MyCoolFont:Class; Notice the embedAsCFF=&#8217;false&#8217;, this is the most important part. Basically when not using Spark Text Components (which are based on Text Layout Framework) you need this option. In [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Custom Skinnable Slider Component for Adobe Flex 3</title>
		<link>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3</link>
		<comments>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:37:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[custom component]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=261</guid>
		<description><![CDATA[First of all let me apologize for not blogging in a while but I&#8217;ve been working on couple of interesting projects after which it was time for deserved vacation on the BlackSea&#8217;s beaches. Anyway I needed a better looking horizontal slider for one of the projects and all of my googling got me nothing reasonable [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Install Adobe Flex Builder Alpha on Debian</title>
		<link>http://blog.creonfx.com/adobe-flex/install-adobe-flex-debian-linux</link>
		<comments>http://blog.creonfx.com/adobe-flex/install-adobe-flex-debian-linux#comments</comments>
		<pubDate>Sun, 07 Oct 2007 19:16:40 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/adobe-flex/install-adobe-flex-debian-linux</guid>
		<description><![CDATA[After bumping my head against the monitor for couple of minutes i have successfully installed Adobe Flex Builder Linux Public Alpha on my Debian Unstable Linux. Here is the procedure: 1. wget http://download.macromedia.com/pub/labs/flex/\ flexbuilder_linux/flexbuilder_linux_install_a1_100207.bin 2. apt-get install eclipse sun-java5-bin 3. update-alternatives &#8211;config java (set /usr/lib/jvm/java-1.5.0-sun/jre/bin/java to be used) 4. run the installer Enjoy]]></description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/install-adobe-flex-debian-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

