<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for BrideL.OrG</title>
	<link>http://www.bridel.org</link>
	<description>Adobe - Flash, Flex, Coldfusion ...</description>
	<pubDate>Wed, 08 Sep 2010 20:38:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>Comment on Flex Spell Checker Component by ram</title>
		<link>http://www.bridel.org/?p=12#comment-52600</link>
		<pubDate>Tue, 11 Nov 2008 22:33:32 +0000</pubDate>
		<guid>http://www.bridel.org/?p=12#comment-52600</guid>
					<description>Hello Everyone.
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0.
when i try to run it, it opens on the browser but when i tried to check the spelling it gave me “no error found ” even the words spelling are wrong.
i followed the documentation but couln’t resolve it .
plez help me out ..
thanks in advanced.

thanks

this is my simple program : 


	
		
		    
		  	

	
	
		
			
		
	
	
	




</description>
		<content:encoded><![CDATA[<p>Hello Everyone.<br />
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0.<br />
when i try to run it, it opens on the browser but when i tried to check the spelling it gave me “no error found ” even the words spelling are wrong.<br />
i followed the documentation but couln’t resolve it .<br />
plez help me out ..<br />
thanks in advanced.</p>
<p>thanks</p>
<p>this is my simple program :
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex Spell Checker Component by ram</title>
		<link>http://www.bridel.org/?p=12#comment-52592</link>
		<pubDate>Tue, 11 Nov 2008 20:30:40 +0000</pubDate>
		<guid>http://www.bridel.org/?p=12#comment-52592</guid>
					<description>Hello  Everyone.
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0. 
when i try to run it, it opens on the browser but when i tried to check the spelling it gave me &quot;no error found &quot; even the words spelling are wrong.
 i followed the documentation but couln't resolve it .
plez help me out .. 
thanks in advanced.

thanks

this is my simple program :


	
		
		    
		  	

	
	
		
			
		
	</description>
		<content:encoded><![CDATA[<p>Hello  Everyone.<br />
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0.<br />
when i try to run it, it opens on the browser but when i tried to check the spelling it gave me &#8220;no error found &#8221; even the words spelling are wrong.<br />
 i followed the documentation but couln&#8217;t resolve it .<br />
plez help me out ..<br />
thanks in advanced.</p>
<p>thanks</p>
<p>this is my simple program :
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex Spell Checker Component by ram</title>
		<link>http://www.bridel.org/?p=12#comment-52587</link>
		<pubDate>Tue, 11 Nov 2008 19:04:29 +0000</pubDate>
		<guid>http://www.bridel.org/?p=12#comment-52587</guid>
					<description>Hello  Everyone.
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0. 
when i try to run it it open on the browser but when i tried to check the spelling it gave me &quot;no error found &quot; even the words spelling is wrong.
 i followed the documentation but couln't resolve it .
plez help me out .. 
thanks in advanced.

thanks</description>
		<content:encoded><![CDATA[<p>Hello  Everyone.<br />
i am new to flex development.I am trying to make the simple application to check the spelling. i downloaded this example and zip file . I am running this application on the flex builder 3.0.<br />
when i try to run it it open on the browser but when i tried to check the spelling it gave me &#8220;no error found &#8221; even the words spelling is wrong.<br />
 i followed the documentation but couln&#8217;t resolve it .<br />
plez help me out ..<br />
thanks in advanced.</p>
<p>thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex RichTextEditor: how to hide sub-controls by radha</title>
		<link>http://www.bridel.org/?p=18#comment-52563</link>
		<pubDate>Tue, 11 Nov 2008 13:27:27 +0000</pubDate>
		<guid>http://www.bridel.org/?p=18#comment-52563</guid>
					<description>you can make the components visiblity false as
the richtextEditor.boldButton.visible=false ;</description>
		<content:encoded><![CDATA[<p>you can make the components visiblity false as<br />
the richtextEditor.boldButton.visible=false ;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Importing a SWF into Flex with AS3 by karthik</title>
		<link>http://www.bridel.org/?p=9#comment-48222</link>
		<pubDate>Tue, 07 Oct 2008 23:17:17 +0000</pubDate>
		<guid>http://www.bridel.org/?p=9#comment-48222</guid>
					<description>hi,
Any one can give me idea to import or load the external swf file into adobe air
Thanks in advance!!!

Karthik</description>
		<content:encoded><![CDATA[<p>hi,<br />
Any one can give me idea to import or load the external swf file into adobe air<br />
Thanks in advance!!!</p>
<p>Karthik
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Importing a SWF into Flex with AS3 by Harry</title>
		<link>http://www.bridel.org/?p=9#comment-43885</link>
		<pubDate>Thu, 11 Sep 2008 09:00:09 +0000</pubDate>
		<guid>http://www.bridel.org/?p=9#comment-43885</guid>
					<description>Hi,

  I tried 
    swfContent = evt.target.content as MovieClip;
but i am getting
    Cannot access a property or method of a null object reference.
error.So pls can u  tell me how resolve it.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  I tried<br />
    swfContent = evt.target.content as MovieClip;<br />
but i am getting<br />
    Cannot access a property or method of a null object reference.<br />
error.So pls can u  tell me how resolve it.</p>
<p>Thank you
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Importing a SWF into Flex with AS3 by giechika</title>
		<link>http://www.bridel.org/?p=9#comment-43374</link>
		<pubDate>Sun, 07 Sep 2008 06:10:12 +0000</pubDate>
		<guid>http://www.bridel.org/?p=9#comment-43374</guid>
					<description>loader vs. swfloader...

good distinction

adobe is doing good for us</description>
		<content:encoded><![CDATA[<p>loader vs. swfloader&#8230;</p>
<p>good distinction</p>
<p>adobe is doing good for us
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Importing a SWF into Flex with AS3 by Liquid</title>
		<link>http://www.bridel.org/?p=9#comment-43019</link>
		<pubDate>Thu, 04 Sep 2008 18:07:44 +0000</pubDate>
		<guid>http://www.bridel.org/?p=9#comment-43019</guid>
					<description>Unfortunately this solution does not work.
It produce TypeError: Error #1009: Cannot access a property or method of a null object reference. at the line next to the &quot;swfContent = evt.target.content as MovieClip;&quot;</description>
		<content:encoded><![CDATA[<p>Unfortunately this solution does not work.<br />
It produce TypeError: Error #1009: Cannot access a property or method of a null object reference. at the line next to the &#8220;swfContent = evt.target.content as MovieClip;&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex Spell Checker Component by Edward</title>
		<link>http://www.bridel.org/?p=12#comment-41079</link>
		<pubDate>Fri, 22 Aug 2008 08:12:19 +0000</pubDate>
		<guid>http://www.bridel.org/?p=12#comment-41079</guid>
					<description>hello, this is really a good component, but it can NOT spell check from last a few days. Please try your demo, you will find that it always return &quot;No Error Found&quot;, no matter what error words you input.

Does Google modified something in the page(&quot;https://www.google.com/tbproxy/spell?lang=en&quot;)? I used your component which runs well till I found this problem. Can you take a look at it?</description>
		<content:encoded><![CDATA[<p>hello, this is really a good component, but it can NOT spell check from last a few days. Please try your demo, you will find that it always return &#8220;No Error Found&#8221;, no matter what error words you input.</p>
<p>Does Google modified something in the page(&#8221;https://www.google.com/tbproxy/spell?lang=en&#8221;)? I used your component which runs well till I found this problem. Can you take a look at it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Koolmoves Archive by florincybereye</title>
		<link>http://www.bridel.org/?page_id=4#comment-37109</link>
		<pubDate>Tue, 01 Jul 2008 10:41:08 +0000</pubDate>
		<guid>http://www.bridel.org/?page_id=4#comment-37109</guid>
					<description>Hi, I found your drag&amp;#38;drop tutorial in Koolmoves very interesting, but ... the link is broken!

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. 

Can you help me with this tutorial?
Thank you,
Florin</description>
		<content:encoded><![CDATA[<p>Hi, I found your drag&amp;drop tutorial in Koolmoves very interesting, but &#8230; the link is broken!</p>
<p>The page cannot be found<br />
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. </p>
<p>Can you help me with this tutorial?<br />
Thank you,<br />
Florin
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
