<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating and sending Flash INPUT fields</title>
	<atom:link href="http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 14:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/#comment-631</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 06:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.com/?p=1003#comment-631</guid>
		<description>1) Build a animation (leave some space for the search box)

2) Use ur Text Tool to build your Input Text while the Input Text is selected go to ur Properties and make sure it says Input Text if not then change it to Input Text on the &lt;Instance Name&gt; type searchword then look at the VAR: section and type search
now u r done with that section.

3) Build a new shape square if u want to and then right click on that shape and click on Convert to Symbol
the name donesn&#039;t matter u can ether put search buttn or whatever u want but don&#039;t use the search word at all on that new shape, make sure that the option Button is selected then click on OK
now let`s build the code

a)you need to indicate what key is going to be our trigger in this case lets use the ENTER &quot;duh!&quot;
on (release, keyPress &quot;&lt;Enter&gt;&quot;)

b) now you have to indicate our variables and our variables are search
text.search = &quot;&quot;;

c)You have to indicate how or where we want the results so this is very simple we want it in the same page in our content area just like is meant to be.
getURL (&#039;index.php?option=com_search&amp;Itemid=5&amp;searchword=
there is where we want our results but is not finish yet we need to indicate what we want in there so lets add out word that we are looking for how? well lets just add our variable which is search so
after the = we add &quot;+search now lets add where we want it and we want it in the same window so lets put &quot;_top&quot; and in order to display the results we have to indicate our method &quot;GET&quot;
finally our code should be looking something like this

Code:

on (release, keyPress &quot;&lt;Enter&gt;&quot;) {
	text.search = &quot;&quot;;
	getURL(&quot;index.php?option=com_search&amp;Itemid=5&amp;searchword=&quot;+search, &quot;_TOP&quot;, &quot;GET&quot;);
}


If you want you can use  full URL or just the index.php
getURL(&quot;http://www.yourdomain.com/index.php?option=com_search&amp;Itemid=5&amp;searchword=&quot;+ search, &quot;_TOP&quot;, &quot;GET&quot;);</description>
		<content:encoded><![CDATA[<p>1) Build a animation (leave some space for the search box)</p>
<p>2) Use ur Text Tool to build your Input Text while the Input Text is selected go to ur Properties and make sure it says Input Text if not then change it to Input Text on the <instance Name> type searchword then look at the VAR: section and type search<br />
now u r done with that section.</p>
<p>3) Build a new shape square if u want to and then right click on that shape and click on Convert to Symbol<br />
the name donesn&#8217;t matter u can ether put search buttn or whatever u want but don&#8217;t use the search word at all on that new shape, make sure that the option Button is selected then click on OK<br />
now let`s build the code</p>
<p>a)you need to indicate what key is going to be our trigger in this case lets use the ENTER &#8220;duh!&#8221;<br />
on (release, keyPress &#8220;<enter>&#8220;)</p>
<p>b) now you have to indicate our variables and our variables are search<br />
text.search = &#8220;&#8221;;</p>
<p>c)You have to indicate how or where we want the results so this is very simple we want it in the same page in our content area just like is meant to be.<br />
getURL (&#8216;index.php?option=com_search&#038;Itemid=5&#038;searchword=<br />
there is where we want our results but is not finish yet we need to indicate what we want in there so lets add out word that we are looking for how? well lets just add our variable which is search so<br />
after the = we add &#8220;+search now lets add where we want it and we want it in the same window so lets put &#8220;_top&#8221; and in order to display the results we have to indicate our method &#8220;GET&#8221;<br />
finally our code should be looking something like this</p>
<p>Code:</p>
<p>on (release, keyPress &#8220;</enter><enter>&#8220;) {<br />
	text.search = &#8220;&#8221;;<br />
	getURL(&#8220;index.php?option=com_search&#038;Itemid=5&#038;searchword=&#8221;+search, &#8220;_TOP&#8221;, &#8220;GET&#8221;);<br />
}</p>
<p>If you want you can use  full URL or just the index.php<br />
getURL(&#8220;http://www.yourdomain.com/index.php?option=com_search&#038;Itemid=5&#038;searchword=&#8221;+ search, &#8220;_TOP&#8221;, &#8220;GET&#8221;);</enter></instance></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karel rosseel</title>
		<link>http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/#comment-628</link>
		<dc:creator>karel rosseel</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.com/?p=1003#comment-628</guid>
		<description>hello I am trying but the zip download is only the file:  t1003.sfd
=&gt; please can you help me.

=&gt; I am also searching for a flash-textbox where the google-results will come and be displayed.. do you have a solution for that? 
=&gt; When it should be possible I only need the header-link of the google search result to be displayed.. something like this module: http://www.ffiles.com/flash/web_applications_and_data/flash_search_894.html

=&gt; and it should be possible to go right from the searchbox to &quot;http://www.google.com&quot; for example

do you have a solution to make something like this?
thanks for your reply
Karel</description>
		<content:encoded><![CDATA[<p>hello I am trying but the zip download is only the file:  t1003.sfd<br />
=&gt; please can you help me.</p>
<p>=&gt; I am also searching for a flash-textbox where the google-results will come and be displayed.. do you have a solution for that?<br />
=&gt; When it should be possible I only need the header-link of the google search result to be displayed.. something like this module: <a href="http://www.ffiles.com/flash/web_applications_and_data/flash_search_894.html" rel="nofollow">http://www.ffiles.com/flash/web_applications_and_data/flash_search_894.html</a></p>
<p>=&gt; and it should be possible to go right from the searchbox to &#8220;http://www.google.com&#8221; for example</p>
<p>do you have a solution to make something like this?<br />
thanks for your reply<br />
Karel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Themes</title>
		<link>http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/#comment-397</link>
		<dc:creator>WP Themes</dc:creator>
		<pubDate>Sun, 31 Jan 2010 17:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.com/?p=1003#comment-397</guid>
		<description>Nice dispatch and this enter helped me alot in my college assignement. Thank you as your information.</description>
		<content:encoded><![CDATA[<p>Nice dispatch and this enter helped me alot in my college assignement. Thank you as your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating and sending Flash INPUT fields &#124; Flash tutorial &#124; Flash &#8230; &#124; Drakz Free Online Service</title>
		<link>http://www.flashcs.com/actionscript/creating-and-sending-flash-input-fields/#comment-167</link>
		<dc:creator>Creating and sending Flash INPUT fields &#124; Flash tutorial &#124; Flash &#8230; &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Sat, 16 Jan 2010 09:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.com/?p=1003#comment-167</guid>
		<description>[...] link: Creating and sending Flash INPUT fields &#124; Flash tutorial &#124; Flash &#8230;   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] link: Creating and sending Flash INPUT fields | Flash tutorial | Flash &#8230;   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

