как вставить флеш шапку в шаблон

Тема в разделе "Программирование", создана пользователем stawr100, 31.07.2011.

  1. Offline

    stawr100 Недавно здесь

    Регистрация:
    25.05.2011
    Сообщения:
    53
    Симпатии:
    0
    Пол:
    Мужской
    Здравствуйте.у меня есть код файла index.php моего шаблона
    Код (PHP):
    1. <?php
    2.  
    3.  
    4.  
    5. /**
    6.  
    7.  * Template for Joomla! CMS, created with Artisteer.
    8.  
    9.  * See readme.txt for more details on how to use the template.
    10.  
    11.  */
    12.  
    13.  
    14.  
    15. defined('_JEXEC') or die;
    16.  
    17.  
    18.  
    19. require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
    20.  
    21.  
    22.  
    23. // Create alias for $this object reference.
    24.  
    25. $document = & $this;
    26.  
    27.  
    28.  
    29. $templateUrl = $document->baseurl . '/templates/' . $document->template;
    30.  
    31. artxComponentWrapper($document);
    32.  
    33. ?>
    34.  
    35. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    36.  
    37. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $document->language; ?>" lang="<?php echo $document->language; ?>" >
    38.  
    39. <head>
    40.  
    41.  <jdoc:include type="head" />
    42.  
    43.  <link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/system.css" type="text/css" />
    44.  
    45.  <link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/general.css" type="text/css" />
    46.  
    47.  <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
    48.  
    49.  <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
    50.  
    51.  <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
    52.  
    53.  <script type="text/javascript" src="<?php echo $templateUrl; ?>/jquery.js"></script>
    54.  
    55.  <script type="text/javascript">jQuery.noConflict();</script>
    56.  
    57.  <script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
    58.  
    59. </script>
    60.  
    61. </head>
    62.  
    63. <body>
    64.  
    65. <div id="art-page-background-glare">
    66.  
    67.     <div id="art-page-background-glare-image">
    68.  
    69. <div id="art-main">
    70.  
    71. <div class="art-sheet">
    72.  
    73.     <div class="art-sheet-tl"></div>
    74.  
    75.     <div class="art-sheet-tr"></div>
    76.  
    77.     <div class="art-sheet-bl"></div>
    78.  
    79.     <div class="art-sheet-br"></div>
    80.  
    81.     <div class="art-sheet-tc"></div>
    82.  
    83.     <div class="art-sheet-bc"></div>
    84.  
    85.     <div class="art-sheet-cl"></div>
    86.  
    87.     <div class="art-sheet-cr"></div>
    88.  
    89.     <div class="art-sheet-cc"></div>
    90.  
    91.     <div class="art-sheet-body">
    92.  
    93. <div class="art-header">
    94.  
    95.     <div class="art-header-center">
    96.  
    97.         <div class="art-header-png"></div>
    98.  
    99.         <div class="art-header-jpeg"></div>
    100.  
    101.     </div>
    102.  
    103. <div class="art-logo">
    104.  
    105.  <h1 id="name-text" class="art-logo-name"><a href="<?php echo $document->baseurl; ?>/">Мир Волшебства И Магии</a></h1>
    106.  
    107. </div>
    108.  
    109.  
    110.  
    111.  
    112.  
    113. </div>
    114.  
    115. <jdoc:include type="modules" name="user3" />
    116.  
    117. <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
    118.  
    119. <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
    120.  
    121. <div class="art-content-layout">
    122.  
    123.     <div class="art-content-layout-row">
    124.  
    125. <?php if (artxCountModules($document, 'left')) : ?>
    126.  
    127. <div class="art-layout-cell art-sidebar1">
    128.  
    129. <?php echo artxModules($document, 'left', 'art-block'); ?>
    130.  
    131.  
    132.  
    133.   <div class="cleared"></div>
    134.  
    135. </div>
    136.  
    137. <?php endif; ?>
    138.  
    139. <?php $contentCellStyle = artxCountModules($document, 'left') ? 'content' : 'content-wide'; ?>
    140.  
    141. <div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">
    142.  
    143.  
    144.  
    145. <?php
    146.  
    147.   echo artxModules($document, 'banner2', 'art-nostyle');
    148.  
    149.   if (artxCountModules($document, 'breadcrumb'))
    150.  
    151.     echo artxPost(artxModules($document, 'breadcrumb'));
    152.  
    153.   echo artxPositions($document, array('user1', 'user2'), 'art-article');
    154.  
    155.   echo artxModules($document, 'banner3', 'art-nostyle');
    156.  
    157. ?>
    158.  
    159. <?php if (artxHasMessages()) : ?><div class="art-post">
    160.  
    161.     <div class="art-post-body">
    162.  
    163. <div class="art-post-inner">
    164.  
    165. <div class="art-postcontent">
    166.  
    167.  
    168.  
    169. <jdoc:include type="message" />
    170.  
    171.  
    172.  
    173. </div>
    174.  
    175. <div class="cleared"></div>
    176.  
    177.  
    178.  
    179. </div>
    180.  
    181.  
    182.  
    183.         <div class="cleared"></div>
    184.  
    185.     </div>
    186.  
    187. </div>
    188.  
    189. <?php endif; ?>
    190.  
    191. <jdoc:include type="component" />
    192.  
    193. <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
    194.  
    195. <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
    196.  
    197. <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
    198.  
    199.  
    200.  
    201.   <div class="cleared"></div>
    202.  
    203. </div>
    204.  
    205.  
    206.  
    207.     </div>
    208.  
    209. </div>
    210.  
    211. <div class="cleared"></div>
    212.  
    213.  
    214.  
    215.  
    216.  
    217.  
    218.  
    219. <?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
    220.  
    221. <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
    222.  
    223. <div class="art-footer">
    224.  
    225.     <div class="art-footer-t"></div>
    226.  
    227.     <div class="art-footer-l"></div>
    228.  
    229.     <div class="art-footer-b"></div>
    230.  
    231.     <div class="art-footer-r"></div>
    232.  
    233.     <div class="art-footer-body">
    234.  
    235.          <?php echo artxModules($document, 'syndicate'); ?>
    236.  
    237.         <div class="art-footer-text">
    238.  
    239.   <?php if (artxCountModules($document, 'copyright') == 0): ?>
    240.  
    241.     <?php ob_start(); ?>
    242.  
    243. <p><a href="http://www.winx-mir.ru">Главная</a> | <a href="http://winx-mir.ru/index.php?option=com_agora&Itemid=73">Форум</a> | <a href="http://winx-mir.ru/index.php?option=com_chronocontact&Itemid=68">Связаться с нами</a></p>
    244.  
    245. <p>Copyright © %YEAR% winx-mir.ru Все права защищены.</p>
    246.  
    247.  
    248.  
    249. <div align="center">
    250.  
    251.  
    252.  
    253. <!--LiveInternet counter--><script type="text/javascript"><!--
    254.  
    255.  
    256.  
    257. document.write("<a href='http://www.liveinternet.ru/click' "+
    258.  
    259.  
    260.  
    261. "target=_blank><img src='//counter.yadro.ru/hit?t21.8;r"+
    262.  
    263.  
    264.  
    265. escape(document.referrer)+((typeof(screen)=="undefined")?"":
    266.  
    267.  
    268.  
    269. ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
    270.  
    271.  
    272.  
    273. screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
    274.  
    275.  
    276.  
    277. ";"+Math.random()+
    278.  
    279.  
    280.  
    281. "' alt='' title='LiveInternet: показано число просмотров за 24"+
    282.  
    283.  
    284.  
    285. " часа, посетителей за 24 часа и за сегодня' "+
    286.  
    287.  
    288.  
    289. "border='0' width='88' height='31'><\/a>")
    290.  
    291.  
    292.  
    293. //--></script><!--/LiveInternet-->
    294.  
    295.  
    296.  
    297. </div>
    298.  
    299.     <?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?>
    300.  
    301.   <?php else: ?>
    302.  
    303.   <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
    304.  
    305.   <?php endif; ?>
    306.  
    307.         </div>
    308.  
    309.         <div class="cleared"></div>
    310.  
    311.     </div>
    312.  
    313. </div>
    314.  
    315.         <div class="cleared"></div>
    316.  
    317.     </div>
    318.  
    319. </div>
    320.  
    321. <div class="cleared"></div>
    322.  
    323. <p class="art-page-footer"></p>
    324.  
    325.  
    326.  
    327. </div>
    328.  
    329.     </div>
    330.  
    331. </div>
    332.  
    333.  
    334.  
    335.  
    336.  
    337.  
    338.  
    339.  
    340.  
    341.  
    342.  
    343. </body>
    344.  
    345. </html>

    и код флеш шапки
    Код (html):
    1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
    2. <html>
    3.   <head>
    4.     <title></title>
    5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    6.     <meta name="author" content="User">
    7.     <meta name="generator" content="SWiSH Max2 (2009.09.18) www.swishzone.com">
    8.     <meta name="description" content="">
    9.     <meta name="keywords" content="видео, игры, на, нажми, наше, наши, объекты, статьи, фото, характеристики">
    10.     <!-- text used in the movie -->
    11.     <!-- видео, игры, на, нажми, наше, наши, объекты, статьи, фото, характеристики -->
    12.     <!-- Created by SWiSH Max2 - The Ultimate Flash Creation Tools - www.swishzone.com -->
    13.  
    14. <style type="text/css">
    15. /*<![CDATA[*/
    16. html, body
    17. {
    18.    margin: 0;
    19.    padding: 0;
    20.    height: 100%;
    21.    overflow: hidden;
    22. }
    23. object
    24. {
    25.    vertical-align: top;
    26. }
    27. /*]]>*/
    28. </style>
    29.   </head>
    30.   <body bgcolor="#FFFFFF">
    31.     <center>
    32.       <object
    33.        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    34.        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    35.        id="header"
    36.        width="1080" height="450"
    37.      >
    38.         <param name="movie" value="header.swf">
    39.         <param name="bgcolor" value="#FFFFFF">
    40.         <param name="quality" value="high">
    41.         <param name="seamlesstabbing" value="false">
    42.         <param name="allowscriptaccess" value="samedomain">
    43.         <embed
    44.          type="application/x-shockwave-flash"
    45.          pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    46.          name="header"
    47.          width="1080" height="450"
    48.          src="header.swf"
    49.          bgcolor="#FFFFFF"
    50.          quality="high"
    51.          seamlesstabbing="false"
    52.          allowscriptaccess="samedomain"
    53.        >
    54.           <noembed>
    55.           </noembed>
    56.         </embed>
    57.       </object>
    58.     </center>
    59.   </body>
    60. </html>

    еще у меня есть влешка
    как код флешки вставить в index.php и куда закинуть саму влешку?
     
  2.  

Поделиться этой страницей

Загрузка...