Login   Register  
PHP Classes
elePHPant
Icontem

File: swfInsert_test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-06-16 08:10
Size: 103 bytes
 

Contents

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

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

?>