Back to top

Autore Topic: Inserito file .swf compare solo un riquadro bianco...?  (Letto 1648 volte)

Offline felpone

  • Esploratore
  • **
  • Post: 52
    • Mostra profilo
Chiedo disperatamente aiuto a chi ne capisce più di me...
Ho inserito nel file html del template Forest un file .swf ma all'anteprima compare solo il riquadro bianco. vi posto di seguito la pagina html modificata da me..la parte inserita da me (object) è alla fine..

<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

function artxHasMessages()
{
   global $mainframe;
   $messages = $mainframe->getMessageQueue();

   if (is_array($messages) && count($messages))
      foreach ($messages as $msg)
         if (isset($msg['type']) && isset($msg['message']))
            return true;
            
   return false;
}

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
 <head>
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />
  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
  <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/style.css" />
  <!--[if IE 6]><link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/style.ie6.css" type="text/css" media="screen" /><![endif]-->
  <script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/script.js"></script>
 </head>
<body>



<div class="PageBackgroundGlare">
    <div class="PageBackgroundGlareImage"></div>
</div>
<div class="Main">
<div class="Sheet">
    <div class="Sheet-tl"></div>
    <div class="Sheet-tr"><div></div></div>
    <div class="Sheet-bl"><div></div></div>
    <div class="Sheet-br"><div></div></div>
    <div class="Sheet-tc"><div></div></div>
    <div class="Sheet-bc"><div></div></div>
    <div class="Sheet-cl"><div></div></div>
    <div class="Sheet-cr"><div></div></div>
    <div class="Sheet-cc"></div>
    <div class="Sheet-body">
<div class="Header">
    <div class="Header-jpeg"></div>
<div class="logo">
 <h1 id="name-text" class="logo-name"><a href="<?php echo $this->baseurl ?>/">Headline[/url]</h1>
 <div id="slogan-text" class="logo-text">Slogan text</div>
</div>


</div>
<jdoc:include type="modules" name="user3" />
<div class="contentLayout">
<div class="content">
<?php if ($this->countModules('breadcrumb') || artxHasMessages()) : ?>
<div class="Post">
    <div class="Post-body">
<div class="Post-inner">
<div class="PostContent">
<jdoc:include type="modules" name="breadcrumb" />
<jdoc:include type="message" />

</div>
<div class="cleared"></div>

</div>

    </div>
</div>
<?php endif; ?>
<jdoc:include type="component" />

</div>
<div class="sidebar1">
<jdoc:include type="modules" name="right" style="artblock" />











</div>

</div>
<div class="cleared"></div>
<div class="Footer">
 <div class="Footer-inner">
  <jdoc:include type="modules" name="syndicate" />
  <div class="Footer-text"><p><a href="#">Contact Us[/url] | <a href="#">Terms of Use[/url] | <a href="#">Trademarks[/url]
    | <a href="#">Privacy Statement[/url]

    Copyright &copy; 2009 ---. All Rights Reserved.</p>
</div>
 </div>
 <div class="Footer-background"></div>
</div>

    </div>
</div>
  <p class="page-footer">Joomla Template Webdesign Tirol.</p>

</div>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="Senzanome-1" align="middle">
   <param name="allowScriptAccess" value="sameDomain" />
   <param name="allowFullScreen" value="false" />
   <param name="movie" value="Senzanome-1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />   <embed src="Senzanome-1.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="Senzanome-1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
   </object>



</body>
</html>

aiutatemi per favore non riesco proprio a capire l'errore essendo neofita,

per quanto riguarda il percorso del file è nella stessa directory del file index ma non va.

Grazie

 



Web Design Bolzano Kreatif