RE: [flexcoders] Re: Module Interface Problems

2007-04-03 Thread - FI / Jonas Eliasson +
That sounds like a still existing Flash issue if you try to load a swf that has a shared library attached to it. Then you will get a loaded callback before it's actually loaded. So in Flash you can check on the loaded event if current frame == 0. In that case you can't access any properties and no

RE: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread - FI / Jonas Eliasson +
Regarding the embedded font issue: We have following solution which seems to work well. It's also a similar solution we have used on Flash 7 and 8. Embed the fonts into a SWF (Flash 8 or 9) both work with Flex. Basically put them in a clip on the stage in the Flash IDE. Lets call it

RE: [flexcoders] Re: Just curious, A big development team or individual developers

2007-03-01 Thread - FI / Jonas Eliasson +
:[EMAIL PROTECTED] On Behalf Of - FI / Jonas Eliasson + Sent: Monday, February 26, 2007 8:24 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Just curious, A big development team or individual developers We are a team of 6 developers working on a flex project from two offices using SVN

RE: [flexcoders] Re: Just curious, A big development team or individual developers

2007-02-27 Thread - FI / Jonas Eliasson +
We are a team of 6 developers working on a flex project from two offices using SVN. We have a modular setup where we use different RSL's and external modules which are pulled in from a main application. This way we can work independently. I have been developing Adobe (Macromedia) products for

[flexcoders] FlexBuilder vs Flex SDK for a modular approach with several swf's for one Flex application

2007-02-22 Thread - FI / Jonas Eliasson +
Hi, I started to use FlexBuilder as a plugin for Eclipse recently. I find that FlexBuilder is really hard and not very intuitive to set up a customized project with several applications/modules within one project. To me a Flex project seems to be most functional when handling one output file