SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 14.06.2011 13:43:01

panasonik
Участник
Зарегистрирован: 14.06.2011
Сообщений: 1

Галерея для DLE, автоматический вывод кликабельных картинок

Нужна Ваша помощь.
Где прописать свой картинки что бы они выводились в галерее. 
Скрипт прописал в html, а картинки не врублюсь куда прописывать.
Я открываю эти файлы в Dreamweaverе что дальше?

<script type="text/javascript" src="scripts/swfobject/swfobject.js"></script>
    <script type="text/javascript">
      var flashvars = {};
      flashvars.cssSource = "piecemaker.css";
      flashvars.xmlSource = "piecemaker.xml";
               
      var params = {};
      params.play = "true";
      params.menu = "false";
      params.scale = "showall";
      params.wmode = "transparent";
      params.allowfullscreen = "true";
      params.allowscriptaccess = "always";
      params.allownetworking = "all";
         
      swfobject.embedSWF('piecemaker.swf', 'piecemaker', '1000', '600', '10', null, flashvars,   
      params, null);
   
    </script>
    <div id="piecemaker"></div>

Или в этом?
<?xml version="1.0" encoding="utf-8"?>
<Piecemaker>
  <Contents>
    <Image Source="contents/piecemaker1.png" Title="The Piecemaker 2"></Image>
    <Image Source="contents/piecemaker2.png" Title="Lots of new Features">
      <Text>&lt;h1&gt;New hot Features&lt;/h1&gt;&lt;p&gt;The all new Piecemaker comes with lots of new features, making it even more slick.&lt;/p&gt;&lt;p&gt;Just to mention a few - you can now specify unlimited transition styles, include your own SWF and Video files, add hyperlinks to images and info texts with all special characters.&lt;/p&gt;&lt;p&gt;We also impoved the navigation and the animation with animated shadows and pixel-perfect transitions.&lt;/p&gt;</Text>
      <Hyperlink URL="http://www.modularweb.net" Target="_blank" />
    </Image>
    <Flash Source="contents/flash.swf" Title="Loaded SWF File">
      <Image Source="contents/flash-preview.png" />
    </Flash>
    <Image Source="contents/piecemaker3.png" Title="Editing made Easy"></Image>
    <Video Source="contents/video.mp4" Title="Video Example" Width="910" Height="365" Autoplay="true">
      <Image Source="contents/video-preview.jpg" />
    </Video>
  </Contents>
  <Settings ImageWidth="900" ImageHeight="360" LoaderColor="0x333333" InnerSideColor="0x222222" SideShadowAlpha="0.8" DropShadowAlpha="0.7" DropShadowDistance="25" DropShadowScale="0.95" DropShadowBlurX="40" DropShadowBlurY="4" MenuDistanceX="20" MenuDistanceY="50" MenuColor1="0x999999" MenuColor2="0x333333" MenuColor3="0xFFFFFF" ControlSize="100" ControlDistance="20" ControlColor1="0x222222" ControlColor2="0xFFFFFF" ControlAlpha="0.8" ControlAlphaOver="0.95" ControlsX="450" ControlsY="280&#xD;&#xA;" ControlsAlign="center" TooltipHeight="30" TooltipColor="0x222222" TooltipTextY="5" TooltipTextStyle="P-Italic" TooltipTextColor="0xFFFFFF" TooltipMarginLeft="5" TooltipMarginRight="7" TooltipTextSharpness="50" TooltipTextThickness="-100" InfoWidth="400" InfoBackground="0xFFFFFF" InfoBackgroundAlpha="0.95" InfoMargin="15" InfoSharpness="0" InfoThickness="0" Autoplay="10" FieldOfView="45"></Settings>
  <Transitions>
    <Transition Pieces="9" Time="1.2" Transition="easeInOutBack" Delay="0.1" DepthOffset="300" CubeDistance="30"></Transition>
    <Transition Pieces="15" Time="3" Transition="easeInOutElastic" Delay="0.03" DepthOffset="200" CubeDistance="10"></Transition>
    <Transition Pieces="5" Time="1.3" Transition="easeInOutCubic" Delay="0.1" DepthOffset="500" CubeDistance="50"></Transition>
    <Transition Pieces="9" Time="1.25" Transition="easeInOutBack" Delay="0.1" DepthOffset="900" CubeDistance="5"></Transition>
  </Transitions>
</Piecemaker>

Фото лежит в папке-contents(flash-preview.png)(piecemaker1.png)(piecemaker2.png)и.т.д
Надо свои загрузит в fleh.
Если можно подробней пожалуйста.
Как прописывать.

Отредактированно panasonik (14.06.2011 14:05:54)

Неактивен

 

#2 14.06.2011 16:33:11

evgeny
Гуру
Зарегистрирован: 04.05.2009
Сообщений: 335

Re: Галерея для DLE, автоматический вывод кликабельных картинок

Вы ошиблись форумом

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson