<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h1 class="post-title"><?php the_title(); ?></h1>
<?php
$link=get_post_meta($post->ID, "link", true);
$resim=get_post_meta($post->ID, "resim", true);
?>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="315" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="/player.swf?file=<?=$link?>&autostart=true&type=video" />
<param name="quality" value="high" />
<embed src="/player.swf?file=<?=$link?>&autostart=true&type=video" quality="high" width="400" height="315" name="mymovie" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<div class="post-info">
<?php the_time('F jS, Y') ?> in
<?php the_category(', '); ?>
<?php the_tags('| tags: ', ', ', ''); ?>
<?php edit_post_link('[Edit this entry]','',''); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>bunu deneyin hocam sorun düzelmezse tekrar bakayım