Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Vertine #1
avoiding files that start with "."
hi guys...i am trying to avoid the annoying ._DS_store files that my script
creates. Essentially, i am making dynamic xml files to parse later in my
Flash....but i get the Mac files that start with a "."....how can i avoid
these? You can see in my attempt, i gave a shot, but it did not do the job.
<?php
$menuType=$_GET['menuType'];
$tour=$_GET['tour'];
$directoryThumbs="images/$menuType/$tour/"."$tour-Thumbnails";
$directoryImages="images/$menuType/$tour/"."$tour-Images";
$openThumbsDir=opendir($directoryThumbs);
echo ("&xml=<images>");
while(false!=($thumb=readdir($openThumbsDir))){
if($thumb !="." && $thumb !="._" && $thumb !=".." && $thumb !=".DS_Store"
&& $thumb !="._.DS_Store"){
$thumbs.="<pict>$thumb</pict>";
}
}
echo $thumbs;
closedir($openThumbsDir);
echo("</images>&");
?>
Vertine Guest
-
Second "cfusion -start default" process launchesoccasonally on solaris
Normally, I see this in a process listing UID PID PPID C STIME TTY TIME CMD nobody 1357 1 0 15:44:29 pts/2 0:00... -
Reply if you would appreciate the "Start menu" style of submenu delay
I would agree to the idea of an extra delay parameter incoporated into the pop-menu behavour in fireworks. It would simply make the behaviour... -
PSE bundled w Epson scanner:layer tutorial:where is "Start.psd" file
Do I have a complete edition?? I can not get this even started...... can not find START.PSD.......... 1. Open a layered document. Open the... -
Windows XP start up has a "C drive consistancy check" is this supposed to happen
recently I started my computer and I found a new screen saying that it was going to check the consistancy of my C drive. the odd thing was I have a... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...



Reply With Quote

