Login   Register  
PHP Classes
elePHPant
Icontem

File: images.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-04-09 03:41
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);

?>