I know the tutorial, was the first stept for me .. but i didn't get the results.
I you see in my examples of code... i tried to show all images but i fail :( .
<?php foreach($cck->get( 'your_fieldx' )->value as $fx){ ?>
img src="/<?php echo $fx->value; ?>" alt="<?php echo $fx->image_alt; ?>" title ="<?php echo $fx->image_title; ?>"
<?php } ?>