PHP Classes

File: exemplo_1.php

Recommend this page to a friend!
  Classes of Otavio Theiss   GOOX_SWFOBJECT   exemplo_1.php   Download  
File: exemplo_1.php
Role: Example script
Content type: text/plain
Description: Exemplo 1
Class: GOOX_SWFOBJECT
Embed Flash objects in Web pages
Author: By
Last change:
Date: 15 years ago
Size: 592 bytes
 

Contents

Class file image Download
<!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>