<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Go4Flash</title>
	<link>http://blog.go4flash.com</link>
	<description>Adobe (Macromedia) Flash expertise and Flash related technologies</description>
	<lastBuildDate>Thu, 03 Mar 2011 18:54:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Removing list of elements from Array or ArrayCollection</title>
		<description>If you need to remove list of selected items in List component in Flex
you should not go from first element to last element of selectedIndices array
because once you remove one selected element all indexes will shift on one position to the left

solution is very simple you just need to go ...</description>
		<link>http://blog.go4flash.com/articles/removing-list-of-elements-from-array-or-arraycollection/</link>
			</item>
	<item>
		<title>Google Weather - Flex component</title>
		<description>GoogleWeather features:
- change language
- load countries list from google (also useful for other applications, because you don't need any database for that, all comes from google)
- load cities list based on selected country (also useful for other applications, because you don't need any database for that, all comes from google)
- ...</description>
		<link>http://blog.go4flash.com/components/google-weather-flex-component/</link>
			</item>
	<item>
		<title>Transparent Flex app click-through solution</title>
		<description>In my project I had situation that I need to load flex transparent flex application and to haveposssibility to click through this applicatio
I was trying to set backgroundAlpha to zero, but it doesn't help me because application container overlap object under this application
here is a trick
on application create complete:

private function ...</description>
		<link>http://blog.go4flash.com/articles/flex-articles/transparent-flex-app-click-through-solution/</link>
			</item>
	<item>
		<title>How to get showEffect working first time</title>
		<description>Today I got problem with showEffect in my project, when I added my component via PopUpManager.addPopUp I notice that showEffect doesn't run.
To get it working you need add creationComplete handled inside component and dispatch FlexEvent.SHOW event in created handler.

happy coding ;) </description>
		<link>http://blog.go4flash.com/articles/how-to-get-showeffect-working-first-time/</link>
			</item>
	<item>
		<title>FLASH&#038;FLEX Developer&#8217;s Magazine 02/2009 issue review</title>
		<description>

I am glad to say that Flash &#38; Flex Developer's Magazine published new issue

FFD's magazine is great, they growing every day, it seems that there is working professional people, they know how to do work in a best way!

Their articles dealing with important things for flash and flex developers. 

Contents ...</description>
		<link>http://blog.go4flash.com/articles/as3/flashflex-developers-magazine-022009-issue-review/</link>
			</item>
	<item>
		<title>Flash Player 10 finally released&#8230;</title>
		<description>Introducing Flash Player 10

Features !!!!

Get Flash Player 10 </description>
		<link>http://blog.go4flash.com/articles/flash-player-10-finally-released/</link>
			</item>
	<item>
		<title>gTween: Programmatic Tweening for AS3 Developers Beta 4 Release</title>
		<description>New powerful tweening engine is initially being released as a beta

more info here:

http://www.gskinner.com/blog/archives/2008/08/gtween_a_new_tw.html

http://gskinner.com/libraries/gtween

Updates:  

gTween beta 3 released

Here's the full list of beta 3 updates:

	fixed a bug with smart rotation
	added rotationProperties static property to specify properties to apply smartRotation to
	fixed bug with proxy method calls not returning the return value (thanks ...</description>
		<link>http://blog.go4flash.com/articles/as3/gtween/</link>
			</item>
	<item>
		<title>MVC Pattern Presentation (Cairngorm vs Mate)</title>
		<description>This presentation will guide you through the MVC Pattern and Flex implementation of MVC (Cairgorm and Mate Frameworks)

[drain file 38 show tpl]

[drain file 41 show tpl]

[drain file 39 show tpl]

[drain file 40 show tpl] </description>
		<link>http://blog.go4flash.com/articles/flex-articles/mvc-pattern-presentation-cairngorm-vs-mate/</link>
			</item>
	<item>
		<title>Flex Application Size</title>
		<description>Don't forget
By default Flex Builder compile application to  debug build,
Don't forget before deploying your application to  production server to export release build
Project -&#62; Export Release Build...
release build can be twice smaller than debug  version
EXTERNALIZING ASSETS
There are a number of ways to externalize code and assets.
MODULES
If there is application functionality ...</description>
		<link>http://blog.go4flash.com/articles/flex-articles/flex-application-size/</link>
			</item>
	<item>
		<title>Flex 3 CSS Properties List</title>
		<description>

[drain file 36 show tpl] </description>
		<link>http://blog.go4flash.com/cheatsheets/flex/flex-3-css-properties/</link>
			</item>
</channel>
</rss>

