<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>HÜSEYİN MERT &#187; API</title>
	<atom:link href="http://www.hmert.com/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hmert.com</link>
	<description>Sadece teknoloji değil...</description>
	<lastBuildDate>Thu, 17 Jun 2010 06:58:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Youtube Videosunu Tam Pencere Oynatmak</title>
		<link>http://www.hmert.com/2010/01/17/youtube-videosunu-tam-pencere-oynatmak/</link>
		<comments>http://www.hmert.com/2010/01/17/youtube-videosunu-tam-pencere-oynatmak/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:29:35 +0000</pubDate>
		<dc:creator>Hüseyin Mert</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[tam ekran video]]></category>
		<category><![CDATA[Youtube api]]></category>
		<category><![CDATA[Youtube video]]></category>

		<guid isPermaLink="false">http://www.hmert.com/?p=788</guid>
		<description><![CDATA[Youtube apisini kullanarak o pencerenin tamamında ilgili videoyu oynatmak için biraz kod yazdım. Artık kolaylıkla bu tür videoları yayınlarken bant kaygısına düşmeyeceksiniz. Çünkü Youtube üzerinden çekilecek tüm video. Hatta gereken birkaç javascript kütüphanesini de google üzerinden çekiyor.

Örneği görmek için tıklayın.

&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#62; 
&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; 
  &#60;head&#62; 
   [...]]]></description>
			<content:encoded><![CDATA[<p>Youtube apisini kullanarak o pencerenin tamamında ilgili videoyu oynatmak için biraz kod yazdım. Artık kolaylıkla bu tür videoları yayınlarken bant kaygısına düşmeyeceksiniz. Çünkü Youtube üzerinden çekilecek tüm video. Hatta gereken birkaç javascript kütüphanesini de google üzerinden çekiyor.</p>
<p align="center"><a href="http://www.hmert.com/demo/youtube-tam-pencere.html"><img src="http://www.hmert.com/wp-content/uploads/2010/01/youtube-tam-pencere.png" alt="" title="youtube-tam-pencere" width="480" height="345" class="aligncenter size-full wp-image-789" /></a></p>
<p class="uyari"><a href="http://www.hmert.com/demo/youtube-tam-pencere.html" target="_blank">Örneği görmek için tıklayın.</a></p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span> 
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span> xmlns<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span> 
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;content-type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span><span style="color: #66cc66;">/</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>Tam pencere youtube videosu oynatmak | Hüseyin Mert | hmert.com<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;author&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Hüseyin MERT&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">style</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span>&gt;</span> 
		body{ font-size: 12px; font-family: &quot;century gothic&quot;,sans-serif; margin: 0px; color: #fff; background-color:#000; }
		#uzerineyazilacak { position:absolute; width:100%; height:100%; z-index:2; }
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">style</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/jsapi&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span>
	// bu örnek Hüseyin Mert tarafından youtube apisi kullanılarak hazırlanmıştır.
	// Daha fazla web programlama ve api kullanımı örnekleri için http://hmert.com
      google.load(&quot;swfobject&quot;, &quot;2.1&quot;);
      function onYouTubePlayerReady(playerId) {
        ytplayer = document.getElementById(&quot;ytPlayer&quot;);
		// youtube videosunun ID'si
        ytplayer.cueVideoById(&quot;0EyQ_LxQxUg&quot;);
		//
		ytplayer.setVolume(80);
      }
      function loadPlayer() {
        var params = { allowScriptAccess: &quot;always&quot; };
        var atts = { id: &quot;ytPlayer&quot; };
        swfobject.embedSWF(
			&quot;http://www.youtube.com/apiplayer?&quot; + &quot;<span style="color: #ddbb00;">&amp;enablejsapi=1&amp;playerapiid=player1&quot;,</span>
<span style="color: #ddbb00;">			&quot;videoDiv&quot;, &quot;99%&quot;, &quot;99%&quot;, &quot;9&quot;, null, null, params, atts);</span>
      }
      function _run() {
        loadPlayer();
      }
      google.setOnLoadCallback(_run);
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span> 
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span> 
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;uzerineyazilacak&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;videoDiv&quot;</span>&gt;</span>Yükleniyor...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span> 
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.hmert.com/2010/01/17/youtube-videosunu-tam-pencere-oynatmak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://www.hmert.com/wp-content/uploads/2010/01/youtube-tam-pencere-150x150.png" />
		<media:content url="http://www.hmert.com/wp-content/uploads/2010/01/youtube-tam-pencere.png" medium="image">
			<media:title type="html">youtube-tam-pencere</media:title>
			<media:thumbnail url="http://www.hmert.com/wp-content/uploads/2010/01/youtube-tam-pencere-150x150.png" />
		</media:content>
	</item>
	</channel>
</rss>
