Hello All, I reformatted my existing Map SWF Files, using the Public Alpha version of Flash, so then I can bring them into Flex in a more "native" format.
These Maps all have several subdivided regions, which are assigned as MovieClips with unique identifiers - thus providing the ability of controlling them via ActionScript code. When the user hovers over these regions within Flex, I want the region to Scale Outwards slightly - just like the Product Images in the Sample Flex Store, where you hover over a product and it gets slightly larger (indicating that you are hovering over it) - and then go back to normal scale after you MouseOut. I know I could code this inside of Flash 9, so that the effects get generated there, but I'd rather just assign names to the MovieClips, so that I can control them via code. Once inside of Flex, I want to write some native functions THERE referencing the SWF, and see if I can control the effects that way. Will Flex recognize the SWF File as a "native object" as long as it's saved in Flash 9 format (with the AS3 option active)? Or am I still forced to write all the code, while inside of the Flash IDE, and then just reference the functions from within Flex after I bring it in using SWFLoader? Thanks in advance for any help offered, Mike

