I am using this function to get the featured images:
You can also get the URL for image attachments as follows. It works fine.
if (has_post_thumbnail()) { $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'medium'); }