<?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>zedia flash blog &#187; Flex</title>
	<atom:link href="http://www.zedia.net/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using the Flex profiler with a Flash Website or Application</title>
		<link>http://www.zedia.net/2008/using-the-flex-profiler-with-a-flash-website-or-application/</link>
		<comments>http://www.zedia.net/2008/using-the-flex-profiler-with-a-flash-website-or-application/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 01:28:33 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Jun Heider]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[Ted Patrick]]></category>

		<guid isPermaLink="false">http://www.zedia.net/2008/using-the-flex-profiler-with-a-flash-website-or-application/</guid>
		<description><![CDATA[Ted Patrick posted on is blog a video of a presentation that was made at 360 Flex about the Flex Builder 3 Profiler by Jun Heider. It&#8217;s a pretty interesting talk about some unknown feature and tweaks of the profiler. One of the thing I learned that I am really happy to have found was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onflex.org" title="Ted Patrick" target="_blank">Ted Patrick</a> posted on is blog a video of a <a href="http://www.onflex.org/ted/2008/09/360flex-sj-2008-using-flex-builder-3.php" title="Using the Flex Builder 3 profiler" target="_blank">presentation that was made at 360 Flex about the Flex Builder 3 Profiler</a> by Jun Heider. It&#8217;s a pretty interesting talk about some unknown feature and tweaks of the profiler. One of the thing I learned that I am really happy to have found was the fact that you can use the profiler on a project that wasn&#8217;t made using the Flex Builder,  for example a project made in the Flash IDE. Here are the three simple steps you have to do.</p>
<p>In FLEX</p>
<ul>
<li>Go to the Profiler view and in the Profile menu select &#8220;Profile External Application&#8221;</li>
<li>In the window that will prompt, select the radio button Launch the application manually outside Flex Builder</li>
</ul>
<p>In Flash</p>
<ul>
<li>All you have to do in Flash is to run the debug version of your movie (&#8220;Debug Movie&#8221; in the Debug menu)</li>
</ul>
<p>That&#8217;s it, the Profiler will kick in for your Flash application.</p>
<p>Now I don&#8217;t see any reasons to use Flex anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2008/using-the-flex-profiler-with-a-flash-website-or-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex problems again</title>
		<link>http://www.zedia.net/2007/flex-problems-again/</link>
		<comments>http://www.zedia.net/2007/flex-problems-again/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 05:27:02 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://www.zedia.net/2007/flex-problems-again/</guid>
		<description><![CDATA[Seems like every time I want to use Flex there is something that prohibits me from doing it. Today I was trying  to make a website using papervision3D; what I want to do is use a grid of video planes. So each of my plane has a MovieMaterial Movie has a FLV embedded in it. [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like every time I want to use Flex there is something that prohibits me from doing it. Today I was trying  to make a website using papervision3D; what I want to do is use a grid of video planes. So each of my plane has a MovieMaterial Movie has a FLV embedded in it. Well the thing is that you cannot import FLV files in Flex. So it makes it just more complicated in this case to use Flex and Flash together instead of just using Flash. Oh well, no profiler for me this time either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2007/flex-problems-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Flex with Flash problems</title>
		<link>http://www.zedia.net/2007/using-flex-with-flash-problems/</link>
		<comments>http://www.zedia.net/2007/using-flex-with-flash-problems/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 22:08:27 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Profiler]]></category>

		<guid isPermaLink="false">http://www.zedia.net/2007/using-flex-with-flash-problems/</guid>
		<description><![CDATA[I am really trying to integrate Flex into my work but I keep bumping into problems. I am working on a game that uses movieClips for my Sprites (Monsters). The thing is the when you embed a movieClip from Flash it loses all its ActionScript. I know that you can use a method that addScriptAtFrame [...]]]></description>
			<content:encoded><![CDATA[<p>I am really trying to integrate Flex into my work but I keep bumping into problems. I am working on a game that uses movieClips for my Sprites (Monsters). The thing is the when you embed a movieClip from Flash it loses all its ActionScript. I know that you can use a method that addScriptAtFrame but it seems to be complicated for nothing. Also what happens if I have a movieClip with a movieClip inside it? I really want to use Flex, I think it&#8217;s a great tool, the profiler is really something I wanted and it works great, but why is it so complicated to make it work (Flex)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2007/using-flex-with-flash-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Flex again</title>
		<link>http://www.zedia.net/2007/some-flex-again/</link>
		<comments>http://www.zedia.net/2007/some-flex-again/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 00:36:04 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[design pattern]]></category>

		<guid isPermaLink="false">http://www.zedia.net/2007/some-flex-again/</guid>
		<description><![CDATA[Yesterday I got my hands dirty with Flex and I found out that I would need much work to do what I wanted. I guess my first application will be buggy. Well I actually did a store-locator in Flex for the website vichy.ca. I programmed mostly not knowing what I was doing but the result [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I got my hands dirty with Flex and I found out that I would need much work to do what I wanted. I guess my first application will be buggy. Well I actually did a store-locator in Flex for the website <a href="http://www.vichy.ca" title="Vichy Canada" target="_blank">vichy.ca</a>. I programmed mostly not knowing what I was doing but the result is ok, not great but ok.</p>
<p>What I can&#8217;t get in my head is where to put the ActionScript and how multiple views can update global variables. What I want to do is a five step process and each step build a piece of a xml that describe a picture. I want to be able to move picture and rescale them also. Well, I bought the book, I guess I&#8217;ll have to wait until then.</p>
<p>Also today I watched this <a href="http://adobechats.adobe.acrobat.com/p12266504/" title="presentation about Flex Frameworks" target="_blank">presentation about what framework to use with the Flex</a> framework (you read correctly) that I came across reading <a href="http://www.sephiroth.it/weblog/archives/2007/10/flex_frameworks.php" title="Presentation about flex frameworks" target="_blank">this blog</a>. It&#8217;s pretty interesting, a lot is said about design patterns. They bash a lot on cairngorm which I had started reading about but just couldn&#8217;t figure what it was about. I guess I shouldn&#8217;t have dropped that design pattern class in favor to an Astro-biology class.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2007/some-flex-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to Flex coming from Flash</title>
		<link>http://www.zedia.net/2007/going-to-flex-coming-from-flash/</link>
		<comments>http://www.zedia.net/2007/going-to-flex-coming-from-flash/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 03:56:29 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.zedia.net/2007/going-to-flex-coming-from-flash/</guid>
		<description><![CDATA[I never really gave much attention to Flex. Mostly because it&#8217;s not beautiful enough in the sense that now the design of the website is so important that the platform you end up doing it on has to be very flexible to accommodate it. It&#8217;s kinda ironic to say, but I don&#8217;t find Flex that [...]]]></description>
			<content:encoded><![CDATA[<p>I never really gave much attention to Flex. Mostly because it&#8217;s not beautiful enough in the sense that now the design of the website is so important that the platform you end up doing it on has to be very flexible to accommodate  it. It&#8217;s kinda ironic to say, but I don&#8217;t find Flex that much flexible, design-wise.</p>
<p>But now I have an idea for a rich internet application, so I said to myself, why not try Flex, this application needs more usability than design. Well it isn&#8217;t as easy as it sounds. Flex is a whole new paradigm from Flash even if they share ActionScript 3. I&#8217;m kinda lost here and I don&#8217;t know where to start to get my application going. I guess I&#8217;ll have no choice but to buy the book. That&#8217;s what I&#8217;ll do right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2007/going-to-flex-coming-from-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

