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

<channel>
	<title>Клуб программистов &#187; flash</title>
	<atom:link href="/cpp/flash/feed" rel="self" type="application/rss+xml" />
	<link>//rucoders.ru</link>
	<description>любые вопросы по PHP, С++, JAVA, Python, Perl</description>
	<lastBuildDate>Wed, 27 Apr 2011 23:23:50 +0000</lastBuildDate>
	<generator>//wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Как Убрать Click here if you have Flash Player 6 ? В созданной FLASH галерее PHOTOSHOPom</title>
		<link>/t361.htm</link>
		<comments>/t361.htm#comments</comments>
		<pubDate>Wed, 17 Mar 2010 22:01:00 +0000</pubDate>
		<dc:creator>Гость</dc:creator>
				<category><![CDATA[вопросы по программированию]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">/?p=361</guid>
		<description><![CDATA[Добрый Вечер! Если открыть индексовый index.html файл Фдэш вэб галереи, созданной в ФОТОШОП, выдается окно
Please upgrade your Flash Player.
Already have Flash Player? Click here if you have Flash Player 6 installed.
(Flash player установлен последней версии)
Как можно это убрать, чтобы сразу загружалась галерея?
В файле flashobject.js (на который ссылается Индекс) есть строчки, подскажите что нужно подправить, что [...]]]></description>
			<content:encoded><![CDATA[<p>Добрый Вечер! Если открыть индексовый index.html файл Фдэш вэб галереи, созданной в ФОТОШОП, выдается окно</p>
<p>Please upgrade your Flash Player.</p>
<p>Already have Flash Player? Click here if you have Flash Player 6 installed.</p>
<p>(Flash player установлен последней версии)</p>
<p>Как можно это убрать, чтобы сразу загружалась галерея?</p>
<p>В файле flashobject.js (на который ссылается Индекс) есть строчки, подскажите что нужно подправить, что бы при открытии индекса сразу происходила загрузка Галереи??</p>
<p>спасибо!</p>
<div class="codecolorer-container php geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">FlashObject <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>swf<span style="color: #339933;">,</span> id<span style="color: #339933;">,</span> w<span style="color: #339933;">,</span> h<span style="color: #339933;">,</span> ver<span style="color: #339933;">,</span> c<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
this<span style="color: #339933;">.</span>swf <span style="color: #339933;">=</span> swf<span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>id <span style="color: #339933;">=</span> id<span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>width <span style="color: #339933;">=</span> w<span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>height <span style="color: #339933;">=</span> h<span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>version <span style="color: #339933;">=</span> ver <span style="color: #339933;">||</span> <span style="color: #cc66cc;">6</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// default to 6</span><br />
this<span style="color: #339933;">.</span>align <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;middle&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// default to middle</span><br />
this<span style="color: #339933;">.</span>redirect <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>sq <span style="color: #339933;">=</span> document<span style="color: #339933;">.</span>location<span style="color: #339933;">.</span>search<span style="color: #339933;">.</span><a href="//www.php.net/split"><span style="color: #990000;">split</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;?&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">||</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>altTxt <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Please &amp;lt;a href='//www.macromedia.com/go/getflashplayer'&amp;gt;upgrade your Flash Player&amp;lt;/a&amp;gt;.&quot;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>bypassTxt <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&amp;lt;p&amp;gt;Already have Flash Player? &amp;lt;a href='?detectflash=false&amp;amp;&quot;</span><span style="color: #339933;">+</span> this<span style="color: #339933;">.</span>sq <span style="color: #339933;">+</span><span style="color: #0000ff;">&quot;'&amp;gt;Click here if you have Flash Player &quot;</span><span style="color: #339933;">+</span> this<span style="color: #339933;">.</span>version <span style="color: #339933;">+</span><span style="color: #0000ff;">&quot; installed&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&quot;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>params <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Object<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>variables <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Object<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #b1b100;">if</span> © this<span style="color: #339933;">.</span>color <span style="color: #339933;">=</span> this<span style="color: #339933;">.</span>addParam<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'bgcolor'</span><span style="color: #339933;">,</span> c<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
this<span style="color: #339933;">.</span>addParam<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'quality'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'high'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// default to high</span><br />
this<span style="color: #339933;">.</span>doDetect <span style="color: #339933;">=</span> getQueryParamValue<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'detectflash'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>/t361.htm/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>
