<?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>CODIGO.actionscript &#187; colaboracion</title>
	<atom:link href="http://www.codigoactionscript.org/tag/colaboracion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigoactionscript.org</link>
	<description>Blog de programación en ActionScript. Tips, tutoriales, ejemplos de Adobe Flash, Flex y AIR</description>
	<lastBuildDate>Fri, 30 Sep 2011 11:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Tray Icon animado en AIR</title>
		<link>http://www.codigoactionscript.org/tray-icon-animado-en-air/</link>
		<comments>http://www.codigoactionscript.org/tray-icon-animado-en-air/#comments</comments>
		<pubDate>Wed, 20 May 2009 23:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Aportes]]></category>
		<category><![CDATA[animacion]]></category>
		<category><![CDATA[colaboracion]]></category>
		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://www.codigoactionscript.org/?p=398</guid>
		<description><![CDATA[<p>
Autor de post: David Villegas - Dvgmex</p>
<p>Estuve buscando como usar los Tray Ballons en Windows desde AIR, pero al no encontrar hice una alternativa, con mismos mensajes cortos pero en el icono directamente! Algo así como un Tray Icon con Mensaje tipo Ticker.  Que además funciona tanto en Windows como en Mac.</p>
<p>Aquí se ve el ejemplo:
</p>
<p>Este es el código que utilizo en mi película principal:</p>

PLAIN TEXT
Actionscript:




import flash.desktop.DockIcon;


import flash.desktop.SystemTrayIcon;


import flash.desktop.NotificationType;


import flash.desktop.NativeApplication;


&#160;


if &#40;NativeApplication.supportsDockIcon&#41;


&#123;


var dockIcon:DockIcon = NativeApplication.nativeApplication.icon as DockIcon;


&#125;


else if &#40;NativeApplication.supportsSystemTrayIcon&#41;


&#123;


var sysTrayIcon:SystemTrayIcon = NativeApplication.nativeApplication.icon as SystemTrayIcon;


sysTrayIcon.tooltip = "Mi ToolTip \n" + "Flash [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codigoactionscript.org/files/TrayIconTicker/avatar.jpg" alt="" /><br />
<strong>Autor de post: <a href="http://www.facebook.com/s.php?k=100000080&#038;id=559414686">David Villegas</a> - <a href="http://groups.adobe.com/people/c8db396873">Dvgmex</a></strong></p>
<p>Estuve buscando como usar los <strong>Tray Ballons</strong> en Windows desde AIR, pero al no encontrar hice una alternativa, con mismos mensajes cortos pero en el icono directamente! Algo así como un <strong>Tray Icon</strong> con Mensaje tipo Ticker.  Que además funciona tanto en Windows como en Mac.</p>
<p>Aquí se ve el ejemplo:<br />
<object width="472" height="80" data="http://www.codigoactionscript.org/files/TrayIconTicker/capture-1_1.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.codigoactionscript.org/files/TrayIconTicker/capture-1_1.swf" /><param name="allowfullscreen" value="true" /></object></p>
<p>Este es el código que utilizo en mi película principal:</p>
<div id="codigo">
<div class="igBar"><span id="lactionscript-3"><a href="#" onclick="javascript:showPlainTxt('actionscript-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-3">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">DockIcon</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">SystemTrayIcon</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">NotificationType</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">NativeApplication</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>NativeApplication.<span style="color: #006600;">supportsDockIcon</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> dockIcon:DockIcon = NativeApplication.<span style="color: #006600;">nativeApplication</span>.<span style="color: #006600;">icon</span> as DockIcon;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>NativeApplication.<span style="color: #006600;">supportsSystemTrayIcon</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> sysTrayIcon:SystemTrayIcon = NativeApplication.<span style="color: #006600;">nativeApplication</span>.<span style="color: #006600;">icon</span> as SystemTrayIcon;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sysTrayIcon.<span style="color: #006600;">tooltip</span> = <span style="color: #ff0000;">"Mi ToolTip <span style="color: #000099; font-weight: bold;">\n</span>"</span> + <span style="color: #ff0000;">"Flash Version: "</span> + <span style="color: #0066CC;">Capabilities</span>.<span style="color: #0066CC;">version</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> icon16bitmapData:BitmapData = <span style="color: #000000; font-weight: bold;">new</span> i16<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> icon32bitmapData:BitmapData = <span style="color: #000000; font-weight: bold;">new</span> i32<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> icon48bitmapData:BitmapData = <span style="color: #000000; font-weight: bold;">new</span> i48<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> icon128bitmapData:BitmapData = <span style="color: #000000; font-weight: bold;">new</span> i128<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> iconDefaultSet = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Array</span><span style="color: #66cc66;">&#40;</span>icon16bitmapData,icon32bitmapData,icon48bitmapData,icon128bitmapData<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//Carga TrayIconTicker</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> MyTrayIconTicker = <span style="color: #000000; font-weight: bold;">new</span> TrayIconTicker<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MyTrayIconTicker.<span style="color: #0066CC;">Show</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"MENSAJE INFORMATIVO"</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
</div>
<p></p>
<p>Y este código lo coloco dentro de un MovieClip llamado "TrayIconTicker" que es el que utilizo para animar y crear el icono:</p>
<div id="codigo">
<div class="igBar"><span id="lactionscript-4"><a href="#" onclick="javascript:showPlainTxt('actionscript-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-4">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">DockIcon</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">SystemTrayIcon</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">NotificationType</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">desktop</span>.<span style="color: #006600;">NativeApplication</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> tickerWidth = <span style="color: #cc66cc;color:#800000;">128</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> tickerStep = <span style="color: #cc66cc;color:#800000;">8</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">Show</span><span style="color: #66cc66;">&#40;</span>sMsg<span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #0066CC;">text</span> = sMsg;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #0066CC;">autoSize</span> = TextFieldAutoSize.<span style="color: #0066CC;">LEFT</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">addEventListener<span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">ENTER_FRAME</span>,myEnterFrame<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">Hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">"."</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #0066CC;">autoSize</span> = TextFieldAutoSize.<span style="color: #0066CC;">LEFT</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">removeEventListener<span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">ENTER_FRAME</span>,myEnterFrame<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">function</span> myEnterFrame<span style="color: #66cc66;">&#40;</span>event:Event<span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #006600;">x</span> = txtTicker.<span style="color: #006600;">x</span> - tickerStep;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>txtTicker.<span style="color: #006600;">x</span> + txtTicker.<span style="color: #0066CC;">width</span><span style="color: #66cc66;">&#41;</span>&amp;lt;<span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">txtTicker.<span style="color: #006600;">x</span> = tickerWidth;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> icon128bitmapData:BitmapData = <span style="color: #000000; font-weight: bold;">new</span> BitmapData<span style="color: #66cc66;">&#40;</span>tickerWidth,tickerWidth,<span style="color: #000000; font-weight: bold;">true</span>,0x00ffffff<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">icon128bitmapData.<span style="color: #006600;">draw</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">this</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> iconSet = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Array</span><span style="color: #66cc66;">&#40;</span>icon128bitmapData<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">NativeApplication.<span style="color: #006600;">nativeApplication</span>.<span style="color: #006600;">icon</span>.<span style="color: #006600;">bitmaps</span> = iconSet;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
</div>
<p></p>
<p>Puedes descargar el <a href="http://www.codigoactionscript.org/files/TrayIconTicker/TrayIconTicker.zip">archivo .FLA del ejemplo</a> para verlo implementado.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codigoactionscript.org/tray-icon-animado-en-air/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sorteo de libros &#8220;Adobe AIR Cookbook&#8221; y &#8220;Youtube: an insider&#8217;s guide&#8221;</title>
		<link>http://www.codigoactionscript.org/sorteo-de-libros-adobe-air-cookbook-y-youtube-an-insiders-guide/</link>
		<comments>http://www.codigoactionscript.org/sorteo-de-libros-adobe-air-cookbook-y-youtube-an-insiders-guide/#comments</comments>
		<pubDate>Wed, 13 May 2009 01:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aportes]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[colaboracion]]></category>
		<category><![CDATA[cookbook]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.codigoactionscript.org/?p=396</guid>
		<description><![CDATA[<p>Justo esta mañana me acaba de llegar un paquete de O'Reilly con un par de libros de promoción. El Cookbook de AIR y otro libro sobre Youtube. Dado que los libros vienen de regalo por ser un Adobe User Group los sortearé entre los miembros del grupo que realicen algún tipo de colaboración. Ya sea escribir un ejemplo de AIR, mostrar alguna aplicación o hacer algún review de un libro o aplicación que pueda ser de interés para el grupo.</p>
<p>Cómo ya he dicho unos de los libros es el Adobe [...]
Related posts:<ol>
<li><a href='http://www.codigoactionscript.org/libros-de-flex-3/' rel='bookmark' title='Libros de Flex 3'>Libros de Flex 3</a></li>
<li><a href='http://www.codigoactionscript.org/ganadores-del-sorteo-navideno-de-actionscript/' rel='bookmark' title='Ganadores del sorteo &#8220;navideño&#8221; de Actionscript'>Ganadores del sorteo &#8220;navideño&#8221; de Actionscript</a></li>
<li><a href='http://www.codigoactionscript.org/libros-sobre-programacion-creativa/' rel='bookmark' title='Libros sobre programación creativa'>Libros sobre programación creativa</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Justo esta mañana me acaba de llegar un paquete de <a href="http://oreilly.com/">O'Reilly</a> con un par de libros de promoción. El <strong>Cookbook de AIR</strong> y otro libro sobre <strong>Youtube</strong>. Dado que los libros vienen de regalo por ser un <a href="http://groups.adobe.com/groups/3924ff1ac2/summary">Adobe User Group</a> los <strong>sortearé entre los miembros del grupo que realicen algún tipo de colaboración</strong>. Ya sea escribir un ejemplo de AIR, mostrar alguna aplicación o hacer algún review de un libro o aplicación que pueda ser de interés para el grupo.</p>
<p>Cómo ya he dicho unos de los libros es el <a href="http://www.amazon.com/Adobe-AIR-1-5-Cookbook-Application/dp/0596522509?&amp;camp=212361&amp;creative=383845&amp;linkCode=wss&amp;tag=codact-20">Adobe AIR 1.5 Cookbook</a>. Para los que no conozcan la serie de libros "Cookbook" les diré que son libros imprescindibles para el aprendizaje de una aplicación. Cómo su nombre indica, el libro está lleno de "recetas", osea de pequeños trucos y códigos de ejemplo que cubren prácticamente todas las posibilidades que ofrece AIR. Desde el nivel más básico a otro más avanzado.</p>
<p><a href="http://www.amazon.com/Adobe-AIR-1-5-Cookbook-Application/dp/0596522509?&amp;camp=212361&amp;creative=383845&amp;linkCode=wss&amp;tag=codact-20"><img class="alignnone" title="book-air" src="http://farm3.static.flickr.com/2068/3527166672_d11d929fb6.jpg" alt="" width="500" height="375" /></a></p>
<p>El segundo libro es el <a href="http://www.amazon.com/YouTube-Insiders-Guide-Climbing-Charts/dp/0596521146/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1242177023&amp;sr=1-1">YouTube: An Insider's Guide to Climbing the Charts</a>. Es una interesante guía de editores de vídeos en <a href="http://www.youtube.com/">Youtube</a>. Muestra todo lo que debes saber si quieres crear y tener éxito con tu canal. Interesante el capítulo sobre como ganar dinero con tu canal de Youtube.</p>
<p><a href="http://www.amazon.com/YouTube-Insiders-Guide-Climbing-Charts/dp/0596521146/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1242177023&amp;sr=1-1"><img class="alignnone" title="book-youtube" src="http://farm4.static.flickr.com/3541/3526356009_11ca6a13c4.jpg" alt="" width="500" height="375" /></a></p>
<p>Cómo ya he dicho, los libros serán sorteados entre lo que hagan algún aporte al grupo. Para aportar únicamente tienes que <a href="http://groups.adobe.com/groups/3924ff1ac2/summary">registrarte en el grupo</a> y dejar tu aporte en <a href="http://groups.adobe.com/posts/8f2dd8ab8b">este post</a>. También si quieres puedes hacerlo desde el <a href="http://www.facebook.com/group.php?gid=72891900125">grupo de Facebook</a>, o comunicándote conmigo por email.</p>
<p>Related posts:<ol>
<li><a href='http://www.codigoactionscript.org/libros-de-flex-3/' rel='bookmark' title='Libros de Flex 3'>Libros de Flex 3</a></li>
<li><a href='http://www.codigoactionscript.org/ganadores-del-sorteo-navideno-de-actionscript/' rel='bookmark' title='Ganadores del sorteo &#8220;navideño&#8221; de Actionscript'>Ganadores del sorteo &#8220;navideño&#8221; de Actionscript</a></li>
<li><a href='http://www.codigoactionscript.org/libros-sobre-programacion-creativa/' rel='bookmark' title='Libros sobre programación creativa'>Libros sobre programación creativa</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codigoactionscript.org/sorteo-de-libros-adobe-air-cookbook-y-youtube-an-insiders-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

