Steps to reproduce:
1. Compile and run attached MXML file (or run attached SWF)
2. Click the "Set source (Flex)" button to set the fill image to a snazzy Flex logo. Note, you have to change the graphic's width or height using the sliders to get the fill to appear.
SDK-18344
3. Click the "Set source (Flash Player)" button to change the fill image to a Flash Player logo. Resize the graphic using the sliders again.
4. Click the "Set null source" button to change the fill image to null.
Actual Results:
The fill doesnt change in steps 3 or 4.
Expected Results:
Setting the source property using ActionScript should change the graphic's fill each time the source is changed (instead of being write-once).
Workaround (if any):
n/a