<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Dışardan Resim-Swf Çağırma (As3) yazısına yapılan yorumlar</title>
	<atom:link href="http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/</link>
	<description>Biri ActionScript mi dedi?</description>
	<lastBuildDate>Sun, 18 Jul 2010 22:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Yazar: Mustafa</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-260</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Sat, 12 Jun 2010 06:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-260</guid>
		<description>Sanirim Bana Yardimci OLacak KimsecikLer Gelmiyor  :(</description>
		<content:encoded><![CDATA[<p>Sanirim Bana Yardimci OLacak KimsecikLer Gelmiyor  <img src='http://www.flashdersleri.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Mustafa</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-246</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-246</guid>
		<description>MerhabaLar Benim elimde Bir Admin Panelli Xml Site Var Ama Ben o Admin Panelini Farkli Bir Swf nin xml icin Uyarlamaya Calisiyor Belli Bir Kismini Yaziyor Xml icine Ama  4 Tane Kod Daha Yazdirmam Gerekiyor xml icerisine bunu Nasil Yapa bilirim Acaba xml icerisine Yazim Yapan Kodlar Asapıdaki gibi
 Degistirecegim Yerleri Ben Degistirdim Lakin xml icerisine Dosyanin Yolunu ve dosya isimi + uzantisini (JPG) olarak yazdirmak istiyorum Bunu Nasil Yapa bilirim Acaba
 Xml icerisine Yazdirmak istedigim Kod



  thumbs/3.jpg
  images/3.jpg
  600
  468





Orjinal Xml Dosyasi Yazim Ornegi


  3
  Çilek Mobilya
  Cephe Uygulama


Admin Panel xml Yazdirma Kodlari
&lt;%
dim id,title,details
dim msg
dim objXML
set objXML = server.CreateObject(&quot;Microsoft.FreeThreadedXMLDOM&quot;)
dim eobjXML
set eobjXML = server.CreateObject(&quot;Microsoft.FreeThreadedXMLDOM&quot;)
dim Upload
Set Upload = Server.CreateObject(&quot;Persits.Upload.1&quot;)
id = &quot;AUTO&quot;
title = &quot;Cephe Uygulama&quot;
etitle = &quot;Facial Applications&quot;

if request.QueryString(&quot;Submit&quot;)  &quot;&quot; then
 		Set File = Upload.Files(&quot;DOSYA&quot;)
		Set BFile = Upload.Files(&quot;BDOSYA&quot;)
Upload.OverwriteFiles = True

Count = Upload.SaveToMemory



		objXML.async = False
		eobjXML.async = False


	blnFileExist = objXML.load(xmlpath)
	eblnFileExist = eobjXML.load(exmlpath)

	if request.QueryString(&quot;id&quot;) = &quot;&quot; then


	If blnFileExist = False Then
		 objXML.appendChild(objXML.createProcessingInstruction(&quot;xml&quot;,&quot;version=&quot;&quot;1.0&quot;&quot;&quot;))
		 intID = 1
	Else
		if objXML.childnodes(0).childnodes(1).hasChildNodes then
			intID = objXML.childnodes(0).childnodes(1).childnodes(_
			objXML.childnodes(0).childnodes(1).childnodes.length -1).childnodes(0).text + 1
		else
			intID = 1
		end if
	End If

	kd=intID

klasor = &quot;../images/1/&quot;
bklasor = &quot;../images/1/b/&quot;

If Count = 2 Then
    Set File = Upload.Files(1)
    Path = Server.MapPath(klasor&amp;kd&amp;&quot;.jpg&quot;)
    File.SaveAs Path
	Set BFile = Upload.Files(2)
    Path = Server.MapPath(bklasor&amp;kd&amp;&quot;.jpg&quot;)
    BFile.SaveAs Path

	end if


	Set objXMLv = objXML.createElement(&quot;res&quot;)
	objXMLv.appendChild(objXML.createElement(&quot;resim&quot;))
	objXMLv.appendChild(objXML.createElement(&quot;referans&quot;))
	objXMLv.appendChild(objXML.createElement(&quot;kategori&quot;))


	objXMLv.childNodes(0).text = intID
	objXMLv.childNodes(1).text = Upload.form(&quot;details&quot;)
	objXMLv.childNodes(2).text = Upload.form(&quot;title&quot;)


	objXML.documentElement.childnodes(1).appendChild(objXMLv.cloneNode(true))

	objXML.save(xmlpath)

	Set eobjXMLv = eobjXML.createElement(&quot;res&quot;)
	eobjXMLv.appendChild(eobjXML.createElement(&quot;resim&quot;))
	eobjXMLv.appendChild(eobjXML.createElement(&quot;referans&quot;))
	eobjXMLv.appendChild(eobjXML.createElement(&quot;kategori&quot;))


	eobjXMLv.childNodes(0).text = intID
	eobjXMLv.childNodes(1).text = Upload.form(&quot;edetails&quot;)
	eobjXMLv.childNodes(2).text = Upload.form(&quot;etitle&quot;)


	eobjXML.documentElement.childnodes(1).appendChild(eobjXMLv.cloneNode(true))

	eobjXML.save(exmlpath)

	else

		Set objXMLv = objXML.createElement(&quot;res&quot;)
		objXMLv.appendChild(objXML.createElement(&quot;resim&quot;))
		objXMLv.appendChild(objXML.createElement(&quot;referans&quot;))
		objXMLv.appendChild(objXML.createElement(&quot;kategori&quot;))

		objXMLv.childNodes(0).text = Upload.form(&quot;id&quot;)
		objXMLv.childNodes(1).text = Upload.form(&quot;details&quot;)
		objXMLv.childNodes(2).text = Upload.form(&quot;title&quot;)

		set objXMLvOld = objXML.childnodes(0).childnodes(1).childnodes(request.QueryString(&quot;id&quot;)-1)

		objXML.documentElement.childnodes(1).replaceChild objXMLv, objXMLvOld
		objXML.save(xmlpath)


		Set eobjXMLv = eobjXML.createElement(&quot;res&quot;)
		eobjXMLv.appendChild(eobjXML.createElement(&quot;resim&quot;))
		eobjXMLv.appendChild(eobjXML.createElement(&quot;referans&quot;))
		eobjXMLv.appendChild(eobjXML.createElement(&quot;kategori&quot;))

		eobjXMLv.childNodes(0).text = Upload.form(&quot;id&quot;)
		eobjXMLv.childNodes(1).text = Upload.form(&quot;edetails&quot;)
		eobjXMLv.childNodes(2).text = Upload.form(&quot;etitle&quot;)

		set eobjXMLvOld = eobjXML.childnodes(0).childnodes(1).childnodes(request.QueryString(&quot;id&quot;)-1)

		eobjXML.documentElement.childnodes(1).replaceChild eobjXMLv, eobjXMLvOld
		eobjXML.save(exmlpath)

	end if


	Set objXMLv = Nothing
	Set objXML = Nothing

	Set eobjXMLv = Nothing
	Set eobjXML = Nothing




msg = &quot;Kayit Eklendi!&quot;


	response.Redirect(&quot;listcontents.asp&quot;)

end if

if request.QueryString(&quot;id&quot;)  &quot;&quot; then
	objXML.Load(xmlpath)
	set xmlcontents = objXML.DocumentElement.selectSingleNode(&quot;resimler&quot;)
	set xmlcontent = xmlcontents.ChildNodes.item(request.QueryString(&quot;id&quot;)-1)
	id = xmlcontent.ChildNodes.item(0).text
	details = xmlcontent.ChildNodes.item(1).text
	title = xmlcontent.ChildNodes.item(2).text
end if

if request.QueryString(&quot;id&quot;)  &quot;&quot; then
	eobjXML.Load(exmlpath)
	set exmlcontents = eobjXML.DocumentElement.selectSingleNode(&quot;resimler&quot;)
	set exmlcontent = exmlcontents.ChildNodes.item(request.QueryString(&quot;id&quot;)-1)
	eid = exmlcontent.ChildNodes.item(0).text
	edetails = exmlcontent.ChildNodes.item(1).text
	etitle = exmlcontent.ChildNodes.item(2).text
end if


%&gt;</description>
		<content:encoded><![CDATA[<p>MerhabaLar Benim elimde Bir Admin Panelli Xml Site Var Ama Ben o Admin Panelini Farkli Bir Swf nin xml icin Uyarlamaya Calisiyor Belli Bir Kismini Yaziyor Xml icine Ama  4 Tane Kod Daha Yazdirmam Gerekiyor xml icerisine bunu Nasil Yapa bilirim Acaba xml icerisine Yazim Yapan Kodlar Asapıdaki gibi<br />
 Degistirecegim Yerleri Ben Degistirdim Lakin xml icerisine Dosyanin Yolunu ve dosya isimi + uzantisini (JPG) olarak yazdirmak istiyorum Bunu Nasil Yapa bilirim Acaba<br />
 Xml icerisine Yazdirmak istedigim Kod</p>
<p>  thumbs/3.jpg<br />
  images/3.jpg<br />
  600<br />
  468</p>
<p>Orjinal Xml Dosyasi Yazim Ornegi</p>
<p>  3<br />
  Çilek Mobilya<br />
  Cephe Uygulama</p>
<p>Admin Panel xml Yazdirma Kodlari<br />
&lt;%<br />
dim id,title,details<br />
dim msg<br />
dim objXML<br />
set objXML = server.CreateObject(&quot;Microsoft.FreeThreadedXMLDOM&quot;)<br />
dim eobjXML<br />
set eobjXML = server.CreateObject(&quot;Microsoft.FreeThreadedXMLDOM&quot;)<br />
dim Upload<br />
Set Upload = Server.CreateObject(&quot;Persits.Upload.1&quot;)<br />
id = &quot;AUTO&quot;<br />
title = &quot;Cephe Uygulama&quot;<br />
etitle = &quot;Facial Applications&quot;</p>
<p>if request.QueryString(&quot;Submit&quot;)  &#8220;&#8221; then<br />
 		Set File = Upload.Files(&#8220;DOSYA&#8221;)<br />
		Set BFile = Upload.Files(&#8220;BDOSYA&#8221;)<br />
Upload.OverwriteFiles = True</p>
<p>Count = Upload.SaveToMemory</p>
<p>		objXML.async = False<br />
		eobjXML.async = False</p>
<p>	blnFileExist = objXML.load(xmlpath)<br />
	eblnFileExist = eobjXML.load(exmlpath)</p>
<p>	if request.QueryString(&#8220;id&#8221;) = &#8220;&#8221; then</p>
<p>	If blnFileExist = False Then<br />
		 objXML.appendChild(objXML.createProcessingInstruction(&#8220;xml&#8221;,&#8221;version=&#8221;"1.0&#8243;&#8221;"))<br />
		 intID = 1<br />
	Else<br />
		if objXML.childnodes(0).childnodes(1).hasChildNodes then<br />
			intID = objXML.childnodes(0).childnodes(1).childnodes(_<br />
			objXML.childnodes(0).childnodes(1).childnodes.length -1).childnodes(0).text + 1<br />
		else<br />
			intID = 1<br />
		end if<br />
	End If</p>
<p>	kd=intID</p>
<p>klasor = &#8220;../images/1/&#8221;<br />
bklasor = &#8220;../images/1/b/&#8221;</p>
<p>If Count = 2 Then<br />
    Set File = Upload.Files(1)<br />
    Path = Server.MapPath(klasor&amp;kd&amp;&#8221;.jpg&#8221;)<br />
    File.SaveAs Path<br />
	Set BFile = Upload.Files(2)<br />
    Path = Server.MapPath(bklasor&amp;kd&amp;&#8221;.jpg&#8221;)<br />
    BFile.SaveAs Path</p>
<p>	end if</p>
<p>	Set objXMLv = objXML.createElement(&#8220;res&#8221;)<br />
	objXMLv.appendChild(objXML.createElement(&#8220;resim&#8221;))<br />
	objXMLv.appendChild(objXML.createElement(&#8220;referans&#8221;))<br />
	objXMLv.appendChild(objXML.createElement(&#8220;kategori&#8221;))</p>
<p>	objXMLv.childNodes(0).text = intID<br />
	objXMLv.childNodes(1).text = Upload.form(&#8220;details&#8221;)<br />
	objXMLv.childNodes(2).text = Upload.form(&#8220;title&#8221;)</p>
<p>	objXML.documentElement.childnodes(1).appendChild(objXMLv.cloneNode(true))</p>
<p>	objXML.save(xmlpath)</p>
<p>	Set eobjXMLv = eobjXML.createElement(&#8220;res&#8221;)<br />
	eobjXMLv.appendChild(eobjXML.createElement(&#8220;resim&#8221;))<br />
	eobjXMLv.appendChild(eobjXML.createElement(&#8220;referans&#8221;))<br />
	eobjXMLv.appendChild(eobjXML.createElement(&#8220;kategori&#8221;))</p>
<p>	eobjXMLv.childNodes(0).text = intID<br />
	eobjXMLv.childNodes(1).text = Upload.form(&#8220;edetails&#8221;)<br />
	eobjXMLv.childNodes(2).text = Upload.form(&#8220;etitle&#8221;)</p>
<p>	eobjXML.documentElement.childnodes(1).appendChild(eobjXMLv.cloneNode(true))</p>
<p>	eobjXML.save(exmlpath)</p>
<p>	else</p>
<p>		Set objXMLv = objXML.createElement(&#8220;res&#8221;)<br />
		objXMLv.appendChild(objXML.createElement(&#8220;resim&#8221;))<br />
		objXMLv.appendChild(objXML.createElement(&#8220;referans&#8221;))<br />
		objXMLv.appendChild(objXML.createElement(&#8220;kategori&#8221;))</p>
<p>		objXMLv.childNodes(0).text = Upload.form(&#8220;id&#8221;)<br />
		objXMLv.childNodes(1).text = Upload.form(&#8220;details&#8221;)<br />
		objXMLv.childNodes(2).text = Upload.form(&#8220;title&#8221;)</p>
<p>		set objXMLvOld = objXML.childnodes(0).childnodes(1).childnodes(request.QueryString(&#8220;id&#8221;)-1)</p>
<p>		objXML.documentElement.childnodes(1).replaceChild objXMLv, objXMLvOld<br />
		objXML.save(xmlpath)</p>
<p>		Set eobjXMLv = eobjXML.createElement(&#8220;res&#8221;)<br />
		eobjXMLv.appendChild(eobjXML.createElement(&#8220;resim&#8221;))<br />
		eobjXMLv.appendChild(eobjXML.createElement(&#8220;referans&#8221;))<br />
		eobjXMLv.appendChild(eobjXML.createElement(&#8220;kategori&#8221;))</p>
<p>		eobjXMLv.childNodes(0).text = Upload.form(&#8220;id&#8221;)<br />
		eobjXMLv.childNodes(1).text = Upload.form(&#8220;edetails&#8221;)<br />
		eobjXMLv.childNodes(2).text = Upload.form(&#8220;etitle&#8221;)</p>
<p>		set eobjXMLvOld = eobjXML.childnodes(0).childnodes(1).childnodes(request.QueryString(&#8220;id&#8221;)-1)</p>
<p>		eobjXML.documentElement.childnodes(1).replaceChild eobjXMLv, eobjXMLvOld<br />
		eobjXML.save(exmlpath)</p>
<p>	end if</p>
<p>	Set objXMLv = Nothing<br />
	Set objXML = Nothing</p>
<p>	Set eobjXMLv = Nothing<br />
	Set eobjXML = Nothing</p>
<p>msg = &#8220;Kayit Eklendi!&#8221;</p>
<p>	response.Redirect(&#8220;listcontents.asp&#8221;)</p>
<p>end if</p>
<p>if request.QueryString(&#8220;id&#8221;)  &#8220;&#8221; then<br />
	objXML.Load(xmlpath)<br />
	set xmlcontents = objXML.DocumentElement.selectSingleNode(&#8220;resimler&#8221;)<br />
	set xmlcontent = xmlcontents.ChildNodes.item(request.QueryString(&#8220;id&#8221;)-1)<br />
	id = xmlcontent.ChildNodes.item(0).text<br />
	details = xmlcontent.ChildNodes.item(1).text<br />
	title = xmlcontent.ChildNodes.item(2).text<br />
end if</p>
<p>if request.QueryString(&#8220;id&#8221;)  &#8220;&#8221; then<br />
	eobjXML.Load(exmlpath)<br />
	set exmlcontents = eobjXML.DocumentElement.selectSingleNode(&#8220;resimler&#8221;)<br />
	set exmlcontent = exmlcontents.ChildNodes.item(request.QueryString(&#8220;id&#8221;)-1)<br />
	eid = exmlcontent.ChildNodes.item(0).text<br />
	edetails = exmlcontent.ChildNodes.item(1).text<br />
	etitle = exmlcontent.ChildNodes.item(2).text<br />
end if</p>
<p>%&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: mehmet</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-228</link>
		<dc:creator>mehmet</dc:creator>
		<pubDate>Sat, 20 Mar 2010 15:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-228</guid>
		<description>merhaba.. ben swf çağırıyorum fakat çağırdığım swf ile birlikte çalışan xml çalışmıyor..</description>
		<content:encoded><![CDATA[<p>merhaba.. ben swf çağırıyorum fakat çağırdığım swf ile birlikte çalışan xml çalışmıyor..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: secseaghost</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-224</link>
		<dc:creator>secseaghost</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-224</guid>
		<description>ilk anlattığınızı yaptım
aynen şçyle bi buton ekledim birinci frame daha sonra kodları yazdım swfyi çağırdım fakat aynı yerde butonla birlikte çıktı ayrı bencerede a.ılmadı bide swfnin olduğu yerle aynı dosya içine koydum
 çıldırcam neden olmuyor</description>
		<content:encoded><![CDATA[<p>ilk anlattığınızı yaptım<br />
aynen şçyle bi buton ekledim birinci frame daha sonra kodları yazdım swfyi çağırdım fakat aynı yerde butonla birlikte çıktı ayrı bencerede a.ılmadı bide swfnin olduğu yerle aynı dosya içine koydum<br />
 çıldırcam neden olmuyor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: secseaghost</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-223</link>
		<dc:creator>secseaghost</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-223</guid>
		<description>falsh site yapıyorum fakat sitede sayfaya buton eklemek ve bu butna tıklayınca dışardan çağıracağım foto galerisi swfsine gitsin istiyorum nasıl olcak yardımcı olur</description>
		<content:encoded><![CDATA[<p>falsh site yapıyorum fakat sitede sayfaya buton eklemek ve bu butna tıklayınca dışardan çağıracağım foto galerisi swfsine gitsin istiyorum nasıl olcak yardımcı olur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: ncicekli</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-216</link>
		<dc:creator>ncicekli</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-216</guid>
		<description>Arkadaşlar bu kodlar bende niye çalışmıyor. Defalarca kontrol ettim ama nedense bir tülü çalışmadı ya...
Lütfen yardım edin...</description>
		<content:encoded><![CDATA[<p>Arkadaşlar bu kodlar bende niye çalışmıyor. Defalarca kontrol ettim ama nedense bir tülü çalışmadı ya&#8230;<br />
Lütfen yardım edin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: atasözleri</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-215</link>
		<dc:creator>atasözleri</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-215</guid>
		<description>Teşekkürler abiler,

Ben şajsen XML&#039;den veri çekmeyi hallettim ama hepsiburadanın bannerlerı gibi kayarak hareket etmesini istiyorum. Frame ile yapmak istedim kocaman kocaman frameler oldu, zamanladıktan sonra bir movie clip&#039;in hide olmasını sonra diğerinin visible olmasını sağlayamazmıyız?

Teşekkürler.</description>
		<content:encoded><![CDATA[<p>Teşekkürler abiler,</p>
<p>Ben şajsen XML&#8217;den veri çekmeyi hallettim ama hepsiburadanın bannerlerı gibi kayarak hareket etmesini istiyorum. Frame ile yapmak istedim kocaman kocaman frameler oldu, zamanladıktan sonra bir movie clip&#8217;in hide olmasını sonra diğerinin visible olmasını sağlayamazmıyız?</p>
<p>Teşekkürler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: saim emre kanat</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-138</link>
		<dc:creator>saim emre kanat</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-138</guid>
		<description>Selamlar Ali bey.
çok teşekürler bu yararlı bilgiler için inş sizinle birlikte öğrenicem as3&#039;ü
birde Engin yöyen&#039;in kitabını almayı düşünüyorum istedikten sonra olcağını düşünüyorum. bu siteyi takip edicem.

Teşekürler.</description>
		<content:encoded><![CDATA[<p>Selamlar Ali bey.<br />
çok teşekürler bu yararlı bilgiler için inş sizinle birlikte öğrenicem as3&#8242;ü<br />
birde Engin yöyen&#8217;in kitabını almayı düşünüyorum istedikten sonra olcağını düşünüyorum. bu siteyi takip edicem.</p>
<p>Teşekürler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: alio</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-108</link>
		<dc:creator>alio</dc:creator>
		<pubDate>Wed, 23 Dec 2009 00:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-108</guid>
		<description>çalışmıyorken ne hatası veriyor? verdiği hatayı yazar mısın?</description>
		<content:encoded><![CDATA[<p>çalışmıyorken ne hatası veriyor? verdiği hatayı yazar mısın?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Xequed</title>
		<link>http://www.flashdersleri.net/2009/05/03/disardan-resim-swf-cagirma-as3/comment-page-1/#comment-107</link>
		<dc:creator>Xequed</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdersleri.net/?p=42#comment-107</guid>
		<description>on (press) {
resim = &quot;omer1.jpg&quot;;
loadMovie(resim, _root.dergi1s); 
fscommand(&quot;quit&quot; , &quot;true&quot;);
}

Kodu kullanıyorum fakat çalışmıyor nasıl bir dongu olusturmam lazım ? :(</description>
		<content:encoded><![CDATA[<p>on (press) {<br />
resim = &#8220;omer1.jpg&#8221;;<br />
loadMovie(resim, _root.dergi1s);<br />
fscommand(&#8220;quit&#8221; , &#8220;true&#8221;);<br />
}</p>
<p>Kodu kullanıyorum fakat çalışmıyor nasıl bir dongu olusturmam lazım ? <img src='http://www.flashdersleri.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
