Is it possible to play a movie on Android OS?

This is an Android question. I’m well aware that movie textures is possible on the Web and Iphones. I would like to display a movie in my “0” scene. If it is possible, any advice on how to do it would be appreciated.
Thanx
ps Please just make a “comment” if you do not have a specific answer. Thanx

iPhoneUtils.PlayMovie could work with Android as
Movie Textures are not supported on Android.

Could someone be more specific on how to utilize that function?

I know this thread is old.
But

Handheld.PlayFullScreenMovie() 

works fine.
Remember that movie(s) need to be in a folder named “StreamingAssets”.

You will likely want to put it in a IEnumerator function and yield it so that you know when it is done so you can load the next scene, just a hint.