QUOTE (HannahI @ Nov 1 2009, 07:21 PM)

What I'm tring to say is that, I want to make a flash on the screen in C; I know it would be possible directly in Unix by having a for loop that clears the screen the prints something.
Ha! Now we start understanding.
You don't want an embedded Adobe Flashplayer.
You want to have a flashing light on the user's screen from a C program.
something like
CODE
system ("tput rev");
printf(" ");
printf(" ");
printf(" ");
printf(" ");
system ("tput sgr0");
Of course, I hope this is to be used on a Unix system. On a Crosoft Winbows I would be curious to see the result of "tput rev" !

Comment/Reply (w/o sign-up)