I have an image source property which i want to pass to another image on a 
different display? Is there something special to passing image sources?


TypeError: Error #1009: Cannot access a property or method of a null object 
reference.


breakfast_img_item2.source =  fast_img_item1.source;

<mx:Image id="brfast_img_item1" source=""/>

<mx:Image id="fast_img_item1" source="100.jpg"/>

Reply via email to