RE: [flexcoders] Question about storing a password

2005-09-01 Thread Dennis Baldwin
If you decide to use a SharedObject then be sure to utilize some level of encryption. Check out http://www.db75.com/blog/archives/000103.htmlfor a basic implementation. I hope this helps. Best Regards,Dennis From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Flash V2 Components and Flex Compatibility

2005-06-13 Thread Dennis Baldwin
that your app is pretty muc script-driven, in which case the best option is probably just to copy the script into .as files and compile them from MXML.--- In flexcoders@yahoogroups.com, "Dennis Baldwin" [EMAIL PROTECTED] wrote: We're in the process of porting some of our ex

[flexcoders] HaloTheme.fla

2005-05-27 Thread Dennis Baldwin
I'm working on doing some skinning and don't have access to HaloTheme.fla in my Flex 1.5 install. Can someone post a link if they have this file handy? Thanks in advance for any help you can give. Best Regards, Dennis Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Flash Drawing API in Flex

2005-05-19 Thread Dennis Baldwin
Hi, I'm wondering if it's possible to utilize the Flash drawing API in Flex. Our current Flash application has a tree with drag/drop functionality. Items are dragged from the tree and then dropped onto a floor plan. In Flash we trigger an event that draws a box and other shapes on the canvas. We

RE: [flexcoders] Flash Drawing API in Flex

2005-05-19 Thread Dennis Baldwin
, but in Flex you can create custom components and wrap low-level detailsInfact Flex provide better work-flow.. Hope that helps.. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Baldwin Sent: Thursday, May 19, 2005 9:44 PM

RE: [flexcoders] Re: Transitioning Flash RIA to Flex

2005-05-10 Thread Dennis Baldwin
/006600.cfm You can also export a movieclip in your flash library as an SWC component, and then paste the component in your flex code like this: myFlashSWC / erik. --- In flexcoders@yahoogroups.com, Dennis Baldwin [EMAIL PROTECTED] wrote: I'm wondering if any of you have tackled a problem

[flexcoders] Transitioning Flash RIA to Flex

2005-05-09 Thread Dennis Baldwin
I'm wondering if any of you have tackled a problem that I'm currently faced with. We have a very extensive RIA built with Flash MX Pro and V2 components. I'm pushing for our company to start leveraging Flex and we'd like to implement a gradual transition if at all possible. We have several swfs

RE: [flexcoders] n00b question: Flex compnents

2005-03-02 Thread Dennis Baldwin
Version 1.5 controls: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/index.html -Original Message-From: Eric Diamond [mailto:[EMAIL PROTECTED]Sent: Tuesday, March 01, 2005 7:55 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] n00b question: Flex compnentsI am a