Hello,

I'm trying to make a random signature for use on bulletin boards.  Images
are fine, they are set sizes.  But I'm trying to make it display Flash files
also.  These Flash files default to full-screen when there are no size
limits set.  I can't figure out how to adjust this script to display images
AND Flash files.  Here's part of the script:

---------------
$basedir = "http://www.mysite.com/sigs/";
 @files =
("Night1.jpg","Night3.jpg","Nightshade5.jpg","Kimme2s.jpg","Amazsig.gif","Ni
ghtshade1.jpg");

srand(time ^ $$);
$plup = rand(@files);
print "Location: $basedir$files[$plup]\n\n";
---------------

This works with just these images.  But these .swf files have to be limited
to 100x100 through HTML.

Any ideas, or is this impossible?

Troy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to