<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for OrangeFlash</title>
	<link>http://orangeflash.eu</link>
	<description>Flash Platform and .NET Framework</description>
	<pubDate>Thu, 09 Sep 2010 15:32:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Easy way to add attribute to XML by NewFlexProgrammer</title>
		<link>http://orangeflash.eu/?p=48#comment-20863</link>
		<author>NewFlexProgrammer</author>
		<pubDate>Sun, 05 Oct 2008 01:31:38 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=48#comment-20863</guid>
		<description>Hey thanks a lot for this posting. I am new to Actionscript and this saved me lot of time. Was wondering how to add multiple attributes dynamically during runtime without knowing their names beforehand.

All examples I saw before this were only referencing the names directly like 
xmlDemo.childNode.@atr1

I was trying xmlDemo.childNode.@{attrName} where attrName is a string and kept hitting the wall !!</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot for this posting. I am new to Actionscript and this saved me lot of time. Was wondering how to add multiple attributes dynamically during runtime without knowing their names beforehand.</p>
<p>All examples I saw before this were only referencing the names directly like<br />
<a href="mailto:xmlDemo.childNode.@atr1">xmlDemo.childNode.@atr1</a></p>
<p>I was trying <a href="mailto:xmlDemo.childNode.@{attrName}">xmlDemo.childNode.@{attrName}</a> where attrName is a string and kept hitting the wall !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy way to add attribute to XML by Nirth</title>
		<link>http://orangeflash.eu/?p=48#comment-20632</link>
		<author>Nirth</author>
		<pubDate>Mon, 29 Sep 2008 03:31:00 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=48#comment-20632</guid>
		<description>@Jloa
Hehe, funny</description>
		<content:encoded><![CDATA[<p>@Jloa<br />
Hehe, funny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy way to add attribute to XML by Nirth</title>
		<link>http://orangeflash.eu/?p=48#comment-20630</link>
		<author>Nirth</author>
		<pubDate>Mon, 29 Sep 2008 01:09:47 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=48#comment-20630</guid>
		<description>Wow, this works man, thanks.
Seriously why did you post that comment =)?</description>
		<content:encoded><![CDATA[<p>Wow, this works man, thanks.<br />
Seriously why did you post that comment =)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy way to add attribute to XML by Sam</title>
		<link>http://orangeflash.eu/?p=48#comment-15734</link>
		<author>Sam</author>
		<pubDate>Mon, 30 Jun 2008 09:14:25 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=48#comment-15734</guid>
		<description>Hey if u wnt to add an attribute in an XML object u dont require 'childNode' also...
just try this
          objXML.@newAttribute = 'value';
it works... ;o)... amazing na...</description>
		<content:encoded><![CDATA[<p>Hey if u wnt to add an attribute in an XML object u dont require &#8216;childNode&#8217; also&#8230;<br />
just try this<br />
          <a href="mailto:objXML.@newAttribute">objXML.@newAttribute</a> = &#8216;value&#8217;;<br />
it works&#8230; ;o)&#8230; amazing na&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Different ItemRenderers Sizes in List by Gaelle</title>
		<link>http://orangeflash.eu/?p=21#comment-14852</link>
		<author>Gaelle</author>
		<pubDate>Wed, 11 Jun 2008 13:44:52 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=21#comment-14852</guid>
		<description>Hey Kyle, 

I have the same problem, a list for which itemRenders are with different height, and when I set the attribute "variableRowHeight" to true, I have a bug, because, then the list displays only one of its item at the same time.. :(</description>
		<content:encoded><![CDATA[<p>Hey Kyle, </p>
<p>I have the same problem, a list for which itemRenders are with different height, and when I set the attribute &#8220;variableRowHeight&#8221; to true, I have a bug, because, then the list displays only one of its item at the same time.. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy way to add attribute to XML by Jloa</title>
		<link>http://orangeflash.eu/?p=48#comment-14825</link>
		<author>Jloa</author>
		<pubDate>Tue, 10 Jun 2008 10:55:58 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=48#comment-14825</guid>
		<description>Hm... I dont like using the XML class, i prefer the XMLList. Try this one:

function funnyXMLBehavior():void
{
	var xmlDemo:XMLList = new XMLList();
	xmlDemo.childNode.@atr1 = "Orange";
	xmlDemo.childNode.@atr2 = "Raspberry";
	trace(xmlDemo.toXMLString());
}
funnyXMLBehavior();</description>
		<content:encoded><![CDATA[<p>Hm&#8230; I dont like using the XML class, i prefer the XMLList. Try this one:</p>
<p>function funnyXMLBehavior():void<br />
{<br />
	var xmlDemo:XMLList = new XMLList();<br />
	<a href="mailto:xmlDemo.childNode.@atr1">xmlDemo.childNode.@atr1</a> = &#8220;Orange&#8221;;<br />
	<a href="mailto:xmlDemo.childNode.@atr2">xmlDemo.childNode.@atr2</a> = &#8220;Raspberry&#8221;;<br />
	trace(xmlDemo.toXMLString());<br />
}<br />
funnyXMLBehavior();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo API Wrapper by mr datsun</title>
		<link>http://orangeflash.eu/?p=43#comment-12952</link>
		<author>mr datsun</author>
		<pubDate>Sat, 26 Apr 2008 12:26:06 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=43#comment-12952</guid>
		<description>Feedback

I could not get your wrapper to work on line. I don't understand the intricacies but  flash failed to load a yahoo crossdomain.xml.

The sad fact is that yahoo have totally changed the API since you wrote your lovely wrapper.

I dug into the new API and found that if I used this code:

var searchService:SearchService = new SearchService();
var searchParams:SearchParams = new SearchParams();
searchService.addEventListener(SearchResultEvent.RESULT, returnResult);
searchParams.query = e.target.myterm;//my search string from a button mouse event
searchService.searchImages(searchParams);

//this last line is the line I changed from their example (searchImages not searchWeb)
//and I did this rather than find out how to send a image SearchService setting type into their API

Once I did this then all the code I used for your wrapper in the returnResult method worked exactly the same - the images loaded straight off and it also worked online.

Another note is that a yahoo appID seems to be no longer needed to authenticate the search.

Many thanks for you help and hope my feedback is some use to you or others.</description>
		<content:encoded><![CDATA[<p>Feedback</p>
<p>I could not get your wrapper to work on line. I don&#8217;t understand the intricacies but  flash failed to load a yahoo crossdomain.xml.</p>
<p>The sad fact is that yahoo have totally changed the API since you wrote your lovely wrapper.</p>
<p>I dug into the new API and found that if I used this code:</p>
<p>var searchService:SearchService = new SearchService();<br />
var searchParams:SearchParams = new SearchParams();<br />
searchService.addEventListener(SearchResultEvent.RESULT, returnResult);<br />
searchParams.query = e.target.myterm;//my search string from a button mouse event<br />
searchService.searchImages(searchParams);</p>
<p>//this last line is the line I changed from their example (searchImages not searchWeb)<br />
//and I did this rather than find out how to send a image SearchService setting type into their API</p>
<p>Once I did this then all the code I used for your wrapper in the returnResult method worked exactly the same - the images loaded straight off and it also worked online.</p>
<p>Another note is that a yahoo appID seems to be no longer needed to authenticate the search.</p>
<p>Many thanks for you help and hope my feedback is some use to you or others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo API Wrapper by mr datsun</title>
		<link>http://orangeflash.eu/?p=43#comment-12890</link>
		<author>mr datsun</author>
		<pubDate>Thu, 24 Apr 2008 08:54:03 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=43#comment-12890</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ContextMenuManager by Nirth</title>
		<link>http://orangeflash.eu/?p=12#comment-12884</link>
		<author>Nirth</author>
		<pubDate>Thu, 24 Apr 2008 00:49:45 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=12#comment-12884</guid>
		<description>2Hilary
I don't think there is any.
2Nik
Thanks
2 Cristi
Oh, sorry i was not checking comments on this blog for a long time=(</description>
		<content:encoded><![CDATA[<p>2Hilary<br />
I don&#8217;t think there is any.<br />
2Nik<br />
Thanks<br />
2 Cristi<br />
Oh, sorry i was not checking comments on this blog for a long time=(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo API Wrapper by Nirth</title>
		<link>http://orangeflash.eu/?p=43#comment-12883</link>
		<author>Nirth</author>
		<pubDate>Thu, 24 Apr 2008 00:37:31 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=43#comment-12883</guid>
		<description>Hey
eu.orangeflash.webapis.yahoo.Yahoo has event - "result", you need to do following:
myYahooInstance.addEventListener(YahooEvent.RESULT, onYahooResult);</description>
		<content:encoded><![CDATA[<p>Hey<br />
eu.orangeflash.webapis.yahoo.Yahoo has event - &#8220;result&#8221;, you need to do following:<br />
myYahooInstance.addEventListener(YahooEvent.RESULT, onYahooResult);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo API Wrapper by mr datsun</title>
		<link>http://orangeflash.eu/?p=43#comment-12882</link>
		<author>mr datsun</author>
		<pubDate>Thu, 24 Apr 2008 00:13:33 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=43#comment-12882</guid>
		<description>can I ask - what is the right way of getting the results back after the search is finished? I'm not sure what the YahooEvent is doing. I've tried adding an YahooSearchResultEvent listener to my Yahoo instance but it doesn't work and  I'm just guessing.

I'm thinking of hacking a callback for now but I'd like to know the most elegant way of doing it, please.</description>
		<content:encoded><![CDATA[<p>can I ask - what is the right way of getting the results back after the search is finished? I&#8217;m not sure what the YahooEvent is doing. I&#8217;ve tried adding an YahooSearchResultEvent listener to my Yahoo instance but it doesn&#8217;t work and  I&#8217;m just guessing.</p>
<p>I&#8217;m thinking of hacking a callback for now but I&#8217;d like to know the most elegant way of doing it, please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo API Wrapper by mr datsun</title>
		<link>http://orangeflash.eu/?p=43#comment-12879</link>
		<author>mr datsun</author>
		<pubDate>Wed, 23 Apr 2008 23:14:02 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=43#comment-12879</guid>
		<description>Hi,
Excellent. You're the only person on the whole internet who has done this. You've actually made the Yahoo search API useable.

Am I the only person who finds the yahoo AS3 API and documentation totally incomprehensible? I wonder if that's why only two people have posted yahoo/flash examples on their site since it was first released?

I used to call a simple yahoo url to get image search results xml that i could parse easily in AS2 days. A shame that stopped working in AS3.

many thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Excellent. You&#8217;re the only person on the whole internet who has done this. You&#8217;ve actually made the Yahoo search API useable.</p>
<p>Am I the only person who finds the yahoo AS3 API and documentation totally incomprehensible? I wonder if that&#8217;s why only two people have posted yahoo/flash examples on their site since it was first released?</p>
<p>I used to call a simple yahoo url to get image search results xml that i could parse easily in AS2 days. A shame that stopped working in AS3.</p>
<p>many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Collections in ActionScript by Ernest Micklei</title>
		<link>http://orangeflash.eu/?p=3#comment-12876</link>
		<author>Ernest Micklei</author>
		<pubDate>Wed, 23 Apr 2008 19:30:04 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=3#comment-12876</guid>
		<description>How about sorting the elements within an XMLList?</description>
		<content:encoded><![CDATA[<p>How about sorting the elements within an XMLList?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Different ItemRenderers Sizes in List by Kyle</title>
		<link>http://orangeflash.eu/?p=21#comment-9162</link>
		<author>Kyle</author>
		<pubDate>Fri, 08 Feb 2008 02:03:19 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=21#comment-9162</guid>
		<description>Hey guys,
So I searched far and wide today trying to find a solution to this "variable row height" issue and I finally found the solution. The list component has a property called "variableRowHeight". Set it to true and all of your list items will respect their individual sizes.</description>
		<content:encoded><![CDATA[<p>Hey guys,<br />
So I searched far and wide today trying to find a solution to this &#8220;variable row height&#8221; issue and I finally found the solution. The list component has a property called &#8220;variableRowHeight&#8221;. Set it to true and all of your list items will respect their individual sizes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ContextMenuManager by Nik</title>
		<link>http://orangeflash.eu/?p=12#comment-9153</link>
		<author>Nik</author>
		<pubDate>Thu, 07 Feb 2008 22:19:28 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=12#comment-9153</guid>
		<description>This is great - Thanks! 
Also helpful are the javadoc comments for those of us wanting to learn about documenting custom classes...</description>
		<content:encoded><![CDATA[<p>This is great - Thanks!<br />
Also helpful are the javadoc comments for those of us wanting to learn about documenting custom classes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orange Frameworks by tim</title>
		<link>http://orangeflash.eu/?p=46#comment-8678</link>
		<author>tim</author>
		<pubDate>Tue, 29 Jan 2008 21:39:20 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=46#comment-8678</guid>
		<description>I've been tinkering with your Wordpress swc but haven't had much luck. Any chance you have a simple example available to help get started?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been tinkering with your Wordpress swc but haven&#8217;t had much luck. Any chance you have a simple example available to help get started?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Client + C# Web Service = OrangeStockQuotes by Moby Disk</title>
		<link>http://orangeflash.eu/?p=4#comment-8667</link>
		<author>Moby Disk</author>
		<pubDate>Tue, 29 Jan 2008 15:37:12 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=4#comment-8667</guid>
		<description>Thanks for a very complete example showing how this works from start to finish.  I'm considering flex/flash/c# for a project and this gives a complete view of what the architecture and implementations are like.

It looks like this does what I want... I'm sold. :)</description>
		<content:encoded><![CDATA[<p>Thanks for a very complete example showing how this works from start to finish.  I&#8217;m considering flex/flash/c# for a project and this gives a complete view of what the architecture and implementations are like.</p>
<p>It looks like this does what I want&#8230; I&#8217;m sold. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Own Meta Data in Flex by Dreaming in Flash &#187; Blog Archive &#187; Metaprogramming: Actionscript3 Metadata in Flex Builder 3</title>
		<link>http://orangeflash.eu/?p=45#comment-8508</link>
		<author>Dreaming in Flash &#187; Blog Archive &#187; Metaprogramming: Actionscript3 Metadata in Flex Builder 3</author>
		<pubDate>Sat, 26 Jan 2008 03:26:31 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=45#comment-8508</guid>
		<description>[...] Ely's demo but failed at first to do my own. I then googled a bit and found another post on 'Creating Own Meta Data in Flex'. I tried to compile the code but compiling the application with -load-config+="meta-config.xml" [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Ely&#8217;s demo but failed at first to do my own. I then googled a bit and found another post on &#8216;Creating Own Meta Data in Flex&#8217;. I tried to compile the code but compiling the application with -load-config+=&#8221;meta-config.xml&#8221; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ContextMenuManager by Hilary Bridel</title>
		<link>http://orangeflash.eu/?p=12#comment-7744</link>
		<author>Hilary Bridel</author>
		<pubDate>Wed, 09 Jan 2008 01:33:42 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=12#comment-7744</guid>
		<description>Very nice job.
Do you know if there is a way to make the contextmenu appear via Actionscript rather than right clicking the mouse?</description>
		<content:encoded><![CDATA[<p>Very nice job.<br />
Do you know if there is a way to make the contextmenu appear via Actionscript rather than right clicking the mouse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stream Image Loading by tiger</title>
		<link>http://orangeflash.eu/?p=13#comment-6153</link>
		<author>tiger</author>
		<pubDate>Thu, 06 Dec 2007 17:01:38 +0000</pubDate>
		<guid>http://orangeflash.eu/?p=13#comment-6153</guid>
		<description>Nice work, artist images but why the image keeps blinking when loading ?</description>
		<content:encoded><![CDATA[<p>Nice work, artist images but why the image keeps blinking when loading ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
  
