Arduino UNO SMD as ISP

Has anyone tried using arduino UNO SMD edition as ISP?

I've been reading and I found that I need

a Arduino Uno or Duemilanove (w/ an ATmega328, not an older board with an ATmega168)

.

I see my arduino and in the chip says

ATMEL MEGA328p

.

Can I use my arduino UNO SMD as ISP by this method:www.youtube.com/watch?v=30rPt802n1k

It should work with the Arduino UNO SMD just as well as with a regular UNO. Some people (like me) find that it only works if you disable the auto-reset feature on the UNO. Do this with a capacitor (1 to 10 microfarads) from Ground (-) to Reset (+). This will 'absorb' the reset pulse from the USB and allow the ArduinoISP sketch to continue running.

Can I use my arduino UNO SMD as ISP by this method:

Yes, there is no difference between a UNO and a UNO SMD other then the type of package the 328p chip used.

Lefty

Okay, Thank you