| 
<!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>
 <script type="text/javascript" src="<?=$path_url;?>lib/swfobject.js"></script>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <title>Exemplo 1</title>
 </head>
 <body>
 <?
 require_once 'inc/config_inc.php';
 
 $obSWF     = new GOOX_SWFOBJECT();
 echo $obSWF->getSWFOBJECT("images/swf/anuncio.swf","anuncio",'300','180');
 ?>
 </body>
 </html>
 
 |