<?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>Комментарии на: Феерверк на веб странице</title>
	<atom:link href="http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/</link>
	<description>Блог о программировании вообще и о JavaScript в частности, уроки, статьи, заметки, база знаний.</description>
	<lastBuildDate>Fri, 08 Jul 2011 12:45:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>От: SergAntDnepr</title>
		<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/comment-page-1/#comment-5535</link>
		<dc:creator>SergAntDnepr</dc:creator>
		<pubDate>Tue, 18 Aug 2009 07:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/#comment-5535</guid>
		<description>Кстати, после того как скачиваешь демо-пример, он тоже работает почему-то без звука.</description>
		<content:encoded><![CDATA[<p>Кстати, после того как скачиваешь демо-пример, он тоже работает почему-то без звука.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: SergAntDnepr</title>
		<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/comment-page-1/#comment-5501</link>
		<dc:creator>SergAntDnepr</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/#comment-5501</guid>
		<description>Вот: http://futsaldnepr.narod.ru/test/fireworks.html тестирую, а звука нет. Подскажите, пожалуйста, почему. Все папки и файлы на сервере, так же как и в скаченном демо-примере.</description>
		<content:encoded><![CDATA[<p>Вот: <a href="http://futsaldnepr.narod.ru/test/fireworks.html" rel="nofollow">http://futsaldnepr.narod.ru/test/fireworks.html</a> тестирую, а звука нет. Подскажите, пожалуйста, почему. Все папки и файлы на сервере, так же как и в скаченном демо-примере.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: admin</title>
		<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/comment-page-1/#comment-5496</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 16:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/#comment-5496</guid>
		<description>@SergAntDnepr
Конечно можно поставить себе. Там же есть ссылка на скачивание, вместе с библиотекой и демо пример есть, по нему все можно понять. По сути сразу нужно подключить скрипты:
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style/fireworks.css&quot; media=&quot;screen&quot; /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;script/soundmanager.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;script/fireworks.js&quot;&gt;&lt;/script&gt;
В конце страницы добавляем инициализацию soundmanager:
&lt;script type=&quot;text/javascript&quot;&gt;
if (typeof(soundManagerInit)!=&#039;undefined&#039;) soundManagerInit();
&lt;/script&gt;
Ну а феерверк создаем следующей функцией:
createFirework(nRadius,nParticles,nCircles,burstType,startX,startY,burstX,burstY,allowRandom,obeyBoundaries)
На странице скачивания есть пример:
createFirework(90,193,1,1,null,null,null,null,false,true);</description>
		<content:encoded><![CDATA[<p>@SergAntDnepr<br />
Конечно можно поставить себе. Там же есть ссылка на скачивание, вместе с библиотекой и демо пример есть, по нему все можно понять. По сути сразу нужно подключить скрипты:<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;style/fireworks.css&#8221; media=&#8221;screen&#8221; /&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;script/soundmanager.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;script/fireworks.js&#8221;&gt;&lt;/script&gt;<br />
В конце страницы добавляем инициализацию soundmanager:<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
if (typeof(soundManagerInit)!=&#8217;undefined&#8217;) soundManagerInit();<br />
&lt;/script&gt;<br />
Ну а феерверк создаем следующей функцией:<br />
createFirework(nRadius,nParticles,nCircles,burstType,startX,startY,burstX,burstY,allowRandom,obeyBoundaries)<br />
На странице скачивания есть пример:<br />
createFirework(90,193,1,1,null,null,null,null,false,true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: SergAntDnepr</title>
		<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/comment-page-1/#comment-5495</link>
		<dc:creator>SergAntDnepr</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/#comment-5495</guid>
		<description>Так эту штуковину можно поставить себе на сайт или только играться на сайте автора? Ковырял, ковырял - не выковырял! Пожалуйста помогите!</description>
		<content:encoded><![CDATA[<p>Так эту штуковину можно поставить себе на сайт или только играться на сайте автора? Ковырял, ковырял &#8211; не выковырял! Пожалуйста помогите!</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: SergAntDnepr</title>
		<link>http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/comment-page-1/#comment-5219</link>
		<dc:creator>SergAntDnepr</dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jstoolbox.com/2008/05/08/feerverk-na-veb-stranice/#comment-5219</guid>
		<description>Напишите, пожалуйста, как вставить себе на сайт “Феерверк”!</description>
		<content:encoded><![CDATA[<p>Напишите, пожалуйста, как вставить себе на сайт “Феерверк”!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

