i have had this same issue, and it's when i use bitmap graphics in flash with scale-9, apparently it doesn't work that way, only on vector graphics in flash. what i do is reference the graphic file directly in css, and also specify your scale9 grid in css as well. then it should work. or the easier option is to convert your stuff to vector graphics, but i'm not a graphics guy and have never had much luck with that.
On Nov 26, 2007 9:40 AM, Clinton D. Judy <[EMAIL PROTECTED]> wrote: > No answers yet? Should I package up the materials I have so ya'll can > try them out yourselves? I'm still hoping this will be a simple fix. > > > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Clinton D. Judy > *Sent:* Friday, November 23, 2007 7:47 AM > *To:* [email protected] > *Subject:* [flexcoders] Skinning a Panel in Flex > > > > I'm trying to skin panels for use in Flex, but my corners, which are > rounded, keep getting squished. I'm sure I'm doing it right in Flash: My own > drawing is lined up with the reference point (0, 0), the 4 guidelines for > scale9 are in the right places and everything. And in my css file, I have: > > Panel > > { > > borderSkin: Embed(source="flex_skins.swf", symbol="Panel_borderSkin" > ); > > borderThicknessLeft: 16; > > borderThicknessRight: 16; > > borderThicknessTop: 0; > > borderThicknessBottom: 16; > > headerHeight: 16; > > } > > Where am I going wrong? Something else I should add, my panel gets > stretched depending on what size I want to make it at, but it looks like the > scale9 stuff is ignored completely, stretching the underlying swf as if it > were just one bitmap with no scale9 stuff. > > Clinton > > > > >

