Player no topo do site, como colocar?
Enviado: 02 Set 2009, 22:42
Eu preciso colocar um player no topo de um site joomla, onde indiferente da navegação, o player nao interrompa a música ao mudar de pagina no site, ou seja o player deverá fica fixo no topo.
Algúem poderia me dar os passos para fazer isso?
Tipo eu crio esse frame onde? na template?
Como posiciono corretamente no local que preciso?
To usando este template:Daydream
<?php
/** */
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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>
<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/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
<body>
<div id="main">
<div class="header">
<div class="anim">
</div>
<div class="title">
<?php echo $mosConfig_sitename; ?></div>
<div style="clear:both"></div>
</div>
<div class="navbar">
<div class="nav">
<jdoc:include type="modules" name="user3" style="table" />
</div>
</div>
<div class="mainColumn">
<div id="leftColumn" class="column">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>
<div class="contentColumn">
<div id="rightColumn" class="column">
<jdoc:include type="modules" name="top" style="rounded" />
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<div id="inner_contentColumn" class="mc">
<div><div><div><div>
<?php if($this->countModules('user1 or user2')) : ?>
<table class="nopad user1user2">
<tr class="latest" valign="top">
<?php if($this->countModules('user1')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user1" style="rounded" />
</div>
</td>
<?php endif; ?>
<?php if($this->countModules('user1 and user2')) : ?>
<td class="greyline"> </td>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user2" style="rounded" />
</div>
</td>
<?php endif; ?>
</tr>
</table>
<div id="maindivider"></div>
<?php endif; ?>
<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />
</td>
</tr>
</table>
</div></div></div></div>
</div>
</div>
<div style="clear:both"></div>
</div>
</div>
<div id="footer">
<p align="center"><small ><a href="http:.com.br" title=" - Confira meu portifólio!" style="color:#0191C8;">Desenvolvido Por:</a></small></p>
<div style="color:#0191C8;"><center><jdoc:include type="modules" name="footer" style="xhtml"/></center></div>
</div>
</body>
</html>

Algúem poderia me dar os passos para fazer isso?
Tipo eu crio esse frame onde? na template?
Como posiciono corretamente no local que preciso?
To usando este template:Daydream
<?php
/** */
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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>
<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/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
<body>
<div id="main">
<div class="header">
<div class="anim">
</div>
<div class="title">
<?php echo $mosConfig_sitename; ?></div>
<div style="clear:both"></div>
</div>
<div class="navbar">
<div class="nav">
<jdoc:include type="modules" name="user3" style="table" />
</div>
</div>
<div class="mainColumn">
<div id="leftColumn" class="column">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>
<div class="contentColumn">
<div id="rightColumn" class="column">
<jdoc:include type="modules" name="top" style="rounded" />
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<div id="inner_contentColumn" class="mc">
<div><div><div><div>
<?php if($this->countModules('user1 or user2')) : ?>
<table class="nopad user1user2">
<tr class="latest" valign="top">
<?php if($this->countModules('user1')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user1" style="rounded" />
</div>
</td>
<?php endif; ?>
<?php if($this->countModules('user1 and user2')) : ?>
<td class="greyline"> </td>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user2" style="rounded" />
</div>
</td>
<?php endif; ?>
</tr>
</table>
<div id="maindivider"></div>
<?php endif; ?>
<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />
</td>
</tr>
</table>
</div></div></div></div>
</div>
</div>
<div style="clear:both"></div>
</div>
</div>
<div id="footer">
<p align="center"><small ><a href="http:.com.br" title=" - Confira meu portifólio!" style="color:#0191C8;">Desenvolvido Por:</a></small></p>
<div style="color:#0191C8;"><center><jdoc:include type="modules" name="footer" style="xhtml"/></center></div>
</div>
</body>
</html>