Arquivo SWF (Flash no topo)
-
Por favor, sou novo no WordPress, estou com um blog em fase de testes, consegui mudar o topo dele e publicar uma imagem em JPG, porem não consigo mudar para uma imagem em flash.
Segue aqui o trecho do codigo Stylo:
Nessa linha: #header h1 a { display:block; background:url(images/toposite.jpg)
Funciona normal minha imagem em JPG, porem quando mudo para uma em swf, na mesma pasta EX: background:url(images/topo.swf) ele fica só em branco no navegador!
Também ja hospedei e coloquei o endereço e nada!
body { font-family:’Verdana’; font-size:10px; }
#wrap { width:980px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666; margin:0 auto; }
#header { height:56px; width:300px; position:relative; color:#000; margin-bottom:3px; float:left; padding:0; }
#header h1 { text-indent:-10000px; margin:0; padding:0; }
#header h1 a { display:block; background:url(images/toposite.jpg) no-repeat left top; height:427px; width:980px; }
#search { margin-top:390px; float:right; padding:0; }E na minha aba Cabeçalho (header.php) só aparece o seguinte codigo:
<!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”>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link rel=”shortcut icon” href=”/favicon.ico” />
<?php wp_head(); ?>
</head><body>
<div id=”wrap”>
<div id=”header”><h1>/”><?php bloginfo(‘name’); ?></h1></div>
<div id=”search”><?php include (TEMPLATEPATH . ‘/searchform.php’); ?></div>
<div class=”hr”><hr /></div>Por favor alguem me ajude!
- O tópico ‘Arquivo SWF (Flash no topo)’ está fechado para novas respostas.