Load a jpeg from the users drive to use as a texture in a standalone build?

Hi

Is it possible to load in a jpg file from the users hard disk that then gets used as a texture in a standalone runtime game?

This is for a standalone windows exe.

Cheers Geoff

Use the WWW class, with a "file://" prefix instead of "http://".