<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7149055755276319530</id><updated>2011-09-25T15:26:22.416-07:00</updated><title type='text'>ActionScript 2.0 Bits of Info</title><subtitle type='html'>Specific data on ActionScript 2</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-1019440534987981221</id><published>2011-09-25T15:26:00.001-07:00</published><updated>2011-09-25T15:26:23.122-07:00</updated><title type='text'>AS2, FP8 Fullscreen</title><content type='html'>fullscreenBtn.onRelease = function(){    if(Stage["displayState"] == "normal"){        Stage["displayState"] = "fullScreen";    }else{        Stage["displayState"] = "normal";    }}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-1019440534987981221?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/1019440534987981221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2011/09/as2-fp8-fullscreen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1019440534987981221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1019440534987981221'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2011/09/as2-fp8-fullscreen.html' title='AS2, FP8 Fullscreen'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-1717228901014110887</id><published>2011-09-22T15:14:00.000-07:00</published><updated>2011-09-22T15:14:23.875-07:00</updated><title type='text'>Symbols Dissapear When Scrolling</title><content type='html'>In Flash Player 8 you cannot scroll a movie clip that contains a dynamic text or input text.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-1717228901014110887?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/1717228901014110887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2011/09/symbols-dissapear-when-scrolling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1717228901014110887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1717228901014110887'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2011/09/symbols-dissapear-when-scrolling.html' title='Symbols Dissapear When Scrolling'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-5881370338955222438</id><published>2010-05-17T12:18:00.000-07:00</published><updated>2010-05-18T05:20:54.896-07:00</updated><title type='text'>Double Line Breaks in Flash Dynamic Text</title><content type='html'>This is how i'm setting this up to have it work with the solution i provide: text is written in and submitted through a html textarea with no extra format and stored in a mysql database, with no special treatment, then outputted to flash, with php (used urlencode, which i don't think influences anyway), using LoadVars, without any extra encoding.&lt;br /&gt;&lt;br /&gt;To the hour, i have not found out a way to avoid importing text into a flash dynamic text field with the correct line break format and i think there is no way to automatically handle this.&lt;br /&gt;&lt;br /&gt;While html textareas work fine with the line break \r\n, treating both \r and \n as one single line break, flash reads the \r\n as two line breaks.&lt;br /&gt;&lt;br /&gt;The only solution that appears to exist relies on replacing the line breaking characters, once loaded in flash. You can replace the line breaking characters, \r\n with a single \r or a single \n, or with a html &amp;lt;br&amp;gt; tag (in which case you must format the dynamic text to accept html text - see the example below). You can also replace the characters with the flash constant: &lt;i&gt;newline&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;Depending on your OS, you will get different line breaks - for linux or  unix they are single \r or \n, as opposed to a windows machine which uses \r\n.&lt;br /&gt;&lt;br /&gt;Another matter is that i think the text will always be brought into flash with the line breaks, even if you use the php's nl2br function to automatically replace the line breaks into a html &amp;lt;br&amp;gt; tag, but that's something i did not dwell on more.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example 1&lt;/b&gt; - Dynamic text field treated as HTML&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;TextField.html = true;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myRawString = "play rune again\r\nin a couple of years";&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="color: #cccccc;"&gt;//replace \r\n with &amp;lt;br&amp;gt;&lt;/div&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myCorrectString = myRawString.split("\r\n").join("&lt;/i&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;");&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;dynamicTextField.htmlText = myCorrectString;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example 2&lt;/b&gt; - Regular dynamic text field with \r or \n&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myRawString = "play rune again\r\nin a couple of years";&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="color: #cccccc;"&gt;//remove the \n. works the same with removing \r&lt;/div&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myCorrectString = myRawString.split("\n").join("");&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;dynamic&lt;/i&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;TextField.text = myCorrectString;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example 3&lt;/b&gt; - Regular dynamic text field with flash line breaks&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myRawString = "play rune again\r\nin a couple of years";&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="color: #cccccc;"&gt;//replace the \r\n with the flash newline constant&lt;/div&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;myCorrectString = myRawString.split("\r\n").join(""+newline+"");&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;dynamic&lt;/i&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;TextField.text = myCorrectString;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The dynamic text field has to be set to multiline for this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-5881370338955222438?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/5881370338955222438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/05/double-line-breaks-in-flash-dynamic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/5881370338955222438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/5881370338955222438'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/05/double-line-breaks-in-flash-dynamic.html' title='Double Line Breaks in Flash Dynamic Text'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-911138897408017485</id><published>2010-05-14T16:09:00.000-07:00</published><updated>2010-05-14T16:09:17.399-07:00</updated><title type='text'>Playing Around With Buttons</title><content type='html'>First thing: dynamically changing the width of a button symbol, when this guy only has a hit area defined, will un-render the button from the stage. You will have to add content to the Up State of the button to undo this. Solution: add an invisible (alpha) shape to the button's Up State.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-911138897408017485?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/911138897408017485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/05/playing-around-with-buttons.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/911138897408017485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/911138897408017485'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/05/playing-around-with-buttons.html' title='Playing Around With Buttons'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-3831070248124908022</id><published>2010-05-01T13:14:00.000-07:00</published><updated>2010-05-18T08:06:06.763-07:00</updated><title type='text'>Tip on Disabling Buttons</title><content type='html'>To disable buttons you can use&amp;nbsp;&lt;span style="background-color: #999999; color: white;"&gt; mcInstanceName.enabled = false;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;This property works on both button symbols and movieclip symbols acting as buttons.&lt;br /&gt;&lt;br /&gt;If your button only has it's hit frame defined, or your moviclip serving as a button is &lt;span style="background-color: #999999; color: white;"&gt;&amp;nbsp;_alpha = 0; &lt;/span&gt;, and you wish to enabled another button, which lies underneath use the &lt;span style="background-color: #999999; color: white;"&gt;&amp;nbsp;_visible &lt;/span&gt; property instead;&lt;br /&gt;&lt;span style="background-color: #999999; color: white;"&gt;&amp;nbsp;mcInstanceName._visible = false; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Also,&amp;nbsp; you can hide the default button cursor with &lt;span style="background-color: #999999; color: white;"&gt;&amp;nbsp;mcInstanceName.useHandCursor = false;&amp;nbsp;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-3831070248124908022?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/3831070248124908022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/05/buttoning.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3831070248124908022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3831070248124908022'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/05/buttoning.html' title='Tip on Disabling Buttons'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-1952010360330386469</id><published>2010-04-29T02:21:00.000-07:00</published><updated>2010-05-17T12:20:57.299-07:00</updated><title type='text'>On Caching As Bitmap</title><content type='html'>Basically, use cacheAsBitmap (both set with AS2 or set in the Flash Environment Setting) when you want to animate a complex vector inside a MovieClip, but only on the X and Y axis. Scale and rotate is a no-no - it will undo the caching.&lt;br /&gt;More so, shapes that use bitmap fills, and text are both considered complex vectors, so use cacheAsBitmap there as well.&lt;br /&gt;Bitmaps created via AS do not take advantage of being cached as a bitmap.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;From &lt;a href="http://www.kirupa.com/forum/showthread.php?t=308316" target="_blank" title="open in a new window"&gt;Kirupa's forum&lt;/a&gt;.&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-1952010360330386469?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/1952010360330386469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/04/on-caching-as-bitmap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1952010360330386469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/1952010360330386469'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/04/on-caching-as-bitmap.html' title='On Caching As Bitmap'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-3772558074820555564</id><published>2010-04-14T14:26:00.000-07:00</published><updated>2011-05-21T07:51:57.116-07:00</updated><title type='text'>Attaching &amp; Playing Mp3 Files as Soundtracks</title><content type='html'>More dedicated to playing music loops as soundtracks.&lt;br /&gt;&lt;br /&gt;1. Edit the MP3 file, and clear out the beginning and end empty spaces; try to achieve a good loop by doing this and testing out in the editing program.&lt;br /&gt;2. Save the mp3 as a WAV.&lt;br /&gt;3. Import the WAV into flash, and edit it's properties; set it's compression to MP3 - this will convert your WAV to an MP3. MP3 files automatically add the empty spaces when compressed into the MP3 format. Importing as a WAV without the spaces, and setting it's compression to MP3 will avoid the spaces.&lt;br /&gt;4. Add an Linkage Identifier to the WAV file (in the following example code: "soundtrackFile") and &lt;b&gt;don't&lt;/b&gt; export it on the first frame.&lt;br /&gt;5. After the first frame (which i assume you are going to use to add a preloader, paste the sound on a frame and add a stop to the frame. Sometimes, for unknown reason to me, the sound still plays when the event isn't set to stop. Even when the frame is skipped.&lt;br /&gt;&lt;br /&gt;This will give you a good control over the soundtrack.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;//SOUNDTRACK CODE&lt;br /&gt;var soundtrack:Sound = new Sound();//create the sound object&lt;br /&gt;soundtrack.attachSound("soundtrackFile");&lt;br /&gt;soundtrack.start(0,99);&lt;br /&gt;soundtrackPlaying = true;&lt;br /&gt;soundtrack.onSoundComplete = function() {&lt;br /&gt;soundtrackPlaying = false;&lt;br /&gt;}&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;When attaching an MP3 in an SWF that is afterwards loaded into another SWF, add &lt;i&gt;this&lt;/i&gt; when creating the sound object:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;//SOUNDTRACK CODE&lt;br /&gt;var soundtrack:Sound = new Sound(this);&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;UPDATE: In Flash CS4 and CS5, you'll need to add an event to the frame, instead of the stop action.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-3772558074820555564?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/3772558074820555564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/04/attaching-playing-mp3-files-as.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3772558074820555564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3772558074820555564'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/04/attaching-playing-mp3-files-as.html' title='Attaching &amp; Playing Mp3 Files as Soundtracks'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7149055755276319530.post-3247277144085554557</id><published>2010-04-04T09:41:00.000-07:00</published><updated>2010-04-04T09:42:13.756-07:00</updated><title type='text'>_global VS. _root</title><content type='html'>&lt;b&gt;Generally, the use of &lt;i&gt;_global&lt;/i&gt; is recommended.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;_root&lt;/b&gt;&lt;br /&gt;When you load a MovieClip into the root of your movie, all previous &lt;i&gt;_root&lt;/i&gt; variables are lost;&lt;br /&gt;&lt;i&gt;_root&lt;/i&gt; variables can be called and set by using the &lt;i&gt;_root.&lt;/i&gt; prefix;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;_global&lt;/b&gt;&lt;br /&gt;Aren't lost when you load a new MovieClip;&lt;br /&gt;Applies to all movies within the player;&lt;br /&gt;Can be called from anywhere by either using or not using the &lt;i&gt;_global.&lt;/i&gt; prefix;&lt;br /&gt;Local variables (local means on the timeline you are working on) with the same name as a global variable, have priority.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7149055755276319530-3247277144085554557?l=as2boi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://as2boi.blogspot.com/feeds/3247277144085554557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://as2boi.blogspot.com/2010/04/global-vs-root.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3247277144085554557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7149055755276319530/posts/default/3247277144085554557'/><link rel='alternate' type='text/html' href='http://as2boi.blogspot.com/2010/04/global-vs-root.html' title='_global VS. _root'/><author><name>Ricardo Martins</name><uri>http://www.blogger.com/profile/09956845141532841142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_zI7dcYWvEho/SkP9g5sVJPI/AAAAAAAAASY/FIya09wCeMw/S220/halfFaceAlpha2.png'/></author><thr:total>0</thr:total></entry></feed>
