
edit: imla...
22
●3.832


<?php if ( get_post_meta($post->ID, 'mp4', true) )
{ ?> <!-- Ozel Alan icerigi -->
<embed src="http://content.longtailvideo.com/files/player.swf" width="470" height="320" bgcolor="#FFFFFF" allowscriptaccess="always" allowfullscreen="true" flashvars="file=<?php $values = get_post_custom_values("mp4"); echo $values[0]; ?>&type=video">
<?php } else { ?> <!-- Ozel Alan icerigi yok -->
<?php } ?>