PHP Classes

File: images.php

Recommend this page to a friend!
  Classes of sandosh   Flash Img   images.php   Download  
File: images.php
Role: Auxiliary script
Content type: text/plain
Description: image list
Class: Flash Img
Display images loading with a progress bar
Author: By
Last change:
Date: 19 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?
   
   
include("flashimg.php");
   
$img = new ih2hFlashImg;
   
$img ->copyRight("© sandosh");
   
$img->addImg("sandosh","http://www.ih2h.net/example.jpg",380,228);
   
   
   
    if(
$ih2hFlashImg == "disp")
       
$img->getXML($name);

?>