can anyone tell me what is wrong with this code:
Code: 
<?php $swf_code = get_post_meta($post->ID, 'swfcode', true);
         echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">';
?>
thanks in advance
puharta Reviewed by puharta on . need php help can anyone tell me what is wrong with this code: <?php $swf_code = get_post_meta($post->ID, 'swfcode', true); echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">'; ?> thanks in advance :) Rating: 5