<?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-3423873744980307115</id><updated>2012-02-16T02:52:31.975-08:00</updated><title type='text'>Jin</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ttjin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3423873744980307115/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ttjin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jin</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3423873744980307115.post-4010243812099517024</id><published>2009-01-22T06:07:00.001-08:00</published><updated>2009-01-22T06:09:06.295-08:00</updated><title type='text'>Little AS3 notes.</title><content type='html'>When using the TextFormat on a textfield, always setTextFormat after changing the textfield.text value.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3423873744980307115-4010243812099517024?l=ttjin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ttjin.blogspot.com/feeds/4010243812099517024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3423873744980307115&amp;postID=4010243812099517024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3423873744980307115/posts/default/4010243812099517024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3423873744980307115/posts/default/4010243812099517024'/><link rel='alternate' type='text/html' href='http://ttjin.blogspot.com/2009/01/little-as3-notes.html' title='Little AS3 notes.'/><author><name>Jin</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3423873744980307115.post-3560208460694289883</id><published>2009-01-06T02:16:00.001-08:00</published><updated>2009-01-08T02:49:09.759-08:00</updated><title type='text'>Call failed at flash when attempting ZendAMF.</title><content type='html'>Implementing database data retrieval through flash with ZendAMF.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;What I did:&lt;/div&gt;&lt;div&gt;1. Create bootstrap file and class file in web root (bootstrap.php &amp;amp; classfile.php)&lt;/div&gt;&lt;div&gt;2. Create another php file outside the web root to mask the connection details.&lt;/div&gt;&lt;div&gt;3. Create flash file and attempt to connect.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;u&gt;Call failed&lt;/u&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;Error opening URL 'http://localhost/bootstrap.php'&lt;/div&gt;&lt;div&gt;Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.Failed&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;at asMain/::doConnect()&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;at asMain$iinit()&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Alright! This error is silly. The reason why I (or you) get this error is because there's a problem with the xml files (either the bootstrap or the class files). One of these could be the cause:&lt;/div&gt;&lt;div&gt;1. The path specified at the bootstrap file is pointing to a broken link. Check include paths and spelling errors.&lt;/div&gt;&lt;div&gt;2. Select statement or connection details wrong at the class file.&lt;/div&gt;&lt;div&gt;3. There is no number 3.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Since I'm using Zend with xammp on Windows, the include path in the php.ini file was set to xammp/php/pear so I wasn't able to include the Zend gateway file correctly. I added another path to the end of the 'include_path' variable. By doing 'dirname(__FILE__)', the current directory could be attained. Also for the backward slash, you have to type '\\' instead of '\' because of it being an escape character.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3423873744980307115-3560208460694289883?l=ttjin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ttjin.blogspot.com/feeds/3560208460694289883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3423873744980307115&amp;postID=3560208460694289883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3423873744980307115/posts/default/3560208460694289883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3423873744980307115/posts/default/3560208460694289883'/><link rel='alternate' type='text/html' href='http://ttjin.blogspot.com/2009/01/retrieving-data-through-zendamf.html' title='Call failed at flash when attempting ZendAMF.'/><author><name>Jin</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
