Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-04-11 (11 years ago) | 55% | Total: 4,264 | All time: 669 This week: 988 |
Version | License | Categories | ||||
flashimg 1.0 | GNU General Publi... | Graphics, Flash |
Description | Author | |
This class can be used to display images that show a progress bar where they appear in an HTML page while the images are being loaded. |
Hi, For setup notes, visit http://blog.sandosh.ih2h.net/2005/04/09/flashimg/ 1. Unzip the archive. You should find * flashimg.php - the php class file * images.php - images definition file * flashimg.swf - the flash file for loading the images * index.php - example file 2. Edit the images.php file. Will look like this include("flashimg.php"); $img = new ih2hFlashImg; //instantiate the class $img ->copyRight("© sandosh"); //Assign default copyright message $img->addImg("sandosh","sandosh_alak.jpg",420,315); //parameters in order -> name, src, width, height, alt(to override copyright msg) 3. Include this file in your pages and use $img->displayImg("sandosh"); to display the flashimg, where parameter is the image name. 4. All done! |
Files |
File | Role | Description |
---|---|---|
flashimg.php | Class | class file |
flashimg.swf | Data | Flash file |
images.php | Aux. | image list |
index.php | Example | example |
readme.txt | Doc. | readme |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
sandosh's blog documentation |