<?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>Flash applications and animations</title>
	<atom:link href="http://flash-banner-rotator.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flash-banner-rotator.com</link>
	<description>banner rotators&#124;utilities&#124;animations&#124;video players</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:32:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Envato Birthday Bundle 2010, 400$ worth of files for just 20$</title>
		<link>http://flash-banner-rotator.com/2010/08/envato-birthday-bundle-2010-400-worth-of-files-for-just-20/</link>
		<comments>http://flash-banner-rotator.com/2010/08/envato-birthday-bundle-2010-400-worth-of-files-for-just-20/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 05:39:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Banner rotators]]></category>

		<guid isPermaLink="false">http://flash-banner-rotator.com/?p=670</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://activeden.net?ref=gljivec"><img src="http://flash-banner-rotator.com/wp-content/uploads/2010/08/birthday_bundle1.jpg" alt="envato birthday bundle 2010" title="birthday_bundle" width="590" height="300" class="aligncenter size-full wp-image-672" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flash-banner-rotator.com/2010/08/envato-birthday-bundle-2010-400-worth-of-files-for-just-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envato Birthday Bundle 2010, 400$ worth of files for just 20$</title>
		<link>http://flash-banner-rotator.com/2010/07/test/</link>
		<comments>http://flash-banner-rotator.com/2010/07/test/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Banner rotators]]></category>

		<guid isPermaLink="false">http://flash-banner-rotator.com/?p=653</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://activeden.net?ref=gljivec"><img src="http://flash-banner-rotator.com/wp-content/uploads/2010/08/birthday_bundle1.jpg" alt="envato birthday bundle 2010" title="birthday_bundle" width="590" height="300" class="aligncenter size-full wp-image-672" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flash-banner-rotator.com/2010/07/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get GPS coordinates from Google Maps</title>
		<link>http://flash-banner-rotator.com/2010/07/how-to-get-gps-coordinates-from-google-maps/</link>
		<comments>http://flash-banner-rotator.com/2010/07/how-to-get-gps-coordinates-from-google-maps/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 19:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[as3 google maps]]></category>
		<category><![CDATA[flash google maps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google maps flash api]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://flash-banner-rotator.com/?p=647</guid>
		<description><![CDATA[In previous tutorial we made a simple google map in Flash. But how do we get desired coordinates of our location? You probably would like to show location of your company and set it as default map location. Getting coordinates is actually pretty simple. Go to Google Maps and find the desired location. Now use ]]></description>
			<content:encoded><![CDATA[<p>In previous tutorial we made a simple google map in Flash. But how do we get desired coordinates of our location? You probably would like to show location of your company and set it as default map location. Getting coordinates is actually pretty simple.</p>
<p>Go to Google Maps and find the desired location. Now use right click and then select &#8220;center map here&#8221;. Now paste following code into browser URL:<br />
<code><br />
javascript:void(prompt('',gApplication.getMap().getCenter()));<br />
</code></p>
<p>A pop up window with coordinates will appear. Just copy this coordinates and paste them to flash code:<br />
<code></p>
<p>map.setCenter(new LatLng(37.77114, -122.40159), 18, MapType.SATELLITE_MAP_TYPE);<br />
var m:Marker = new Marker(new LatLng(37.77114, -122.40159),<br />
</code></p>
<p>coordinates for marker define exactly where marker of your location is placed.<br />
And we&#8217;re done. Good luck using it in your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://flash-banner-rotator.com/2010/07/how-to-get-gps-coordinates-from-google-maps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reading Google Maps API to Flash AS3</title>
		<link>http://flash-banner-rotator.com/2010/07/reading-google-maps-api-to-flash-as3/</link>
		<comments>http://flash-banner-rotator.com/2010/07/reading-google-maps-api-to-flash-as3/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[as3 google maps]]></category>
		<category><![CDATA[flash google maps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google maps flash api]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://flash-banner-rotator.com/?p=642</guid>
		<description><![CDATA[The use of google maps in flash AS3 is simple and straightforward. First go to Google Maps API for Flash and download the zip file. Now extract the files and copy flash component file under lib directory to where you have flash installed (under component dir). Usually path is: C:\Program Files\Adobe\Adobe Flash CS4\language\Configuration\Components. Now open ]]></description>
			<content:encoded><![CDATA[<p>The use of google maps in flash AS3 is simple and straightforward.<br />
First go to <a href="http://maps.googleapis.com/maps/flash/release/sdk.zip">Google Maps API for Flash</a> and download the zip file. Now extract the files and copy flash component file under lib directory to where you have flash installed (under component dir). Usually path is: C:\Program Files\Adobe\Adobe Flash CS4\language\Configuration\Components.<br />
Now open Flash and go to components (window/components). You will see GoogleMapsLibrary under Google Maps API. Drag it to your library on stage.</p>
<p>Next you have to import neccessary classes:<br />
<code><br />
import com.google.maps.*;<br />
import com.google.maps.overlays.*;<br />
import com.google.maps.controls.*;<br />
</code></p>
<p>Next step is definition of variables needed for map creation:<br />
<code><br />
var map:Map = new Map();<br />
map.key =<br />
"ABQIAAAAqHHCopGV2FznT8V5ph6ELxShFIAhFb89IoGWiehHpBPf2E8vHxQ2wvPhcSdLLuc<br />
6JxXYONuPAmqLRA";<br />
map.setSize(new Point(stage.stageWidth, stage.stageHeight));<br />
map.x = 0;<br />
map.y = 0;<br />
map.addEventListener(MapEvent.MAP_READY, onMapReady);<br />
</code></p>
<p>map.key defines the starting location of the map and can be found on google pages.<br />
map.setSize defines the size of the map (in our case it is the size of the stage).<br />
map.x and map.y define the position of map on stage.<br />
Finally we add an event listener that will start a function to draw a map when map is ready.<br />
In the end we add following code:<br />
<code></p>
<p>function onMapReady(e:Event):void<br />
{<br />
		map.addControl(new ZoomControl());<br />
		map.addControl(new MapTypeControl());<br />
		map.setCenter(new LatLng(37.77114, -122.40159), 18, MapType.SATELLITE_MAP_TYPE);<br />
		var m:Marker = new Marker(new LatLng(37.77114, -122.40159),<br />
									new MarkerOptions({icon:new marker()}));<br />
		map.addOverlay(m);</p>
<p>}<br />
</code></p>
<p>All we have to do now is add map to the stage:<br />
<code><br />
this.addChild(map);<br />
</code></p>
<p>Save and export movie and map with marker on Adobe location should appear.</p>
]]></content:encoded>
			<wfw:commentRss>http://flash-banner-rotator.com/2010/07/reading-google-maps-api-to-flash-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Donation</title>
		<link>http://flash-banner-rotator.com/2010/07/donation/</link>
		<comments>http://flash-banner-rotator.com/2010/07/donation/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:55:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donate]]></category>
		<category><![CDATA[donation]]></category>

		<guid isPermaLink="false">http://flash-banner-rotator.com/?p=639</guid>
		<description><![CDATA[Found information on this webpage useful? Donate a symbolic fee to keep this page runing: Thank you!]]></description>
			<content:encoded><![CDATA[<p>Found information on this webpage useful? Donate a symbolic fee to keep this page runing:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="V4MTXXVARALQL">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://flash-banner-rotator.com/2010/07/donation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.292 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-05 04:11:40 -->
