Are you having an issue with "activating" the SWF file in IE? If so, than
that's the problem you need to address to get the snippet I posted to work.

!k

-----Original Message-----
From: James Blaha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 15, 2008 3:31 PM
To: CF-Talk
Subject: Re: cfform format="flash" onload

Kevin,

This works but I need to click on the flash form to get the cursor to be
active. Is this what you were talking about?

-Jim

<cfsavecontent variable="onLoad">
   Selection.setFocus(UserID);
   Selection.setSelection(0, UserID.text.length);
</cfsavecontent>

<cfform format="flash" skin="haloblue" width="300" height="200"
onload="#onLoad#">
  <cfformgroup type="horizontal" id="myUID">
    <cfinput name="UserID" width="200" maxlength="50" value="" type="text">
  </cfformgroup>
</cfform> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303504
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to