I tried the following movie in in firefox and it did not work:
http://www.swishzone.com/movies.php?do=pag...ed&link_id=1591
is it because of the PicReturn file?:
<?php
$jpeegs=glob("*.[jJ][pP][gG]");
$pics=count($jpeegs);
$vars="pics=$pics";
for($i=0;$i<$pics;$i++){
$n=$i+1;
$vars="$vars&pic$n=images/$jpeegs[$i]";
}
echo $vars;
?>
if yes how can this be modified to function if the page is viewed in Firefox?