quite a number of reply... thanx... and sorry, i didnt mean nuclear explosion EMF, just normal household one

Clamp the signal with a diode and use an ADC input?
Comparator/Schmitt trigger?
you mean a diode just before the mcu input pin? isnt the transistor acts as a diode already? i saw a somewhat clamped signal out of trans. emitter, but still rippling within the non-saturated region, thats what it is... i think. i'm afraid ADC is too slow to detect such a very short pulse

comparator? wont i be needing another pin for that? i'm using interrupt to detect the pulse, coz i believe, thats the fastest way of detecting something that occur very short period, but correct me if i'm wrong.
yea put a diode in series, maybe a capacitor in parallel after the diode and perhaps a 5V zenner diode in parallel with the MCU input
i've put a 0.1uF cap parallel to resistor in (2). the signal got attenuated, and mcu sometime detecting false signal just after the real signal/pulse, maybe during the cap discharging.
1) You basically want a radio tuned to the output frequency of your flash unit...
2) Since you are only looking to detect a burst of specific frequency
3) band pass filter before the MCU, thus passing only the desire signal for analysis.
1) i might pickup something else?

not the signal from my flash?
2) specific freq? i dont care what freq it is. i just want to know, if its happening, then its happened.
3) bandpass? seem interesting, but... ehem, need to open the textbook again

. analysis? as i said, no analysis is needed, i just want to know if its happening, then i'll direct the code to do something (interrupt routine)
...
IIRC, i've put a diode and cap parallel to inductor, but... either the EMF got attenuated or clamped but still rippling. can comparator do such thing as latching? where it converts a short period of (oscillating) pulse to a single "nearly" smoothen output for that (pulsing) period?
i've tried to use optocoupler in effort to isolate the EMP pulse, but i dont think its enuf to trigger the output connection... ie (not detected any volt at output.