Что скажете по такому XML-File
Ребят, добрый день!
У меня есть хмл файл, который генерится из цмс, вот сам он:
Код:
<gallery>
<globals currentItem="0" width="685" height="280" radius="0" contentRadius="5" cssFile="css/homePageGallery.css" buttonLocation="bottom" buttonPosition="left" padding="10" nameColor="#FFFFFF" nameFontSize="20" nameBgColor="#000000" nameBgAlpha="70" descriptionColor="#FFFFFF" descriptionFontSize="16" descriptionBgColor="#000000" descriptionBgAlpha="40" tween="_alpha" tweenTime="0.7"></globals>
<item>
<title font="arial" font-size="10" font-color="#000000" x="120" y="120">
<p>Reno Ski Packages</p>
</title>
<description font="arial" font-size="10" font-color="#000000" x="120" y="160">
<p>Ski in Tahoe and Play in Reno - From Just $69. Select from one of our special offers or build your own custom package.
<br />
</p>
</description>
<textTween>Alpah In/Out</textTween>
<image>/EktronTech/uploadedImages/Ektron_tech/Home/ski-packages-2009.jpg?n=1628</image>
<imageType>JPEG</imageType>
<timeDuration>10</timeDuration>
<transitionTween>Alpha In/Out</transitionTween>
<beginDate>7/21/09</beginDate>
<endDate>7/27/09</endDate>
<displayOrder>0</displayOrder>
<buttonText font="arial" font-size="10" font-color="#0f0f0f">
Learn More
</buttonText>
<buttonColor>#060606</buttonColor>
<buttonX>120</buttonX>
<buttonY>180</buttonY>
<buttonWidth>100</buttonWidth>
<buttonHeight>20</buttonHeight>
<url></url>
<target>_self</target>
</item>
<item>
<title font="arial" font-size="10" font-color="#000000" x="120" y="120">
<p>Eldorado Resort Package</p>
</title>
<description font="arial" font-size="10" font-color="#000000" x="120" y="160">
<p>Like extra value and amenities with your hotel stay? Reserve Eldorado's Resort Package with rates from $39.50.</p>
</description>
<textTween>Alpah In/Out</textTween>
<image>/EktronTech/uploadedImages/Ektron_tech/Home/ski-packages-2009.jpg?n=1628</image>
<imageType>JPEG</imageType>
<timeDuration>10</timeDuration>
<transitionTween>Alpha In/Out</transitionTween>
<beginDate>7/21/09</beginDate>
<endDate>7/27/09</endDate>
<displayOrder>0</displayOrder>
<buttonText font="arial" font-size="10" font-color="#0f0f0f">
Learn More
</buttonText>
<buttonColor>#060606</buttonColor>
<buttonX>120</buttonX>
<buttonY>180</buttonY>
<buttonWidth>100</buttonWidth>
<buttonHeight>20</buttonHeight>
<url></url>
<target>_self</target>
</item>
</gallery>
Как его можно подключить к Флешу? Или нужен специальный компонент? Очень нужна ваша помощь.
Спасибо!
|