<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016527" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016527</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-5-keyenter#comment-1095909</link>
    <description> &lt;p&gt;Megan,&lt;br /&gt;
 You are the peanut butter that makes me jam =). How about we get 10 gallons of ice cream, some whip cream (in the can), and a bowl of heated chocolate (nestle&#039; works best) and really get flashing =).&lt;/p&gt;
&lt;p&gt;hehe...&lt;br /&gt;
thanks megan, I can always count on TWF members.&lt;br /&gt;
ken elliott&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 22:18:18 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1095909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/flash-5-keyenter#comment-1095908</link>
    <description> &lt;p&gt;Figured it out!  Took a couple minutes (and I&#039;m supposed to be working but whatever....)&lt;/p&gt;
&lt;p&gt;The onClipEvent action allows you to start an action on keydown.  The problem is that this only seems to work on movie clips, so what you have to do is make a movie clip and apply the onClipEvent to it.  Then set your actions to apply to the root movie rather than the movie clip.  So your script will look like this:&lt;/p&gt;
&lt;p&gt;Applied to a movie clip:&lt;/p&gt;
&lt;p&gt;onClipEvent (keyDown) {&lt;br /&gt;
    _root.play();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Hey, there&#039;s another way to do this too.  The on (mouseover) event allows you to change your on event to keypress.  So there you can select which key to use (doesn&#039;t seem to want to let me select nothing though) and do basically the same thing.&lt;/p&gt;
&lt;p&gt;Applied to a button:&lt;/p&gt;
&lt;p&gt;on (keyPress &quot;&quot;) {&lt;br /&gt;
    _root.play();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;The only real difference here is that onClipEvent allows you to use any key while on (KeyPress) requires a specific key to be used.  &lt;/p&gt;
&lt;p&gt;Does this work for you?  You were close &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 21:35:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1095908 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
