<?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>RBLAB</title> <atom:link href="http://www.rblab.com/blog/feed/" rel="self" type="application/rss+xml" /><link>http://www.rblab.com/blog</link> <description>Blog of Riccardo Bartoli about Flash, Actionscript, Javascript and jQuery...</description> <lastBuildDate>Tue, 01 Nov 2011 10:39:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Connect to Cisco VPN from Mac OS X Lion (10.7)</title><link>http://www.rblab.com/blog/2011/11/connect-cisco-vpn-macos-lion/</link> <comments>http://www.rblab.com/blog/2011/11/connect-cisco-vpn-macos-lion/#comments</comments> <pubDate>Tue, 01 Nov 2011 10:30:05 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=1000</guid> <description><![CDATA[Here are some instructions about using the Apple built-in client instead of the Cisco VPN software. Using the Apple built-in client will help ensure support as the Mac OS Evolves. Here&#8217;s how to use the Apple built-in client instead: Open System Preferences &#62; Network Click the lock button to unlock it and make changes Click [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/11/connect-cisco-vpn-macos-lion/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Subversion on Mac OS X Lion (10.7)</title><link>http://www.rblab.com/blog/2011/07/install-subversion-mac-os-lion-10-7/</link> <comments>http://www.rblab.com/blog/2011/07/install-subversion-mac-os-lion-10-7/#comments</comments> <pubDate>Thu, 28 Jul 2011 13:41:30 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Eclipse]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[lion]]></category> <category><![CDATA[mac os x]]></category> <category><![CDATA[subversion]]></category> <category><![CDATA[tip]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=941</guid> <description><![CDATA[Edit the SystemVersion.plist file to change your Mac OS X version from 10.7 to 10.6: sudo vi /System/Library/CoreServices/SystemVersion.plist Replace each occurrence of 10.7 with 10.6 Save the file Install Universal Subversion 1.6.17 Binaries for Snow Leopard (Mac OS X 10.6) from http://www.collab.net/downloads/community/ Revert the file we edited previously (10.6 to 10.7 this time)]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/07/install-subversion-mac-os-lion-10-7/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>[AS3 SNIPPET] Video loop class</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-video-loop-class/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-video-loop-class/#comments</comments> <pubDate>Tue, 08 Feb 2011 14:40:12 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=928</guid> <description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120package com.rblab.framework.video &#123; &#160; &#160; &#160; import flash.events.AsyncErrorEvent; &#160; &#160; import flash.events.NetStatusEvent; &#160; &#160; import flash.media.Video; &#160; &#160; import flash.net.NetConnection; &#160; &#160; import flash.net.NetStream; &#160; &#160; &#160; &#160; public class VideoLoop extends Video &#160; &#160; &#123; &#160; &#160; &#160; &#160; &#160; //-------------------------------------------------------------------------- &#160; &#160; &#160; &#160; // &#160; &#160; &#160; &#160; // &#160;Private properties &#160; [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-video-loop-class/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Url unshortener class using http://untiny.me/ public service</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-url-unshortener-class-using-httpuntiny-me-public-service/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-url-unshortener-class-using-httpuntiny-me-public-service/#comments</comments> <pubDate>Mon, 07 Feb 2011 23:50:36 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=926</guid> <description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133package com.rblab.framework.net &#123; &#160; &#160; import flash.events.Event; &#160; &#160; import flash.events.EventDispatcher; &#160; &#160; import flash.events.IOErrorEvent; &#160; &#160; import flash.net.URLLoader; &#160; &#160; import flash.net.URLRequest; &#160; &#160; &#160; &#160; /** &#160; &#160; &#160;* Dispatched when the instance has successfully unshortened an url. &#160; &#160; &#160;* @eventType flash.events.COMPLETE &#160; &#160; &#160;*/ &#160; &#160; &#91;Event&#40;name=&#34;complete&#34;, type=&#34;flash.events.Event&#34;&#41;&#93; &#160; &#160; /** [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-url-unshortener-class-using-httpuntiny-me-public-service/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Url shortener class using http://is.gd/ public service</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-url-shortener-class-using-httpis-gd-public-service/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-url-shortener-class-using-httpis-gd-public-service/#comments</comments> <pubDate>Mon, 07 Feb 2011 23:48:11 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=921</guid> <description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127package com.rblab.framework.net &#123; &#160; &#160; import flash.events.Event; &#160; &#160; import flash.events.EventDispatcher; &#160; &#160; import flash.events.IOErrorEvent; &#160; &#160; import flash.net.URLLoader; &#160; &#160; import flash.net.URLRequest; &#160; &#160; /** &#160; &#160; &#160;* Dispatched when the instance has successfully shortened an url. &#160; &#160; &#160;* @eventType flash.events.COMPLETE &#160; &#160; &#160;*/ &#160; &#160; &#91;Event&#40;name=&#34;complete&#34;, type=&#34;flash.events.Event&#34;&#41;&#93; &#160; &#160; /** &#160; &#160; [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-url-shortener-class-using-httpis-gd-public-service/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[AS3 SNIPPET] Papervision 3D 2.0 extendable view with scale 1:1 (3d to 2d)</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-papervision-3d-2-0-extendable-view-with-scale-1-to-1-3d-to-2d/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-papervision-3d-2-0-extendable-view-with-scale-1-to-1-3d-to-2d/#comments</comments> <pubDate>Mon, 07 Feb 2011 23:41:35 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Papervision 3D]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[papervision]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=919</guid> <description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127package com.rblab.framework.papervision &#123; &#160; &#160; import org.papervision3d.cameras.Camera3D; &#160; &#160; import org.papervision3d.cameras.CameraType; &#160; &#160; import org.papervision3d.cameras.DebugCamera3D; &#160; &#160; import org.papervision3d.cameras.SpringCamera3D; &#160; &#160; import org.papervision3d.core.proto.CameraObject3D; &#160; &#160; import org.papervision3d.objects.DisplayObject3D; &#160; &#160; import org.papervision3d.render.BasicRenderEngine; &#160; &#160; import org.papervision3d.scenes.Scene3D; &#160; &#160; import org.papervision3d.view.Viewport3D; &#160; &#160; import flash.display.Sprite; &#160; &#160; &#160; &#160; /** &#160; &#160; &#160;* @author Riccardo Bartoli &#160; [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-papervision-3d-2-0-extendable-view-with-scale-1-to-1-3d-to-2d/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Get points around circumference</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-get-points-around-circumference/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-get-points-around-circumference/#comments</comments> <pubDate>Wed, 02 Feb 2011 13:15:10 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=855</guid> <description><![CDATA[1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071/** Distribute the points clockwise around the circle. */ public static const CLOCKWISE : String = &#34;clockwise&#34;; /** Distribute the points counterclockwise around the circle. */ public static const COUNTERCLOCKWISE : String = &#34;counterclockwise&#34;; /** &#160;*&#160; This method accepts arguments based on the size and position of your circle &#160;*&#160; along with the amount of [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-get-points-around-circumference/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Align DisplayObject to a grid with padding, left-to-right and right-to-left</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-align-displayobject-to-a-grid-with-padding-left-to-right-and-right-to-left/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-align-displayobject-to-a-grid-with-padding-left-to-right-and-right-to-left/#comments</comments> <pubDate>Wed, 02 Feb 2011 13:07:51 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=816</guid> <description><![CDATA[12345678910111213141516171819202122232425262728293031323334public static function grid&#40;columns : int, rows : int, xSpacing : int, ySpacing : int, xPadding : int, yPadding : int, leftToRight : Boolean = true&#41; : Vector.&#60;Point&#62; &#123; &#160; &#160; var points : Vector.&#60;Point&#62; = new Vector.&#60;Point&#62;&#40;&#41;; &#160; &#160; var pt : Point; &#160; &#160; var row : Number; &#160; &#160; var col : [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-align-displayobject-to-a-grid-with-padding-left-to-right-and-right-to-left/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Add CDATA to XML</title><link>http://www.rblab.com/blog/2011/02/as3-snippet-add-cdata-to-xml/</link> <comments>http://www.rblab.com/blog/2011/02/as3-snippet-add-cdata-to-xml/#comments</comments> <pubDate>Tue, 01 Feb 2011 12:40:10 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=813</guid> <description><![CDATA[1234public static function addCdata&#40;data : String&#41;:XML &#123; &#160; &#160; return new XML&#40;&#34;&#60;![CDATA[&#34; + data + &#34;]]\&#62;&#34;&#41;; &#125;]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/02/as3-snippet-add-cdata-to-xml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[AS3 SNIPPET] Resize movieclip/image (any DisplayObject) to fill specified area</title><link>http://www.rblab.com/blog/2011/01/as3-snippet-resize-movieclipimage-any-displayobject-to-fill-specified-area/</link> <comments>http://www.rblab.com/blog/2011/01/as3-snippet-resize-movieclipimage-any-displayobject-to-fill-specified-area/#comments</comments> <pubDate>Sun, 30 Jan 2011 00:29:34 +0000</pubDate> <dc:creator>Riccardo</dc:creator> <category><![CDATA[Actionscript 3]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Snippets]]></category> <category><![CDATA[as3]]></category> <category><![CDATA[as3 flash]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://www.rblab.com/blog/?p=797</guid> <description><![CDATA[1234567891011public static function resizeToFill&#40;mc : *, maxW : Number, maxH : Number = 0, constrainProportions : Boolean = true&#41; : void &#123; &#160; &#160; maxH = maxH == 0 ? maxW : maxH; &#160; &#160; mc.width = maxW; &#160; &#160; mc.height = maxH; &#160; &#160; if &#40;constrainProportions&#41; &#160; &#160; &#123; &#160; &#160; &#160; &#160; mc.scaleX [...]]]></description> <wfw:commentRss>http://www.rblab.com/blog/2011/01/as3-snippet-resize-movieclipimage-any-displayobject-to-fill-specified-area/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.rblab.com @ 2012-02-05 00:17:19 by W3 Total Cache -->
