<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Swf.hu 2.0 fórum &#62; Tag: galéria - Recent Topics</title>
		<link>http://www.swf.hu/forum/tags/galeria</link>
		<description>Swf.hu 2.0 fórum &gt; Tag: galéria - Recent Topics</description>
		<language>hu-HU</language>
		<pubDate>Thu, 09 Sep 2010 10:53:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Keresés]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.swf.hu/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.swf.hu/forum/rss/tags/galeria/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>hlp @ "Képek megjelenítése overlay ablakban, a.k.a Lightbox"</title>
			<link>http://www.swf.hu/forum/topic/kepgaleria#post-1621</link>
			<pubDate>Csü, 22 ápr 2010 22:45:51 +0000</pubDate>
			<dc:creator>hlp</dc:creator>
			<guid isPermaLink="false">1621@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;Sziasztok!&#60;/p&#62;
&#60;p&#62;Szeretnem megkerdezni hogyan keszithetek olyan kepgaleriat aminel a nagy kep megjelenesekor elsotetul a teljes hatter es a kep bal vagy jobb oldalara tolva az egeret megjelenik a PREVIOUS vagy NEXT gomb? Hogy hivjak ezt a tipusu galeriat? Van ra valami tutorial? Koszonom a valaszokat, HLP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Catfish @ "AS3 galéria xml-lel"</title>
			<link>http://www.swf.hu/forum/topic/as3-galeria-xml-lel#post-1196</link>
			<pubDate>Vas, 21 márc 2010 11:05:26 +0000</pubDate>
			<dc:creator>Catfish</dc:creator>
			<guid isPermaLink="false">1196@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;Sziasztok!&#60;/p&#62;
&#60;p&#62;Szeretnék egy olyan xml-en alapuló galériát készíteni ami a képek mellett egy kicsit bővebb szöveges tartalmat is megjelenít a képekkel együtt. Mivel igen kezdő vagyok ebben ezért segítségül Ducky oldalán találhat segédletet és egy másik oldalon található segédletet akartam össze hozni egy közös állományba.&#60;br /&#62;
Sajnos elakadtam!&#60;br /&#62;
A &#34;kisképek&#34; betöltése sikerült, de nem tudom hogyan adhatnám át a kisképek URL-jeit (ami szinte teljesen megegyezik majd a &#34;nagyképek&#34; URL-jeivel is) a &#34;nagyképet&#34; betöltő metódusnak! Mellékelem a scripttet. Ha tudtok segítsetek már egy kis ötleteléssel, hogyan oldhatnám ezt a problémát meg.&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;actionscript3&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;//Galéria&#60;/span&#62;
&#60;span style=&#34;color: #9900cc; font-weight: bold;&#34;&#62;package&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
&#38;nbsp;
	&#60;span style=&#34;color: #009900;&#34;&#62;// szükséges csomagok&#60;/span&#62;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;flash.display&#60;/span&#62;.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;flash.events&#60;/span&#62;.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;flash.net&#60;/span&#62;.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;flash.geom&#60;/span&#62;.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;flash.text&#60;/span&#62;.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; fl.transitions.Tween;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; fl.transitions.easing.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; fl.transitions.TweenEvent;
&#38;nbsp;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #9900cc; font-weight: bold;&#34;&#62;class&#60;/span&#62; Galeria extends &#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; tartalomTarolo&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; alapKerettar&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; loadKontroll&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;URLLoader&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; loadFogad&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; xmlAdatok&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;XML&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; xmlFajlNeve&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;String&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; tarolo&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;MovieClip&#60;/span&#62;;
		&#60;span style=&#34;color: #009900;&#34;&#62;//private var negyzet:Sprite;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #009900;&#34;&#62;//konstruktor&#60;/span&#62;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; Galeria&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			xmlloadKeszites&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
		&#60;span style=&#34;color: #009900;&#34;&#62;//xml betöltés eljárás&#60;/span&#62;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; xmlloadKeszites&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			loadKontroll=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;URLLoader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			loadKontroll.&#60;span style=&#34;color: #004993;&#34;&#62;dataFormat&#60;/span&#62;=&#60;span style=&#34;color: #004993;&#34;&#62;URLLoaderDataFormat&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;TEXT&#60;/span&#62;;
			xmlFajlNeve=&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;adatGaleria.xml&#38;quot;&#60;/span&#62;;
			loadKontroll.&#60;span style=&#34;color: #004993;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Event&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;COMPLETE&#60;/span&#62;,xmlToltes&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			loadKontroll.&#60;span style=&#34;color: #004993;&#34;&#62;load&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62; &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;URLRequest&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;xmlFajlNeve&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; xmlToltes&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;event&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Event&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #009900;&#34;&#62;//mozi paraméterei&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; felirat&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;String&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; hatterSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; szovegSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; moziSzelesseg&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; moziMagassag&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskepIgazitas&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;String&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskepOszlop&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskepSor&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskepKeretSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskepKeretSzel&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kepSzel&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kepMag&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; leirasSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; leirasMeret&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; leirasHatterSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; leirasHatterAlfa&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; tar_x=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;10&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; tar_y=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;10&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; my_kiskep_width=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; my_kiskep_height=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kep_url=&#60;span style=&#34;color: #004993;&#34;&#62;Array&#60;/span&#62;;
			&#60;span style=&#34;color: #009900;&#34;&#62;// mozi paraméterei vége-----------------------------&#60;/span&#62;
			xmlAdatok=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;XML&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;event.&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;data&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #009900;&#34;&#62;//mozi paramétereinek megadása kezd ----&#60;/span&#62;
			felirat=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;felirat&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			hatterSzin=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;hatterSzin&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			szovegSzin=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;szovegSzin&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			moziSzelesseg=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;moziSzelesseg&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			moziMagassag=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;moziMagassag&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepIgazitas=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kiskepIgazitas&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepOszlop=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kiskepOszlop&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepSor=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kiskepSor&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepKeretSzin=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kiskepKeretSzin&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepKeretSzel=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kiskepKeretSzel&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kepSzel=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kepSzel&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kepMag=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kepMag&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			leirasSzin=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;leirasSzin&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			leirasMeret=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;leirasMeret&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			leirasHatterSzin=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;leirasHatterSzin&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			leirasHatterAlfa=xmlAdatok.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;leirasHatterAlfa&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #009900;&#34;&#62;//mozi paramétereinek megadása vége ----&#60;/span&#62;
&#38;nbsp;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; xmladatLista&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;XMLList&#60;/span&#62;=xmlAdatok.kep;
&#38;nbsp;
			taroloKeszites&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;tar_x,tar_y,xmladatLista&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kiskepek&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;xmladatLista,my_kiskep_width,my_kiskep_height,kiskepOszlop,kiskepSor&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #009900;&#34;&#62;// alap tároló készítő metódus&#60;/span&#62;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; taroloKeszites&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;tar_x&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,tar_y&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,xmladatLista&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;XMLList&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			tarolo=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;MovieClip&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			tarolo.&#60;span style=&#34;color: #004993;&#34;&#62;x&#60;/span&#62;=tar_x;
			tarolo.&#60;span style=&#34;color: #004993;&#34;&#62;y&#60;/span&#62;=tar_y;
			tarolo.&#60;span style=&#34;color: #004993;&#34;&#62;buttonMode&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;;
			tarolo.&#60;span style=&#34;color: #004993;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;MouseEvent&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;CLICK&#60;/span&#62;,nagykepBehivas&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #004993;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;tarolo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#38;nbsp;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #009900;&#34;&#62;//kisképek behívó metódus&#60;/span&#62;
		&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; kiskepek&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;xmladatLista&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;XMLList&#60;/span&#62;,my_kiskep_width&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,my_kiskep_height&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,
		  kiskepOszlop&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;, kiskepSor&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; x_counter=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; y_counter=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; osszes_kep=xmladatLista.&#60;span style=&#34;color: #004993;&#34;&#62;length&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; szakasz_nagysag=kiskepOszlop&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;kiskepSor;
			&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;for&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; i&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;; i &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;&#60;/span&#62; szakasz_nagysag; i&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
				&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kep_url=xmladatLista&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attribute&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;kepURL&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
				&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; kiskep_loader = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
				kiskep_loader.&#60;span style=&#34;color: #004993;&#34;&#62;name&#60;/span&#62;=i;
				kiskep_loader.&#60;span style=&#34;color: #004993;&#34;&#62;load&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;URLRequest&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;kep_url&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
				kiskep_loader.&#60;span style=&#34;color: #004993;&#34;&#62;contentLoaderInfo&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Event&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;COMPLETE&#60;/span&#62;, kiskepToltes&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
				kiskep_loader.&#60;span style=&#34;color: #004993;&#34;&#62;x&#60;/span&#62;=my_kiskep_width&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;x_counter;
				kiskep_loader.&#60;span style=&#34;color: #004993;&#34;&#62;y&#60;/span&#62;=my_kiskep_height&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;y_counter;
				&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;x_counter&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;&#60;/span&#62;kiskepOszlop&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
					x_counter&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;;
				&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
					x_counter=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
					y_counter&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;;
				&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
			&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
		&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; kiskepToltes&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;e&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Event&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; my_kiskep&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;=&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;e.&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			tarolo.&#60;span style=&#34;color: #004993;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;my_kiskep&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; nagykepBehivas&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62; e&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;MouseEvent&#60;/span&#62;,xmladatLista&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;XMLList&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #009900;&#34;&#62;//var kep_url=xmladatLista[e.target.name].attribute(&#38;quot;kepURL&#38;quot;);&#60;/span&#62;
			&#60;span style=&#34;color: #004993;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;xmladatLista&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; nagykep_loader&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #009900;&#34;&#62;//var nagykep_url=&#38;quot;n&#38;quot;+xmladatLista.attribute(&#38;quot;kep_url&#38;quot;);&#60;/span&#62;
			&#60;span style=&#34;color: #3f5fbf;&#34;&#62;/*var nagykep_url=&#38;quot;n&#38;quot;+kep_url;
			trace(nagykep_url);
			nagykep_loader.load(new URLRequest(nagykep_url));*/&#60;/span&#62;
			&#60;span style=&#34;color: #009900;&#34;&#62;//nagykep_loader.contentLoaderInfo.addEventListener(Event.INIT, nagykepLoaded);&#60;/span&#62;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; nagykepLoaded&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;e&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Event&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; my_loader&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;=&#60;span style=&#34;color: #004993;&#34;&#62;Loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;e.&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;loader&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #004993;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;my_loader&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			my_loader.&#60;span style=&#34;color: #004993;&#34;&#62;x&#60;/span&#62; = &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;stage&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;stageWidth&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;-&#60;/span&#62; my_loader.&#60;span style=&#34;color: #004993;&#34;&#62;width&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;2&#60;/span&#62;;
			my_loader.&#60;span style=&#34;color: #004993;&#34;&#62;y&#60;/span&#62; = &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;stage&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;stageHeight&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;-&#60;/span&#62; my_loader.&#60;span style=&#34;color: #004993;&#34;&#62;height&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;2&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
		&#60;span style=&#34;color: #009900;&#34;&#62;// szövegmező generáló metódus&#60;/span&#62;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; textmezoKeszit&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62; xp&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;, yp&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;, wd&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,
		        hd&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,szovegSzin&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;,textMeret &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;TextField&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; ujText&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;TextField&#60;/span&#62; = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;TextField&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #009900;&#34;&#62;// elhelyezés, szélesség és magasság&#60;/span&#62;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;x&#60;/span&#62;=xp;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;y&#60;/span&#62;=yp;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;width&#60;/span&#62;=wd;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;height&#60;/span&#62;=hd;
			&#60;span style=&#34;color: #009900;&#34;&#62;// mező tulajdonságok és forma&#60;/span&#62;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;multiline&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;wordWrap&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;selectable&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;;
			&#60;span style=&#34;color: #004993;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;ujText&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; ujszovegForma&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;TextFormat&#60;/span&#62; = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;TextFormat&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;font&#60;/span&#62;=&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;Arial&#38;quot;&#60;/span&#62;;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;align&#60;/span&#62;=&#60;span style=&#34;color: #004993;&#34;&#62;TextFormatAlign&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;LEFT&#60;/span&#62;;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;color&#60;/span&#62;=szovegSzin;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;bold&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;false&#60;/span&#62;;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;leftMargin&#60;/span&#62;=ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;rightMargin&#60;/span&#62;=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
			ujszovegForma.&#60;span style=&#34;color: #004993;&#34;&#62;size&#60;/span&#62;=textMeret;
			ujText.&#60;span style=&#34;color: #004993;&#34;&#62;defaultTextFormat&#60;/span&#62;=ujszovegForma;
			&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;return&#60;/span&#62; ujText;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
		&#60;span style=&#34;color: #009900;&#34;&#62;//negyzet rajzoló eljárás&#60;/span&#62;
		&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; rajzolNegyzet&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;kw&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;, ksz&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;,hsz&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;uint&#60;/span&#62;,hx&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,hy&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,hw&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;,hh&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Number&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; negyzet&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;:&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62;=&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;Sprite&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			negyzet.&#60;span style=&#34;color: #004993;&#34;&#62;graphics&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;lineStyle&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;kw,ksz&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			negyzet.&#60;span style=&#34;color: #004993;&#34;&#62;graphics&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;beginFill&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;hsz&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			negyzet.&#60;span style=&#34;color: #004993;&#34;&#62;graphics&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;drawRect&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;hx,hy,hw,hh&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			negyzet.&#60;span style=&#34;color: #004993;&#34;&#62;graphics&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;endFill&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;return&#60;/span&#62; negyzet;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;



&#60;p&#62;Az XML felépítése:&#60;br /&#62;
&#38;lt;galeria&#38;gt;&#60;br /&#62;
  x=tulajdonság&#60;br /&#62;
y=tulajdonság&#60;br /&#62;
z=tulajdonság&#60;br /&#62;
stb=tulajdonság&#60;br /&#62;
    &#38;lt;kep kepURL=&#34;valami&#34; kepCim=&#34;valami&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;leiras&#38;gt;A képhez tartozó ismertető szöveg&#38;lt;/leiras&#38;gt;&#60;br /&#62;
    &#38;lt;/kep&#38;gt;&#60;br /&#62;
    &#38;lt;kep kepURL=&#34;valami&#34; kepCim=&#34;valami&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;leiras&#38;gt;A képhez tartozó ismertető szöveg&#38;lt;/leiras&#38;gt;&#60;br /&#62;
    &#38;lt;/kep&#38;gt;&#60;br /&#62;
&#38;lt;/galeria&#38;gt;&#60;/p&#62;
&#60;p&#62;Köszönöm a segítségetek előre is!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zsozs @ "XML galéria lokálban OK, szerveren nem"</title>
			<link>http://www.swf.hu/forum/topic/xml-galeria-gondok#post-82</link>
			<pubDate>Hét, 07 dec 2009 19:40:11 +0000</pubDate>
			<dc:creator>zsozs</dc:creator>
			<guid isPermaLink="false">82@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;Sziasztok lenne egy kérdésem!&#60;/p&#62;
&#60;p&#62;Feltettem ezt a kérdést a régi swf.hu-n is, az ismétlésért bocsi.&#60;br /&#62;
Van egy XML galéria amit ha a gépről futtatok akkor szépen le is játssza. Viszont ha fent van a szerveren akkor a képeket összevissza tölti be (a szöveget és a számokat rendesen). Segítsetek, pls. Tudom egy kicsit kusza a kód.&#60;/p&#62;
&#60;p&#62;Köszi:&#60;br /&#62;
zsozs&#60;/p&#62;
&#60;p&#62;Kód:&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;actionscript3&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; mx.transitions.Tween;
&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;import&#60;/span&#62; mx.transitions.easing.&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;;
_root.preloader.elotoltoszamlalo = &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;...&#38;quot;&#60;/span&#62;;
_root.kepcime = &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;loading...&#38;quot;&#60;/span&#62;;
_root.szamlalo = &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; &#38;quot;&#60;/span&#62;;
&#60;span style=&#34;color: #6699cc; font-weight: bold;&#34;&#62;var&#60;/span&#62; myShowXML = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;XML&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;ignoreWhite&#60;/span&#62; = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;;
myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;load&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;slideshow.xml&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#38;nbsp;
myShowXML.onLoad = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	_root.galeria.myWidth = myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;firstChild&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;width&#60;/span&#62;;
	_root.galeria.myHeight = myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;firstChild&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;height&#60;/span&#62;;
	_root.galeria.mySpeed = myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;firstChild&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.speed;
	_root.galeria.myImages = myShowXML.&#60;span style=&#34;color: #004993;&#34;&#62;firstChild&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;childNodes&#60;/span&#62;;
	_root.galeria.myImagesNo = myImages.&#60;span style=&#34;color: #004993;&#34;&#62;length&#60;/span&#62;;
	createContainer&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	callImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; createContainer&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	_root.galeria.createEmptyMovieClip&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;myContainer_mc&#38;quot;&#60;/span&#62;,&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	myContainer_mc._x = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
	myContainer_mc._y = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; callImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	_root.galeria.myMCL = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; MovieClipLoader&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.myPreloader = &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #004993;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.myMCL.addListener&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.myPreloader&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.myClips_array = &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	_root.galeria.myPreloader.onLoadStart = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
	_root.galeria.myPreloader.onLoadProgress = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		_root.preloader.elotoltoszamlalo = _root.galeria.myClips_array.&#60;span style=&#34;color: #004993;&#34;&#62;length&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; of &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;_root.galeria.myImagesNo;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
	_root.galeria.myPreloader.onLoadComplete = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		_root.galeria.myClips_array.&#60;span style=&#34;color: #004993;&#34;&#62;push&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #004993;&#34;&#62;target&#60;/span&#62;._alpha = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
		&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.myClips_array.&#60;span style=&#34;color: #004993;&#34;&#62;length&#60;/span&#62; == _root.galeria.myImagesNo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
			_root.preloader.elotoltoszamlalo = &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; &#38;quot;&#60;/span&#62;;
			_root.galeria.target_mc = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;-&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;;
			myShowInt = &#60;span style=&#34;color: #004993;&#34;&#62;setInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;SlideshowStart, &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.mySpeed&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1000&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1000&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			&#60;span style=&#34;color: #004993;&#34;&#62;clearInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;myShowInt&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
			kovetkezo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;for&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;i=&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;; i&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;&#60;/span&#62;_root.galeria.myImagesNo; i&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		temp_url = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;url&#60;/span&#62;;
		temp_mc = myContainer_mc.createEmptyMovieClip&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;i, myContainer_mc.getNextHighestDepth&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
		_root.galeria.myMCL.loadClip&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;temp_url,temp_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
_root.Slide_sound.slideshow_button.start_button.onRelease = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	SlideshowStart&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	myShowInt = &#60;span style=&#34;color: #004993;&#34;&#62;setInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;SlideshowStart, &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.mySpeed&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;*&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1000&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1000&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; SlideshowStart&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	current_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
        &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;current_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;=_root.galeria.myImagesNo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		_root.galeria.target_mc = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
	_root.kepcime = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.title;
	_root.szamlalo = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.szam&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; of &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;_root.galeria.myImagesNo;
	next_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;next_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
_root.Slide_sound.slideshow_button.stop_button.onRelease = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	&#60;span style=&#34;color: #004993;&#34;&#62;clearInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;myShowInt&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
_root.Slide_sound.previous_button.onRelease = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	elozo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	&#60;span style=&#34;color: #004993;&#34;&#62;clearInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;myShowInt&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
_root.Slide_sound.next_button.onRelease = &#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	kovetkezo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	&#60;span style=&#34;color: #004993;&#34;&#62;clearInterval&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;myShowInt&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; kovetkezo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	current_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;current_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;++&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;=_root.galeria.myImagesNo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
		_root.galeria.target_mc = &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
	_root.kepcime = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.title;
	_root.szamlalo = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.szam&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; of &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;_root.galeria.myImagesNo;
	next_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;next_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #339966; font-weight: bold;&#34;&#62;function&#60;/span&#62; elozo&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000;&#34;&#62;&#38;#123;&#60;/span&#62;
	current_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;current_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	_root.galeria.target_mc&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;--&#60;/span&#62;;
	_root.kepcime = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.title;
	_root.szamlalo = _root.galeria.myImages&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;.&#60;span style=&#34;color: #004993;&#34;&#62;attributes&#60;/span&#62;.szam&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot; of &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;+&#60;/span&#62;_root.galeria.myImagesNo;
	next_mc = _root.galeria.myClips_array&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#91;&#60;/span&#62;_root.galeria.target_mc&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#93;&#60;/span&#62;;
	&#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;new&#60;/span&#62; Tween&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#40;&#60;/span&#62;next_mc, &#60;span style=&#34;color: #990000;&#34;&#62;&#38;quot;_alpha&#38;quot;&#60;/span&#62;, Strong.easeOut, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight:bold;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0033ff; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#41;&#60;/span&#62;;
	&#60;span style=&#34;color: #000000;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>
		<item>
			<title>bomba78 @ "XML, elérési út probléma képgalériában"</title>
			<link>http://www.swf.hu/forum/topic/flash-alapu-weboldal-1#post-79</link>
			<pubDate>Hét, 07 dec 2009 14:29:57 +0000</pubDate>
			<dc:creator>bomba78</dc:creator>
			<guid isPermaLink="false">79@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Flash alapú weblapot készítettem magamnak... Dreamveawerrel fel is töltöttem, mint a jó gyerek, minden működik is, kivéve a galériák. (Ez egy portfolio oldal, látványterveim és arculatterveim lennének benne). Az oldal egyébként AS3, a galériák  külső swf-ek, amik egy-egy movieclipbe töltődnek be, xml fileok tartalmazzák a képek adatait. Az xml.-ek a azonos könyvtárban vannak au index.html-el és a fő mozival, a könyvtárak is ott vannak. pendrivról működik (minden gépen-teszteltem), de ha feltöltöm, akkor a galériák nem jelennek meg...&#60;br /&#62;
SEGÍTSÉG!!!!!!!!!!!!!!!!!!!!!&#60;br /&#62;
Köszi, előre is.&#60;br /&#62;
Tamás
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
