Does anyone know if flash 9 cs3 will support scale 9 for actual bitmaps, as opposed to just vector objects.
Similar to how flex builder can do this except its precompiled at runtime.

Just as a quick note, you *can* use bitmaps with scale9, most of the time (that is, as long as it's static).

It's a bit clumsy, but you have to break the image inside the movieclip, then create lines on the same place that the guides are located, group the individual grid blocks, then remove the lines. This breaks the movieclip into pieces that match the same position of the scale9 rulers and ultimately makes it work. It's the same as creating vector boxes with a bitmap fill of that particular image and aligning/moving the fill in a way that makes the boundaries match.

Again, it's clumsy, but at least it doesn't force you to create new movieclips and resize them with code... you just have to break it and group it.



Zeh
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to