I don't believe that you can create them out of the box, but you can definitely use the drawing tools and create your own.
That would be a good thing to make as a component or a symbol, as you will reuse it often. -- Josh Trefethen .:::::[ Exciteworks, Inc ]::[ http://exciteworks.com ]:::::. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. > -----Original Message----- > From: Mahmut Basaran [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 16, 2003 8:23 PM > To: CF-Talk > Subject: Re: flash forms > > > Also, is there a way to make html style textboxes (that has > depth) in flash ? at the moment, all I can do is black > borders around text areas. > > ----- Original Message ----- > From: "Sean A Corfield" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Saturday, March 15, 2003 10:24 PM > Subject: Re: flash forms > > > > On Sunday, Mar 16, 2003, at 03:52 US/Pacific, Mahmut Basaran wrote: > > > I have 3 page html form that I want to build in flash. So far, I > > > couldn't figure out how to put all of them into one .swf file. I > > > tried making 3 different flash forms and calling them with > > > loadMovie() and it worked fine. Anyway, is there a better way ? > > > > You could use a single movie and do either of the following: > > > > 1. Use (key)frames: have three different frame and have > each form in a > > separate frame of the movie. Your ActionScript would then > > gotoAndStop(n) to navigate between the pages. > > > > 2. Use layers: have three different layers for the three different > > forms and make each one visible / invisible as needed. > > > > I've used the first method (because I haven't figured out > the second > > one properly yet!). > > > > Sean A Corfield -- http://www.corfield.org/blog/ > > > > "If you're not annoying somebody, you're not really alive." > > -- Margaret Atwood > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

