Re: [flexcoders] Custom components in Flex 2

2005-11-08 Thread Kai Pradel
Roger, thanks for your feedback on using custom Flash components in Flex 2. But this doesn't explain why the custom swc example didn't work in Flex 1.5 either. Has anyone else had problems using custom swc that couldn't be Parse in Flex? Kai Roger Gonzalez wrote: This recipe is for Flex

RE: [flexcoders] Custom components in Flex 2

2005-11-07 Thread Roger Gonzalez
This recipe is for Flex 1.5. There is no way to combine the AS2 code generated in Flash 8 with the AS3 code used in Flex 2. The supported interaction for associating a Flash 8 asset with a component is basically as follows: 1) Build an asset in Flash 8, with no code. 2) Convert it to a symbol.

Re: [flexcoders] Custom components in Flex 2

2005-11-07 Thread Scott Barnes
Hi Roger, I've noticed that in 1.5 if you define a MovieClip (sprite collection?) for a skin, that makes up 3 pieces (mc_left, mc_middle, mc_right) that the framework seems to scale it, rather then test for a setSize() on that sprite? ie mx.controls.Button for one seems to do this. Has this