<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>flalog - Flash Actionscript Tutorial Solution Experience</title>
	<link>http://flalog.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Apr 2008 10:34:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>I&#8217;ll be in FITC Amsterdam</title>
		<description><![CDATA[
On the 25 and 26 of February, it’s time for Flash in the Can to visit Europe for the first time in their history. Tickets have been sold out on January 30th, as you can see, it'll be full of talented people.  So, I'll be there to meet fantastic people who lives with flash, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "I&#8217;ll be in FITC Amsterdam", url: "http://flalog.com/fitc/ill-be-in-fitc-amsterdam/" });</script>]]></description>
		<link>http://flalog.com/fitc/ill-be-in-fitc-amsterdam/</link>
			</item>
	<item>
		<title>ImageFlow effect with Papervision3D</title>
		<description><![CDATA[
A combination of papervision3D and Tweener . Uses XML to get the images, so you can add any image you want. Displays unlimited images with stack effect ,as you can see has perspectve and reflections. And it's only 34 kb.
Take a look at the demo.
If you would like to use this effect,  you can [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "ImageFlow effect with Papervision3D", url: "http://flalog.com/actionscript-3/imageflow-effect-with-papervision3d/" });</script>]]></description>
		<link>http://flalog.com/actionscript-3/imageflow-effect-with-papervision3d/</link>
			</item>
	<item>
		<title>Dispatching Mouse Events using dispatchEvent()</title>
		<description><![CDATA[If you try to dispatch a MouseEvent in a dispatchEvent(), you will get an Error that says "cannot convert "click"(or whatever) to flash.events.Event".  So here is the trick for that:
movieClipInstanece.dispatchEvent(new MouseEvent(MouseEvent.CLICK, true, false));
Tags: Actionscript 3 , MouseEvent, Events, Click, Roll_Over, Roll_Out, Double_Click, dispatchEvent, dispatch, EventListener, AddEventListener
<script type="text/javascript">SHARETHIS.addEntry({ title: "Dispatching Mouse Events using dispatchEvent()", url: "http://flalog.com/actionscript-3/dispatching-mouse-events-using-dispatchevent/" });</script>]]></description>
		<link>http://flalog.com/actionscript-3/dispatching-mouse-events-using-dispatchevent/</link>
			</item>
	<item>
		<title>Flash Menu Templates</title>
		<description><![CDATA[  










Flash XML
Tree Menu
Price: $1
Flash XML
Tree Menu 2
Price: $1
Windows Style XML  Tree Menu
Price: $3







Dynamic
Elastic Menu
Price: $1
Dynamic
Elastic Menu Blue
Price: $3
Elastic Liquid
Horizontal Menu
Price: $1







Cool Flash Menu
Price: $1
Dynamic Flash Menu
Price: $1
Dynamic
Mac Style Menu
Price: $1




&#160;


Dynamic
XML Menu Tabs
Price: $1
Horizontal
XML Tree Menu
Price: $1



<script type="text/javascript">SHARETHIS.addEntry({ title: "Flash Menu Templates", url: "http://flalog.com/uncategorized/flash-menu-templates/" });</script>]]></description>
		<link>http://flalog.com/uncategorized/flash-menu-templates/</link>
			</item>
	<item>
		<title>Easy Flv Video Player</title>
		<description><![CDATA[
To download source of this file click here

This is a completely dynamic FLV video player (streamer) flash file.
You can change the video path and title with the XML file.
You can click the progress bar to jump any time of the video.
If you want to change the interface, just change them from the FLA, there is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Easy Flv Video Player", url: "http://flalog.com/experiences/easy-flv-video-player/" });</script>]]></description>
		<link>http://flalog.com/experiences/easy-flv-video-player/</link>
			</item>
	<item>
		<title>Reaching the List component in the comboBox component</title>
		<description><![CDATA[Today I needed to change heights of the rows in the ComboBox component . After a bit of search , I figured out that we can reach the List component with its Instance name as “dropdown”  , so.. see code below ; )
comboBoxInstance.dropdown.rowHeight = 20;
<script type="text/javascript">SHARETHIS.addEntry({ title: "Reaching the List component in the comboBox component", url: "http://flalog.com/experiences/reaching-the-list-component-in-the-combobox-componentcombobox-birleseni-icerisindeki-list-birlesenine-erismek/" });</script>]]></description>
		<link>http://flalog.com/experiences/reaching-the-list-component-in-the-combobox-componentcombobox-birleseni-icerisindeki-list-birlesenine-erismek/</link>
			</item>
	<item>
		<title>Postit RSS Reader</title>
		<description><![CDATA[
To download source of this file click here
It can show news / text from any RSS address on the web, just change the RSS path in the file.
For example: This flash file can get the last.fm recently played tracks,or you can display your blog’s news with this little SWF file on your website or myspace [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Postit RSS Reader", url: "http://flalog.com/experiences/postit-rss-reader/" });</script>]]></description>
		<link>http://flalog.com/experiences/postit-rss-reader/</link>
			</item>
	<item>
		<title>Using Flash Player 8 detection kit</title>
		<description><![CDATA[You want to use Flash Plasyer 8 features in your swf file but you don’t know your visitors have the Flash Plasyer 8 on their system? Now, Adobe has developed Detection kit and it provides us to upgrade user’s Flash Player automatically. You wanna learn how you can do it? follow me :
1) Firstly, we [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Using Flash Player 8 detection kit", url: "http://flalog.com/flash-8/using-flash-player-8-detection-kitflash-player-8-otomatik-yukleme-kiti/" });</script>]]></description>
		<link>http://flalog.com/flash-8/using-flash-player-8-detection-kitflash-player-8-otomatik-yukleme-kiti/</link>
			</item>
	<item>
		<title>Flash 8 imports PSD (Photoshop) Documents</title>
		<description><![CDATA[Today, I have seen that Flash 8 can import PSD (Photoshop) files, and I wanted to share this with you. Flash 8 uses the PSD file as a normal image without any problem, and it gives us a flexibility for the website designs.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Flash 8 imports PSD (Photoshop) Documents", url: "http://flalog.com/experiences/flash-8-imports-psd-photoshop-documentsflash-8-psd-photoshop-dokumanlarini-import-edebiliyor/" });</script>]]></description>
		<link>http://flalog.com/experiences/flash-8-imports-psd-photoshop-documentsflash-8-psd-photoshop-dokumanlarini-import-edebiliyor/</link>
			</item>
	<item>
		<title>Dynamic Flash XML Tree Menu</title>
		<description><![CDATA[
 You should click a button to see its submenus.
General Features:

You can add unlimited main menus and sub menus.
You can change main menu and sub menu backgrounds, texts, links.(XML)
No actionscript knowledge required.
Detailed PDF help documentation.
Flash 8 and Flash MX 2004 FLA files available.

Without opening the FLA file:
You can edit the main menu and submenu numbers, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Dynamic Flash XML Tree Menu", url: "http://flalog.com/experiences/dynamic-flash-xml-tree-menu/" });</script>]]></description>
		<link>http://flalog.com/experiences/dynamic-flash-xml-tree-menu/</link>
			</item>
</channel>
</rss>
