Sweet!

Yeah its just supposed to trace to the output window. To put it on the
screen, just create a dynamic textfield on the stage, give it a name of
myTextfield, and then change:

onResult = function(event)
{
    trace(event.result);
}

To...

onResult = function(event)
{
    myTextfield.text = event.result;
}

ck

+ Chris Kief
  Mindflood, Inc.
  714.557.2488 x113
  
  www.mindflood.com


On 4/15/05 8:41 AM, "Bryan Stevenson" <[EMAIL PROTECTED]> wrote:

> Success!!! ;-)
> 
> the output just shows in the output window and not in the movie....and now
> that I look at the code, that appears to be what it's supposed to do (I
> thought it would drop "Hello" on the screen)??
> 
> ....but the important thing is..IT WORKS!! ;-)
> 
> Thanks again for all the help (oh for decent instructions...hehe)
> 
> Cheers
> 
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203082
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to