<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Ses Ekleme</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : Ses Ekleme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 20:55:13 +0000</pubDate>
  <lastBuildDate>Wed, 26 Feb 2025 13:44:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=599</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Ses Ekleme : Merhaba ErenA&#351;a&#287;&#305;daki &#246;rne&#287;i inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=599&amp;PID=1948#1948</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 599<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Şubat&nbsp;2025 Saat 13:44<br /><br />Merhaba Eren<div>Aşağıdaki örneği inceler misin:</div><div><a href="https://www.docs.clomosy.com/index.php?title=TclMediaPlayer" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=TclMediaPlayer</a></div>]]>
   </description>
   <pubDate>Wed, 26 Feb 2025 13:44:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=599&amp;PID=1948#1948</guid>
  </item> 
  <item>
   <title><![CDATA[Ses Ekleme : var  muzikForm: TclGameForm;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=599&amp;PID=834#834</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=155">Eren_</a><br /><strong>Konu:</strong> 599<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Mayıs&nbsp;2024 Saat 08:43<br /><br /><div>var</div><div>&nbsp; &nbsp; muzikForm: TclGameForm;</div><div>&nbsp; &nbsp; btnAnaKodaGidis: TclButton;</div><div>&nbsp; &nbsp; btnMuzik1, btnMuzik2, btnMuzik3, btnMuzik4, btnMuzik5: TclButton;</div><div>&nbsp; &nbsp; soundFile1, soundFile2, soundFile3, soundFile4, soundFile5: Integer;</div><div><br></div><div>void anaFormGidis;</div><div>{</div><div>&nbsp; &nbsp; CallerForm.clShow;</div><div>}</div><div><br></div><div>void BtnMuzik1OnClick;</div><div>{</div><div>&nbsp; &nbsp; muzikForm.PlayGameSound(soundFile1);</div><div>}</div><div><br></div><div>void BtnMuzik2OnClick;</div><div>{</div><div>&nbsp; &nbsp; muzikForm.PlayGameSound(soundFile2);</div><div>}</div><div><br></div><div>void BtnMuzik3OnClick;</div><div>{</div><div>&nbsp; &nbsp; muzikForm.PlayGameSound(soundFile3);</div><div>}</div><div><br></div><div>void BtnMuzik4OnClick;</div><div>{</div><div>&nbsp; &nbsp; muzikForm.PlayGameSound(soundFile4);</div><div>}</div><div><br></div><div>void BtnMuzik5OnClick;</div><div>{</div><div>&nbsp; &nbsp; muzikForm.PlayGameSound(soundFile5);</div><div>}</div><div><br></div><div>{</div><div>&nbsp; &nbsp; muzikForm = TclGameForm.Create(Self);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; muzikForm.AddGameAssetFromUrl('<a href="https://www.clomosy.com/game/assets/Fire.wav" target="_blank" rel="nofollow">https://www.clomosy.com/game/assets/Fire.wav</a>'); // Müzik 1</div><div>&nbsp; &nbsp; muzikForm.AddGameAssetFromUrl('<a href="https://www.clomosy.com/game/assets/Water.wav" target="_blank" rel="nofollow">https://www.clomosy.com/game/assets/Water.wav</a>'); // Müzik 2</div><div>&nbsp; &nbsp; muzikForm.AddGameAssetFromUrl('<a href="https://www.clomosy.com/game/assets/Wind.wav" target="_blank" rel="nofollow">https://www.clomosy.com/game/assets/Wind.wav</a>'); // Müzik 3</div><div>&nbsp; &nbsp; muzikForm.AddGameAssetFromUrl('<a href="https://www.clomosy.com/game/assets/Earth.wav" target="_blank" rel="nofollow">https://www.clomosy.com/game/assets/Earth.wav</a>'); // Müzik 4</div><div>&nbsp; &nbsp; muzikForm.AddGameAssetFromUrl('<a href="https://www.clomosy.com/game/assets/Chimes.wav" target="_blank" rel="nofollow">https://www.clomosy.com/game/assets/Chimes.wav</a>'); // Müzik 5</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; soundFile1 = muzikForm.RegisterSound('Fire.wav');</div><div>&nbsp; &nbsp; soundFile2 = muzikForm.RegisterSound('Water.wav');</div><div>&nbsp; &nbsp; soundFile3 = muzikForm.RegisterSound('Wind.wav');</div><div>&nbsp; &nbsp; soundFile4 = muzikForm.RegisterSound('Earth.wav');</div><div>&nbsp; &nbsp; soundFile5 = muzikForm.RegisterSound('Chimes.wav');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; muzikForm.SoundIsActive = True;</div><div>&nbsp; &nbsp; muzikForm.SetFormColor('#FD5F38', '#FC4966', clGVertical);</div><div><br></div><div>&nbsp; &nbsp; btnMuzik1 = muzikForm.AddNewButton(muzikForm, 'btnMuzik1', 'Müzik 1');</div><div>&nbsp; &nbsp; btnMuzik1.Align = alTop;</div><div>&nbsp; &nbsp; btnMuzik1.Width = 500;</div><div>&nbsp; &nbsp; btnMuzik1.Height = 80;</div><div>&nbsp; &nbsp; btnMuzik1.Margins.Top = 10;</div><div>&nbsp; &nbsp; btnMuzik1.Margins.Left = 2;</div><div>&nbsp; &nbsp; btnMuzik1.Margins.Right = 2;</div><div>&nbsp; &nbsp; btnMuzik1.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnMuzik1, tbeOnClick, 'BtnMuzik1OnClick');</div><div><br></div><div>&nbsp; &nbsp; btnMuzik2 = muzikForm.AddNewButton(muzikForm, 'btnMuzik2', 'Müzik 2');</div><div>&nbsp; &nbsp; btnMuzik2.Align = alTop;</div><div>&nbsp; &nbsp; btnMuzik2.Width = 500;</div><div>&nbsp; &nbsp; btnMuzik2.Height = 80;</div><div>&nbsp; &nbsp; btnMuzik2.Margins.Top = 10;</div><div>&nbsp; &nbsp; btnMuzik2.Margins.Left = 2;</div><div>&nbsp; &nbsp; btnMuzik2.Margins.Right = 2;</div><div>&nbsp; &nbsp; btnMuzik2.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnMuzik2, tbeOnClick, 'BtnMuzik2OnClick');</div><div><br></div><div>&nbsp; &nbsp; btnMuzik3 = muzikForm.AddNewButton(muzikForm, 'btnMuzik3', 'Müzik 3');</div><div>&nbsp; &nbsp; btnMuzik3.Align = alTop;</div><div>&nbsp; &nbsp; btnMuzik3.Width = 500;</div><div>&nbsp; &nbsp; btnMuzik3.Height = 80;</div><div>&nbsp; &nbsp; btnMuzik3.Margins.Top = 10;</div><div>&nbsp; &nbsp; btnMuzik3.Margins.Left = 2;</div><div>&nbsp; &nbsp; btnMuzik3.Margins.Right = 2;</div><div>&nbsp; &nbsp; btnMuzik3.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnMuzik3, tbeOnClick, 'BtnMuzik3OnClick');</div><div><br></div><div>&nbsp; &nbsp; btnMuzik4 = muzikForm.AddNewButton(muzikForm, 'btnMuzik4', 'Müzik 4');</div><div>&nbsp; &nbsp; btnMuzik4.Align = alTop;</div><div>&nbsp; &nbsp; btnMuzik4.Width = 500;</div><div>&nbsp; &nbsp; btnMuzik4.Height = 80;</div><div>&nbsp; &nbsp; btnMuzik4.Margins.Top = 10;</div><div>&nbsp; &nbsp; btnMuzik4.Margins.Left = 2;</div><div>&nbsp; &nbsp; btnMuzik4.Margins.Right = 2;</div><div>&nbsp; &nbsp; btnMuzik4.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnMuzik4, tbeOnClick, 'BtnMuzik4OnClick');</div><div><br></div><div>&nbsp; &nbsp; btnMuzik5 = muzikForm.AddNewButton(muzikForm, 'btnMuzik5', 'Müzik 5');</div><div>&nbsp; &nbsp; btnMuzik5.Align = alTop;</div><div>&nbsp; &nbsp; btnMuzik5.Width = 500;</div><div>&nbsp; &nbsp; btnMuzik5.Height = 80;</div><div>&nbsp; &nbsp; btnMuzik5.Margins.Top = 10;</div><div>&nbsp; &nbsp; btnMuzik5.Margins.Left = 2;</div><div>&nbsp; &nbsp; btnMuzik5.Margins.Right = 2;</div><div>&nbsp; &nbsp; btnMuzik5.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnMuzik5, tbeOnClick, 'BtnMuzik5OnClick');</div><div><br></div><div>&nbsp; &nbsp; btnAnaKodaGidis = muzikForm.AddNewButton(muzikForm, 'btnAnaKodaGidis', 'Ana Sayfaya Dön');</div><div>&nbsp; &nbsp; btnAnaKodaGidis.Align = alTop;</div><div>&nbsp; &nbsp; btnAnaKodaGidis.Margins.Top = 100;</div><div>&nbsp; &nbsp; btnAnaKodaGidis.Width = 300;</div><div>&nbsp; &nbsp; btnAnaKodaGidis.Height = 80;</div><div>&nbsp; &nbsp; muzikForm.AddNewEvent(btnAnaKodaGidis, tbeOnClick, 'anaFormGidis');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; muzikForm.Run;</div><div>}</div><div>Uygulamam bir pomodoro uygulaması bu Unit müzik ekleme Uniti burada btnMuzik1 butonuna bastığımda ses alabiliyorum ama diğer butonlara tıkladığım zaman farklı url ler denememe rağmen sesleri ekleyemedim çözümü nedir ?</div>]]>
   </description>
   <pubDate>Sat, 25 May 2024 08:43:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=599&amp;PID=834#834</guid>
  </item> 
 </channel>
</rss>