You have to insert the code given above just below the following code in view.phtml file. Only then the video will be displayed under the product name.
<div class="product-name"> <h1><?php echo $helper->productAttribute($product, $_product->getName(), 'name') ?></h1> </div>
For more: http://www.demagento.com/how-to-add-magento-product-video-programmatically/
You have to insert the code given above just below the following code in view.phtml file. Only then the video will be displayed under the product name.
<div class="product-name">
<h1><?php echo $helper->productAttribute($product, $_product->getName(), 'name') ?></h1>
</div>
For more: http://www.demagento.com/how-to-add-magento-product-video-programmatically/