PHP Classes

File: swfInsert_test.php

Recommend this page to a friend!
  Classes of Marcos   SWF Insert   swfInsert_test.php   Download  
File: swfInsert_test.php
Role: Example script
Content type: text/plain
Description: Test Class
Class: SWF Insert
Generate HTML to insert a Flash movie in a page
Author: By
Last change:
Date: 13 years ago
Size: 103 bytes
 

Contents

Class file image Download
<?php
include ('swfInsert.php');

$swf = new swfInsert;
$swf->setSwf('buenaventura.swf',300,300);

?>